.av-header {
  background-color: #1a2674 !important; }

.av-page-title > .breadcrumb > li > a {
  color: #999 !important; }

.breadcrumb > .active {
  color: #1a2674 !important; }

.label {
  padding: 3px 12px;
  font-size: 94%;
  border-radius: 12px;
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  font-weight: normal; }

.label-primary {
  border-color: #23349e;
  color: #23349e; }

.label-success {
  border-color: #b0d89c;
  color: #b0d89c; }

.label-warning {
  border-color: #f9b182;
  color: #f9b182; }

.label-danger {
  border-color: #e85138;
  color: #e85138; }

.label-info {
  border-color: #b3b3b3;
  color: #b3b3b3; }

.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0; }
  .dropdown-menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #1a2674; }
  .dropdown-menu > li > a {
    border-bottom: 1px solid #eeeeee; }

.alert {
  margin-bottom: 0; }

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 90%;
  max-width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-width: 0; }

.modal.modal-right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; }

.modal.modal-right.fade.in .modal-dialog {
  right: 0; }

.modal.modal-left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out; }

.modal.modal-left.fade.in .modal-dialog {
  left: 0; }

.modal-vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.modal-vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.modal-horizontal-align-center {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all; }

.panel-heading.panel-no-padding,
.panel-body.panel-no-padding {
  padding: 0; }

.form-horizontal-text {
  padding-top: 6px; }

#hero-carousel .fa-chevron-left:before, #hero-carousel .fa-chevron-right:before {
  content: "" !important; }

.carousel-control .fa-chevron-left, .carousel-control .icon-prev {
  margin-left: 15px;
  margin-top: -21px;
  background: url(/ts1752035796/images/png/StyleSheet/2/v5-prev.png) no-repeat;
  width: 22px;
  height: 42px; }

.carousel-control .fa-chevron-right, .carousel-control .icon-next {
  margin-right: 15px;
  margin-top: -21px;
  background: url(/ts1752035796/images/png/StyleSheet/2/v5-next.png) no-repeat;
  width: 22px;
  height: 42px; }

.av-navbar-xs {
  /* height: $xs-navbar-height;
   min-height: $xs-navbar-height;
   line-height: $xs-navbar-height;
   
   */
  min-height: initial;
  border-width: 0; }
  .av-navbar-xs .av-icon-nav > li > a {
    /* color: $navbar-default-link-color; */
    color: #bbb;
    /*  height: $xs-navbar-height; */
    font-size: 12px; }
  .av-navbar-xs .av-icon-nav > li > a:focus,
  .av-navbar-xs .av-icon-nav > li > a:active,
  .av-navbar-xs .av-icon-nav > li > a:hover {
    /* color: $navbar-default-link-hover-color; */
    color: #ddd; }

.av-icon-nav > li:first-child {
  padding-left: 0; }

.av-icon-nav > li:last-child {
  padding-right: 0; }

.av-table-left > tbody > tr:first-child > td {
  border-top-width: 0; }
.av-table-left > tbody > tr > th {
  border-top-width: 0;
  border-right: 2px solid #ddd;
  text-align: right;
  background-color: #fff; }

@media (min-width: 768px) {
  .av-table-left > tbody > tr > th {
    width: 210px; } }
.av-table-not-ruled {
  margin-bottom: 0; }
  .av-table-not-ruled > tbody > tr > td {
    border-top-width: 0;
    vertical-align: middle; }

.av-btn-muted {
  color: #666; }
  .av-btn-muted:active, .av-btn-muted:focus, .av-btn-muted:hover {
    color: #212121; }

.av-heading {
  margin-top: 0; }

.av-info-box {
  background: #f5f5f5;
  padding: 15px; }

.av-info-wrap {
  padding: 15px; }

.av-info-wrap-lg {
  padding: 15px; }

@media (min-width: 992px) {
  .av-info-wrap-lg {
    padding: 30px; } }
.av-dropdown-menu-right {
  left: auto;
  right: 0; }

.pop-code {
  font-size: 10px; }

.nav-tabs > li > a, .nav-tabs > li > a:focus {
  color: #666;
  -webkit-box-shadow: inset 0 -2px 0 #666;
  box-shadow: inset 0 -2px 0 #666; }

html, body {
  height: 100%; }

.av-page-title {
  background-color: #1a2674;
  color: #eeeeee;
  /* padding: 20px 8px; */
  padding: 15px; }
  .av-page-title > .breadcrumb {
    padding: 0;
    text-align: center; }
  .av-page-title > .breadcrumb > li > a {
    color: #fff; }
  .av-page-title > .breadcrumb > li > a:active,
  .av-page-title > .breadcrumb > li > a:hover,
  .av-page-title > .breadcrumb > li > a:focus {
    color: #eeeeee; }

.av-page-title-blank {
  padding: 4px; }

.av-page-title-heading {
  margin: 0;
  color: inherit;
  text-transform: uppercase;
  text-align: center; }

@media (min-width: 768px) {
  .av-page-title > .breadcrumb {
    /* padding: 12px 5px 0 5px; */
    text-align: right;
    line-height: 39px; }

  .av-page-title-blank {
    padding: 0 10px 0 10px; }

  .av-page-title-heading {
    text-align: left; } }
.av-two-column {
  display: block;
  width: 100%; }

.av-two-column-small {
  display: block; }

.av-two-column-big {
  display: none; }

.av-two-column-left,
.av-two-column-right {
  display: block;
  vertical-align: top;
  width: 100%;
  border-bottom: 2px solid #e2e2e2; }

.av-two-column-left {
  background-color: #eeeeee; }

.av-two-column-right {
  padding: 15px; }

@media (min-width: 992px) {
  .av-two-column {
    display: table;
    table-layout: fixed; }

  .av-two-column-small {
    display: none; }

  .av-two-column-big {
    display: block; }

  .av-two-column-collapsible {
    display: block !important; }

  .av-two-column-left {
    display: table-cell;
    width: 26.66%; }

  .av-two-column-right {
    display: table-cell;
    width: 73.33%; }

  .av-column-content {
    max-width: 1200px; } }
@media (min-width: 1200px) {
  .av-two-column {
    table-layout: auto; }

  .av-two-column-left {
    width: 26.6666666667%;
    width: calc(321px - 1px); }

  .av-two-column-right {
    width: 73.3333333333%;
    width: calc(100% - 320px); } }
.av-site-container {
  min-height: 100%;
  position: relative; }

.av-micro-footer {
  height: auto;
  background-color: #000;
  color: #bbb;
  text-align: center;
  padding: 15px 0; }

.av-micro-footer-branding {
  display: block;
  padding: 10px 0;
  color: #000; }

.av-micro-footer-branding a {
  color: #000; }

@media (min-width: 768px) {
  .av-site-container {
    padding-bottom: 25px; }

  .av-micro-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0; }

  .av-micro-footer-left {
    float: left; }

  .av-micro-footer-right {
    float: right; }

  .av-micro-footer-branding {
    display: inline-block;
    padding: 0; } }
.av-modal-close {
  margin-right: 15px;
  margin-top: 10px;
  color: #bbb; }

.av-modal-close-title {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
  margin-top: 1px; }

.av-modal-close-icon {
  font-size: 22px;
  margin-left: 6px;
  vertical-align: middle; }

.av-modal-menu-wrap {
  padding: 30px; }

.av-ajax-message-dialog-loading {
  display: none; }

.av-loading .av-ajax-message-dialog-loading {
  display: block;
  padding: 30px 0;
  text-align: center; }

.av-dialog-lines-wrap {
  padding: 15px 10px; }

/*
.av-container-content {
  margin: 10px 0;
}
*/
@media (min-width: 768px) {
  .av-container-content {
    margin: 40px 0; }

  .av-cart-line .av-cart-uom, .av-cart-line .av-cart-qty, .av-cart-line .av-cart-unit-price, .av-cart-line .av-cart-gst {
    text-align: center; } }
.av-header-logo-wrap {
  line-height: 41px;
  padding: 15px 0;
  text-align: center; }

.av-header-logo {
  max-width: 100%; }

.av-header-nav {
  text-align: center;
  line-height: 41px;
  font-size: 240%;
  background-color: #fff;
  padding: 15px 0; }
  .av-header-nav .av-icon-nav > li > a {
    color: #000; }
  .av-header-nav .av-icon-nav > li > a:focus,
  .av-header-nav .av-icon-nav > li > a:active,
  .av-header-nav .av-icon-nav > li > a:hover {
    color: #333; }
  .av-header-nav .av-badged .av-top-right-badge {
    background-color: #fff;
    border-color: #000;
    color: #000; }
  .av-header-nav .av-badged:hover .av-top-right-badge {
    border-color: #333;
    color: #333; }

.av-search-box-wrap {
  display: none !important; }

@media (max-width: 767px) {
  .av-icon-nav.show-search > li {
    display: inherit !important; }
  .av-icon-nav.show-search > .av-search-box-wrap {
    display: inline-block !important; } }
.av-search-input {
  border: 0;
  outline: none;
  border-bottom: 2px solid #000;
  background: 0;
  padding: 0 10px;
  height: 41px;
  vertical-align: top;
  color: #666;
  -webkit-transition: width .3s;
  transition: width .3s;
  box-shadow: none; }

.av-search-btn {
  background: none;
  background: none;
  border: none;
  padding: 0;
  color: #1a2674; }

@media (min-width: 768px) {
  .av-search-box-wrap {
    display: inline-block !important; }

  .av-search-toggle-wrap {
    display: none !important; }

  .av-search-input {
    width: 150px; }

  .av-search-btn {
    color: #1a2674; }

  .av-search-btn:hover {
    color: #0c1236; }

  .av-header-nav {
    text-align: right;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0; }
    .av-header-nav .av-icon-nav > li > a {
      color: #1a2674; }
    .av-header-nav .av-icon-nav > li > a:focus,
    .av-header-nav .av-icon-nav > li > a:active,
    .av-header-nav .av-icon-nav > li > a:hover {
      color: #0c1236; }
    .av-header-nav .av-badged .av-top-right-badge {
      background-color: #fff;
      border-color: #1a2674;
      color: #1a2674; }
    .av-header-nav .av-badged:hover .av-top-right-badge {
      border-color: #0c1236;
      color: #0c1236; }

  .av-header {
    padding: 15px 0; }

  .av-header-logo-wrap {
    padding: 0 15px;
    text-align: left; } }
@media (min-width: 992px) {
  .av-search-input:hover,
  .av-search-input:focus,
  .av-search-box:hover .av-search-input {
    background: #fff;
    width: 320px; } }
[data-avenue-reload] {
  transition: opacity 0.2s ease 0.2s; }

.av-reload-loading {
  opacity: 0.7;
  position: relative; }
  .av-reload-loading .load_animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/ajax.gif) center center no-repeat; }
    .av-reload-loading .load_animation > img {
      display: none; }

[data-avenue-load-more="scroll"] {
  float: left;
  width: 100%;
  text-align: center; }
  [data-avenue-load-more="scroll"] > img {
    display: none;
    margin: 0 auto; }
  [data-avenue-load-more="scroll"].av-loading > img {
    display: block; }

.av-loading .av-loading-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.remove-favourite {
  display: none; }

.avenue-favourite > .add-favourite {
  display: none; }
.avenue-favourite > .remove-favourite {
  display: block; }

.collapsed-only-inline-block,
.collapsed-only-block,
.collapsed .uncollapsed-only-inline-block,
.collapsed .uncollapsed-only-block {
  display: none; }

.uncollapsed-only-block,
.collapsed .collapsed-only-block {
  display: block; }

.uncollapsed-only-inline-block,
.collapsed .collapsed-only-inline-block {
  display: inline-block; }

.no-js-hide {
  display: none; }

html:not(.wf-fontawesome-n4-active) .no-fa-hide {
  display: none; }

/*html.js .av-result {
  visibility: hidden
}*/
.parallax {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  transition: background-color 9999s ease-in-out 0s; }

.av-search-input {
  background-color: #fff !important; }

.mega-dropdown {
  position: static !important; }

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none; }

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0; }

.mega-dropdown-menu > li > ul > li {
  list-style: none; }

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px; }

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none; }

.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px; }

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px; }

.left.carousel-control {
  right: 30px;
  left: inherit; }

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd; }

.av-label-block {
  display: table-row;
  width: 100%; }

.av-label-block-input {
  display: table-cell;
  vertical-align: middle;
  width: 34px; }

.av-label-block-content {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 10px;
  width: 100%; }

.av-label-block-small {
  width: auto; }
  .av-label-block-small > .av-label-block-content {
    width: auto; }

.av-section {
  margin-top: 30px;
  margin-bottom: 30px; }

.av-section-divider {
  padding: 30px 0;
  background-color: #eeeeee;
  text-align: center;
  color: #666; }
  .av-section-divider h1, .av-section-divider h2, .av-section-divider h3, .av-section-divider h4, .av-section-divider h5, .av-section-divider h6 {
    color: inherit;
    text-transform: uppercase;
    margin: 0;
    line-height: 39px; }

.av-section-divider-inverse {
  background-color: #666;
  color: #fff; }

@media (min-width: 768px) {
  .av-section-divider {
    padding: 40px 0; }

  .av-section-divider-left {
    text-align: left; }

  .av-section-divider-right {
    text-align: right; } }
.av-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center; }
  .av-title > h1,
  .av-title > h2,
  .av-title > h3,
  .av-title > h4,
  .av-title > h5,
  .av-title > h6 {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 10px;
    margin-right: 10px; }

.av-title-sep {
  position: relative;
  height: 2px;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #E4E5E6; }

.av-grid-tiles {
  margin-top: 7px;
  margin-bottom: 7px; }

.av-grid-tiles-inner {
  padding-left: 7px;
  padding-right: 7px; }

.av-grid-tile {
  padding-top: 7px;
  padding-bottom: 7px; }

.av-grid-tile-content {
  -webkit-box-shadow: 0 1px 3px 0 rgba(102, 102, 102, 0.6);
  box-shadow: 0 1px 3px 0 rgba(102, 102, 102, 0.6); }

@media (min-width: 768px) {
  .av-grid-tiles {
    margin-top: 15px;
    margin-bottom: 15px; }

  .av-grid-tiles-inner {
    padding-left: 15px;
    padding-right: 15px; }

  .av-grid-tile {
    padding-top: 15px;
    padding-bottom: 15px; } }
.av-addthis {
  margin: 10px 0; }

.av-addthis-title {
  color: #666;
  text-transform: uppercase;
  margin-right: 10px; }

.av-addthis-toolbox > .av-icon-nav > li > a {
  color: #666; }

@media (min-width: 768px) {
  .av-addthis {
    margin: 25px 0; } }
.av-cell {
  padding: 0 8px;
  margin-bottom: 8px;
  float: left; }

.av-cell-title {
  font-weight: bold; }

.av-cell-wrap {
  padding: 0; }

.av-cells-1 > .av-cell {
  width: 50%; }
  .av-cells-1 > .av-cell:nth-child(2n+1) {
    clear: both; }

.av-cells-2 > .av-cell {
  width: 50%; }
  .av-cells-2 > .av-cell:nth-child(2n+1) {
    clear: both; }

.av-cells-3 > .av-cell {
  width: 50%; }
  .av-cells-3 > .av-cell:nth-child(2n+1) {
    clear: both; }

.av-cells-4 > .av-cell {
  width: 50%; }
  .av-cells-4 > .av-cell:nth-child(2n+1) {
    clear: both; }

.av-cells-5 > .av-cell {
  width: 50%; }
  .av-cells-5 > .av-cell:nth-child(2n+1) {
    clear: both; }

.av-cells-6 > .av-cell {
  width: 50%; }
  .av-cells-6 > .av-cell:nth-child(2n+1) {
    clear: both; }

.av-cells-7 > .av-cell {
  width: 50%; }
  .av-cells-7 > .av-cell:nth-child(2n+1) {
    clear: both; }

.av-cells-8 > .av-cell {
  width: 50%; }
  .av-cells-8 > .av-cell:nth-child(2n+1) {
    clear: both; }

.av-cells-9 > .av-cell {
  width: 50%; }
  .av-cells-9 > .av-cell:nth-child(2n+1) {
    clear: both; }

.av-cells-10 > .av-cell {
  width: 50%; }
  .av-cells-10 > .av-cell:nth-child(2n+1) {
    clear: both; }

@media (min-width: 768px) {
  .av-cell-title {
    margin-bottom: 6px; }

  .av-cells-1 > .av-cell {
    width: 100%; }
    .av-cells-1 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-1 > .av-cell:last-child {
      text-align: right; }

  .av-cells-2 > .av-cell {
    width: 50%; }
    .av-cells-2 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-2 > .av-cell:last-child {
      text-align: right; }

  .av-cells-3 > .av-cell {
    width: 33.3333333333%; }
    .av-cells-3 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-3 > .av-cell:last-child {
      text-align: right; }

  .av-cells-4 > .av-cell {
    width: 25%; }
    .av-cells-4 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-4 > .av-cell:last-child {
      text-align: right; }

  .av-cells-5 > .av-cell {
    width: 20%; }
    .av-cells-5 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-5 > .av-cell:last-child {
      text-align: right; }

  .av-cells-6 > .av-cell {
    width: 16.6666666667%; }
    .av-cells-6 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-6 > .av-cell:last-child {
      text-align: right; }

  .av-cells-7 > .av-cell {
    width: 14.2857142857%; }
    .av-cells-7 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-7 > .av-cell:last-child {
      text-align: right; }

  .av-cells-8 > .av-cell {
    width: 12.5%; }
    .av-cells-8 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-8 > .av-cell:last-child {
      text-align: right; }

  .av-cells-9 > .av-cell {
    width: 11.1111111111%; }
    .av-cells-9 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-9 > .av-cell:last-child {
      text-align: right; }

  .av-cells-10 > .av-cell {
    width: 10%; }
    .av-cells-10 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-10 > .av-cell:last-child {
      text-align: right; } }
.av-steps-bar {
  background: #eeeeee;
  padding-left: 15px; }

.av-steps-bar-step {
  height: 34px;
  line-height: 34px;
  padding: 2px 9px 0 17px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  color: #bbb;
  text-transform: uppercase;
  font-size: 18px; }
  .av-steps-bar-step:hover, .av-steps-bar-step:focus {
    color: #666;
    text-decoration: none; }
  .av-steps-bar-step::before {
    content: "";
    height: 46px;
    background-color: #fff;
    width: 8px;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .av-steps-bar-step > .av-steps-bar-name {
    display: none; }
  .av-steps-bar-step.active {
    color: #1a2674; }

@media (min-width: 768px) {
  .av-steps-bar-step {
    height: 44px;
    line-height: 44px;
    padding: 2px 14px 0 22px; }
    .av-steps-bar-step.active > .av-steps-bar-name {
      display: inline;
      margin-left: 10px;
      color: #1a2674; } }
.av-ruled-nav {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .av-ruled-nav > li {
    display: block; }
  .av-ruled-nav > li > a {
    display: block;
    text-decoration: none !important;
    color: inherit;
    padding-top: .35em;
    padding-bottom: .35em;
    border-bottom: 1px solid rgba(187, 187, 187, 0.5);
    background-color: transparent; }
    .av-ruled-nav > li > a:focus, .av-ruled-nav > li > a:hover {
      background-color: transparent; }
  .av-ruled-nav > li:hover > a,
  .av-ruled-nav > li:focus > a,
  .av-ruled-nav > li:active > a,
  .av-ruled-nav > li.active > a {
    color: #000;
    background-color: inherit; }
  .av-ruled-nav > li:last-child > a {
    border-bottom-width: 0; }
  .av-ruled-nav-inverse > li > a {
    border-bottom-color: #fff; }
  .av-ruled-nav-inverse > li:hover > a,
  .av-ruled-nav-inverse > li:focus > a,
  .av-ruled-nav-inverse > li:active > a,
  .av-ruled-nav-inverse > li.active > a {
    color: #1a2674; }
  .av-ruled-nav-inverse > li > a:focus {
    background-color: transparent; }

.av-ruled-subnav {
  padding-left: 10px;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  list-style: none;
  margin-bottom: 0; }
  .av-ruled-subnav > li {
    display: block; }
  .av-ruled-subnav > li > a {
    display: block;
    text-decoration: none !important;
    color: inherit;
    padding-top: .15em;
    padding-bottom: .15em;
    border-bottom: 1px solid rgba(187, 187, 187, 0.2);
    background-color: transparent; }
    .av-ruled-subnav > li > a:focus, .av-ruled-subnav > li > a:hover {
      background-color: transparent; }

.av-buttonbar {
  width: 100%;
  float: left;
  margin-bottom: 15px; }

.av-buttonbar-left,
.av-buttonbar-right {
  margin-bottom: 10px;
  width: 100%;
  display: block; }

@media (min-width: 768px) {
  .av-buttonbar {
    width: auto; }

  .av-buttonbar-left {
    margin: 0 10px 0 0;
    float: left;
    width: auto; }

  .av-buttonbar-right {
    margin: 0 0 0 10px;
    float: right;
    width: auto; } }
.av-tab-section {
  background-color: #f5f5f5;
  padding: 19px; }

.av-tab-section-tabs {
  margin-bottom: 19px;
  text-align: center; }
  .av-tab-section-tabs > li {
    float: none;
    display: inline-block; }

.av-icon-nav {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  /* padding-left: 0; */
  padding: 0 15px;
  list-style: none; }
  .av-icon-nav > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }
  .av-icon-nav > li > a {
    text-decoration: none !important; }

.av-badged {
  position: relative; }

.av-top-right-badge {
  transition-delay: 0s;
  text-align: center;
  position: absolute;
  top: -4px;
  right: -6px;
  font-size: 12px;
  border-radius: 13px;
  padding: 0;
  height: 26px;
  min-width: 26px;
  line-height: 24px;
  color: #1a2674;
  background-color: #fff;
  border: 2px solid #1a2674;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.av-badged:hover .av-top-right-badge {
  border-color: #070b21; }

.av-overlay-full,
.av-overlay-bottom {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  cursor: default; }

.av-overlay-full .av-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
.av-overlay-full.no-interact .av-overlay {
  pointer-events: none; }
.av-overlay-full .av-overlay-img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear; }
.av-overlay-full .av-overlay-content {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  width: 100%;
  background: transparent;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
.av-overlay-full .av-overlay-link {
  text-decoration: none !important;
  color: inherit; }

.av-overlay-title {
  margin: 0;
  text-transform: uppercase;
  color: inherit; }

.av-overlay-text {
  margin: 0;
  color: inherit; }

.av-overlay-bottom .av-overlay {
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 0.75em;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s; }
.av-overlay-bottom.no-interact .av-overlay {
  pointer-events: none; }
.av-overlay-bottom .av-overlay-img {
  margin: 0 auto;
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform: translate3d(0, -1%, 0) scale(1.02);
  transform: translate3d(0, -1%, 0) scale(1.02); }

.parallax {
  position: relative; }
  .parallax .av-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 0.75em;
    color: #fff;
    background: rgba(26, 38, 116, 0.7);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s; }

.av-overlay-primary .av-overlay {
  background-color: rgba(26, 38, 116, 0.7); }

@media (min-width: 992px) {
  .av-overlay-full .av-overlay {
    opacity: 0;
    filter: alpha(opacity=0); }
  .av-overlay-full .av-overlay-content {
    top: -20%; }
  .av-overlay-full:hover .av-overlay-img, .av-overlay-full.active .av-overlay-img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .av-overlay-full:hover .av-overlay, .av-overlay-full.active .av-overlay {
    opacity: 1;
    filter: alpha(opacity=100); }
  .av-overlay-full:hover .av-overlay-content, .av-overlay-full.active .av-overlay-content {
    top: 50%; }

  .av-overlay-bottom .av-overlay {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  .av-overlay-bottom .av-overlay-img {
    -webkit-transform: translate3d(0, 1%, 0) scale(1.02);
    transform: translate3d(0, 1%, 0) scale(1.02); }
  .av-overlay-bottom:hover .av-overlay-img, .av-overlay-bottom.active .av-overlay-img {
    -webkit-transform: translate3d(0, -1%, 0) scale(1.02);
    transform: translate3d(0, -1%, 0) scale(1.02); }
  .av-overlay-bottom:hover .av-overlay, .av-overlay-bottom.active .av-overlay {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.av-pagination {
  text-transform: uppercase;
  background-color: #eeeeee;
  padding: 0 14px;
  position: relative; }
  .av-pagination .btn-link {
    padding: 7px 6px;
    line-height: 24px;
    border-width: 0;
    color: #666; }
    .av-pagination .btn-link.btn-disabled {
      cursor: default;
      color: #bbb; }

.av-pagination-label {
  height: 37px;
  line-height: 37px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 8px;
  display: inline-block; }

.av-pagination-item-left {
  float: left;
  margin-right: 8px; }

.av-pagination-item-right {
  float: right;
  margin-left: 8px; }

.av-modal-search-faceting .av-pagination {
  padding: 36px 8px 4px 8px;
  text-align: right;
  margin-top: 10px; }
.av-modal-search-faceting .av-pagination-result-count {
  display: none; }
.av-modal-search-faceting .av-pagination-page {
  display: none; }
.av-modal-search-faceting .av-pagination-per-page,
.av-modal-search-faceting .av-pagination-sort-order {
  display: block;
  float: right !important;
  margin-right: 0; }
  .av-modal-search-faceting .av-pagination-per-page-input,
  .av-modal-search-faceting .av-pagination-sort-order-input {
    width: 152px; }
.av-modal-search-faceting .av-pagination-grid-or-list {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  text-align: center; }

.av-pagination-page-input {
  width: 24px;
  text-align: center; }

.av-pagination-sort-order-input {
  width: 160px; }

.av-pagination-per-page-input {
  width: 40px; }

.av-pagination-page-input,
.av-pagination-sort-order-input,
.av-pagination-per-page-input {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block; }

.av-pagination-page-label,
.av-pagination-per-page,
.av-pagination-sort-order,
.av-pagination-grid-or-list {
  display: none; }

@media (min-width: 768px) {
  .av-pagination-per-page {
    display: block; }

  .av-pagination-grid-or-list {
    display: block; } }
@media (min-width: 1200px) {
  .av-pagination-sort-order {
    display: block; } }
.av-facet-module {
  padding: 20px 30px;
  border-bottom: 2px solid #e2e2e2;
  position: relative; }
  .av-facet-module:last-child {
    border-bottom-width: 0; }

.av-facet-title {
  font-size: 17px;
  text-transform: uppercase;
  color: #bbb;
  position: relative; }

.av-facet-collapse-icon-in,
.av-facet-collapse-icon-out {
  position: absolute;
  top: 28px;
  right: 30px;
  color: #bbb;
  line-height: 28.75px;
  font-size: 12px;
  pointer-events: none; }

.av-facet-collapse-icon-out {
  display: none !important; }

.av-facet-collapsible.in ~ .av-facet-collapse-icon-in {
  display: none !important; }
.av-facet-collapsible.in ~ .av-facet-collapse-icon-out {
  display: block !important; }

.av-facet-row-after20,
.av-facet-showless,
.av-facet-showall .av-facet-showmore {
  display: none !important; }

.av-facet-showall .av-facet-row-after20,
.av-facet-showall .av-facet-showless {
  display: block !important; }

.av-facet-list {
  width: 100%;
  text-align: left;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .av-facet-list > li {
    display: block; }
  .av-facet-list > li > a {
    color: #666;
    display: block;
    text-decoration: none !important;
    background-color: transparent !important;
    padding: 2px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 30px; }
    .av-facet-list > li > a > .av-facet-row-icon {
      color: #bbb;
      margin-right: 4px; }
    .av-facet-list > li > a:hover {
      color: #bbb; }
    .av-facet-list > li > a > .av-facet-row-count {
      color: #bbb;
      position: absolute;
      top: 0;
      right: 0; }

.av-facet-after20 {
  text-align: center;
  text-transform: uppercase; }
  .av-facet-after20 > a {
    color: #666; }

.av-slider {
  margin-bottom: 8px; }

.av-facet-slider .av-slider {
  margin: 20px auto; }

.av-slider-value {
  margin-bottom: 0;
  text-align: left;
  margin-top: 18px;
  font-weight: bold;
  color: #bbb; }

.ui-slider {
  position: relative;
  font-size: 1.1em; }
  .ui-slider.ui-slider-horizontal {
    height: 3px;
    border-width: 0 !important;
    background: #bbb; }
  .ui-slider > .ui-slider-range {
    border-width: 0;
    background: #666; }
  .ui-slider > .ui-slider-handle {
    position: absolute;
    border-radius: 50%;
    border: 3px solid #666 !important;
    background: #eeeeee;
    top: -8px !important;
    height: 20px !important;
    width: 20px !important;
    margin-left: -.6em; }
    .ui-slider > .ui-slider-handle:hover, .ui-slider > .ui-slider-handle:focus, .ui-slider > .ui-slider-handle:active {
      border-color: #1a2674 !important;
      border-width: 3px !important; }

.av-result {
  padding: 0; }

.av-result-img {
  background-color: #fff; }
  .av-result-img > .av-overlay {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8); }

.av-result-overlay-btn {
  color: #666;
  padding: 12px 0;
  font-weight: bold; }
  .av-result-overlay-btn:hover {
    color: #666; }

.av-result-title {
  text-decoration: none !important; }

.av-result-description {
  max-height: 120px;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px; }

.list > .av-result {
  width: 100%;
  padding: 4px 0; }
.list .av-result-img {
  float: left;
  width: 100%;
  margin-bottom: 10px; }
  .list .av-result-img > .av-overlay {
    display: none; }
.list .av-result-description {
  max-height: 80px; }

.add-to-cart-form {
  float: right; }

.grid > .av-result {
  padding: 5px;
  border: 1px solid transparent; }
  .grid > .av-result:hover {
    border: 1px solid #eeeeee; }

@media (min-width: 500px) {
  .list .av-result-img {
    width: 40%;
    max-width: 240px;
    margin-right: 15px; } }
@media (min-width: 768px) {
  .list .list-show {
    float: right; }

  .list .list-show .more-info-btn {
    float: right;
    margin: 5px 0; }

  .list .add-to-cart-form {
    clear: both; } }
@media (min-width: 992px) {
  .list .av-result-img {
    width: 30%;
    margin-right: 15px;
    margin-bottom: 0; }

  .grid > .av-result {
    padding: 15px; } }
.av-result-stars {
  display: inline-block; }

.av-fade-bottom::after {
  content: "";
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% - 20px);
  background: linear-gradient(to bottom, transparent, #fff); }

.list .grid-show {
  display: none !important; }

.grid .list-show {
  display: none !important; }

.av-hover-cart-form {
  float: left;
  width: 55%; }
  .av-hover-cart-form > .form-control {
    float: left;
    width: 30%;
    background-color: #fff;
    text-align: center;
    height: 51px; }
  .av-hover-cart-form > .av-result-overlay-btn {
    float: left;
    width: 70%; }

.av-quick-view-btn {
  float: left;
  width: 45%;
  display: inline-block; }

.av-favs {
  position: absolute;
  right: 0;
  top: 3%;
  font-size: 24px; }
  .av-favs .favourite-description {
    display: none; }

.av-discount {
  position: absolute;
  left: 0;
  /* top: 3%; */
  top: 0;
  padding-top: 11px;
  padding-left: 11px;
  pointer-events: none; }

.av-input-xs {
  width: 6em;
  min-width: 6em; }

.av-input-md {
  width: 20em;
  min-width: 20em; }

.av-input-bg {
  background-color: #f5f5f5;
  background-color: rgba(200, 200, 200, 0.2); }

.av-input-bg-inverse {
  background-color: #565656;
  color: #dddddd; }

.av-input-bg,
.av-input-bg-inverse {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.asterisk {
  color: #1a2674; }

.av-product-left {
  padding: 0; }

.av-product-main-img-wrap {
  padding: 0;
  margin-bottom: 6px; }

@media (min-width: 768px) {
  .av-product-carousel-wrap {
    padding: 0; } }
@media (min-width: 1200px) {
  .av-product-main-img-wrap {
    padding: 0 5px;
    float: right; } }
.av-qty {
  text-align: center;
  width: 3em !important; }

.av-qty-btn {
  width: auto; }

.av-add-group {
  width: 100%; }

.av-add-group-btn {
  width: 100%; }
  .av-add-group-btn > .btn {
    width: 100%; }

.av-product-preview-button-wrap .btn {
  padding: 5px;
  font-size: 12px; }

.av-product-preview .av-product-title {
  font-size: 22px; }

.av-product-preview-button-wrap .av-qty {
  height: 34px; }

.av-product-preview {
  padding: 15px; }

.av-product-preview .av-product-price .price {
  font-size: 18px; }

.av-product-preview .av-price-match-btn {
  font-size: 12px;
  margin-top: 5px; }

.av-product-preview .av-product-code {
  max-width: 200px; }

.av-product-preview-description {
  max-height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px; }

.av-product-preview-img {
  position: relative; }

.av-product-price {
  display: block;
  clear: both;
  float: left; }

.av-product-price .price {
  font-size: 22px;
  font-weight: bold;
  color: #1a2674; }

.av-product-stars {
  float: right;
  margin-top: 5px; }

.av-product-stars a {
  float: right; }

.av-product-badges {
  padding: 8px 0;
  float: right; }

.av-product-discount,
.av-product-avail {
  display: inline-block; }

.av-product-avail .label-info {
  float: right; }

.av-scs-swatches {
  padding: 8px 0; }

.av-scs-swatch {
  border: 2px solid #ddd;
  border-radius: 50%;
  padding: 2px; }
  .av-scs-swatch.selected {
    border-color: #1a2674; }

.av-price-breaks {
  border: 1px solid #eeeeee; }
  .av-price-breaks > thead > tr > th {
    background-color: #eeeeee; }
  .av-price-breaks > tbody > tr > th,
  .av-price-breaks > thead > tr > th,
  .av-price-breaks > tbody > tr > td,
  .av-price-breaks > thead > tr > td {
    padding: 3px; }

.av-uoms-wrap,
.av-price-breaks {
  float: left;
  margin-bottom: 12px; }

.av-uoms {
  float: left;
  line-height: 38px;
  margin-right: 5px; }

.av-uoms-wrap select {
  float: left;
  width: auto; }

.av-product-desc {
  margin: 8px 0;
  float: left;
  clear: both; }

.av-product-title {
  margin-top: 12.5px; }

.av-price-match-btn {
  clear: both;
  color: #666;
  text-decoration: none !important;
  padding: 0;
  margin-top: 5px; }
  .av-price-match-btn:hover, .av-price-match-btn:active, .av-price-match-btn:focus {
    color: #1a2674;
    background: transparent; }

.av-product-code {
  float: left;
  clear: both; }

.av-price-match-icon {
  color: #93ca77; }

.av-product-right {
  padding: 15px; }

.av-product-favs {
  position: absolute;
  bottom: 8px;
  left: 16px;
  background-color: #eeeeee;
  background-color: rgba(238, 238, 238, 0.8);
  padding: 3px 10px 3px 3px; }
  .av-product-favs > a {
    color: #666;
    text-decoration: none !important; }

@media (min-width: 768px) {
  .av-product-favs {
    bottom: 20px;
    left: 28px; } }
.av-product-review-rating-input {
  padding-top: 9px; }

.ui-stars-star > a,
.ui-stars-cancel > a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

@media (min-width: 768px) {
  .av-product-right {
    padding: 0 15px 15px 15px; }

  .av-product-info {
    padding-top: 30px; } }
@media (max-width: 480px) {
  .av-product-info .av-product-price .price {
    font-size: 18px; }

  .av-product-info .av-product-code {
    width: 63%; }

  .av-product-info .av-price-match-btn {
    font-size: 12px;
    margin-top: 5px; }

  .av-product-info .av-product-title {
    font-size: 22px; } }
.av-related-products-title {
  font-size: 18px;
  border-bottom: 1px dotted #1a2674;
  color: #1a2674;
  margin-bottom: 20px; }

.price {
  font-size: 120%; }

.av-inc-or-ex {
  font-size: 63%;
  color: #999; }

.av-saved-address {
  margin-bottom: 0; }

.av-saved-address-active {
  border-left-width: 10px;
  border-left-color: #1a2674; }

/*
@media (min-width: $screen-sm-min) {
  .av-wishlist-wrap {
    margin: -30px -30px;
  }
}
*/
.av-blog-post-image {
  width: 100%;
  margin: 10px auto;
  text-align: center; }

@media (min-width: 992px) {
  .av-blog-post-image {
    margin: 10px;
    width: auto; } }
/* BLOG PREV NEXT STYLE */
.navigation_between_posts .nav-previous {
  display: none;
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -50px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  transition: all .5s; }

.navigation_between_posts .nav-previous > a {
  height: 100px;
  width: 100px;
  opacity: 0.5;
  display: block;
  transition: all .3s;
  position: relative;
  z-index: 2;
  font-size: 36px;
  line-height: 100px; }

.navigation_between_posts .nav-previous > img {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-in-out;
  width: auto;
  opacity: 0; }

.navigation_between_posts .nav-previous:hover > img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  width: 100%; }

.navigation_between_posts .nav-next {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -50px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  transition: all .5s; }

.navigation_between_posts .nav-next > a {
  height: 100px;
  width: 100px;
  opacity: 0.5;
  display: block;
  transition: all .3s;
  position: relative;
  z-index: 2;
  font-size: 36px;
  line-height: 100px; }

.navigation_between_posts .nav-next > img {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-in-out;
  width: auto;
  opacity: 0; }

.navigation_between_posts .nav-next:hover > img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  width: 100%; }

.navigation_between_posts .nav-previous-mobile {
  line-height: 12px;
  display: table-cell;
  text-transform: uppercase;
  text-align: left;
  padding-left: 30px; }

.navigation_between_posts .nav-next-mobile {
  line-height: 12px;
  display: table-cell;
  text-transform: uppercase;
  text-align: right;
  padding-right: 30px; }

.navigation_between_posts {
  font-size: 0.66667rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 20px 0;
  background: #ddd;
  display: table;
  width: 100%; }

@media only screen and (min-width: 64em) {
  .navigation_between_posts {
    background: transparent; }

  .navigation_between_posts .nav-previous, .navigation_between_posts .nav-next {
    display: inline-block; }

  .navigation_between_posts .nav-previous-mobile, .navigation_between_posts .nav-next-mobile {
    display: none; } }
/* END BLOG PREV NEXT STYLE */
/* Keyframes */
@-webkit-keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0; } }
@keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .move-left {
    width: 16%;
    display: none; }

  .move-right {
    width: 100%; } }
.av-search-bar-wrap {
  position: relative; }
  .av-search-bar-wrap > .av-icon-nav {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
  .av-search-bar-wrap.av-searching > .av-icon-nav {
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none; }
  .av-search-bar-wrap.av-searching > .av-search-bar {
    pointer-events: all;
    opacity: 1;
    filter: alpha(opacity=100); }

.av-search-bar {
  opacity: 0;
  filter: alpha(opacity=0);
  display: flex;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  margin: 0 auto; }

.av-search-bar-input-wrap {
  flex-grow: 1; }

.av-search-bar-input {
  color: #ddd;
  height: 41px; }

@media (min-width: 768px) {
  .av-search-bar-input {
    color: #666; } }
.av-store-locator {
  width: 100%;
  height: 100%;
  position: relative;
  border-bottom: 2px solid #ccc; }

.av-store-locator-form {
  background-color: #f5f5f5;
  margin-bottom: 300px; }

.av-store-locator-search {
  padding: 30px;
  height: 200px;
  background-color: #eeeeee; }

.av-store-locator-results {
  padding: 10px; }

.av-store-locator-map {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

@media (min-width: 992px) {
  .av-store-locator-results {
    height: 400px;
    overflow-y: auto; }

  .av-store-locator-form {
    margin-bottom: 0;
    width: 24%;
    width: calc(340px - 0px);
    height: 600px;
    overflow: hidden; }

  .av-store-locator-map {
    width: 76%;
    width: calc(100% - 340px);
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    height: auto; } }
.av-store-locator-img {
  max-width: 280px;
  position: relative; }

.av-store-locator-img-marker {
  width: 36px;
  height: auto;
  position: absolute;
  bottom: 25%;
  right: 12%; }

.av-store-locator-img-marker-path {
  fill: #1a2674; }

.av-store-locator-result {
  padding: 12px; }

.av-cart-line-total {
  float: right !important; }

.av-cart-price {
  line-height: 35px; }

.av-cart-item {
  padding: 0 8px; }

.av-cart-qty-btn {
  padding-left: 8px;
  padding-right: 8px;
  color: #666; }
  .av-cart-qty-btn:focus, .av-cart-qty-btn:active, .av-cart-qty-btn:hover {
    color: #212121; }

.av-cart-delete > .remove-line {
  background: transparent;
  border-width: 0;
  position: absolute;
  top: 35%;
  top: calc(50% - 17px);
  left: -16px; }
  .av-cart-delete > .remove-line::before {
    content: "\f056";
    font-family: "FontAwesome";
    color: #d43319;
    font-size: 120%; }

.av-coupon-delete {
  width: 1.3rem;
  height: 2.6rem;
  position: relative;
  float: left; }

.av-freight-estimate-table {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .av-cart-line {
    margin-bottom: 8px; } }
.av-shipping-option-table {
  margin-bottom: 0; }

.av-cart-summary-table > tbody > tr > td,
.av-cart-summary-table > tbody > tr > th, .av-cart-summary-table > tfoot > tr > td,
.av-cart-summary-table > tfoot > tr > th {
  padding: 5px 8px;
  vertical-align: middle; }

.av-payment-year,
.av-payment-month {
  widht: 6em;
  max-width: 6em;
  display: inline-block; }

.av-cart-btn {
  width: 100%;
  float: left;
  padding: 0 4px;
  margin-bottom: 8px; }
  .av-cart-btn > .btn {
    width: 100%;
    border-radius: 23px; }
    .av-cart-btn > .btn::after {
      border-radius: 23px; }

@media (min-width: 500px) {
  .av-cart-btn {
    width: 50%; } }
@media (min-width: 1200px) {
  .av-cart-btn {
    width: 25%; } }
.av-cart-add-coupon {
  margin-bottom: 1em; }

.av-cart-customer-ref {
  margin-bottom: 1em; }

@media (min-width: 992px) {
  .av-column-content.wishlist {
    max-width: 100%; } }
/* contact page style */
.left-side {
  position: relative;
  min-height: 100vh;
  text-align: center;
  background: #fff url(/ts1752035796/images/jpg/StyleSheet/2/left-side-bg.jpg) no-repeat center;
  background-size: cover; }

.right-side {
  position: relative;
  /* padding: 120px 120px 100px 120px; */
  /* padding:15px 100px 0 15px; */
  height: 100vh;
  background: #fff; }

.left-side header {
  position: relative;
  margin-top: 80px; }

.left-side header span {
  margin-bottom: 6px;
  display: block;
  font-family: 'lato', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: #999;
  letter-spacing: 0.12em; }

.left-side header h3 {
  margin: 0;
  font-size: 54px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 0.01em; }

/* Discount Sign Style */
div.product_label {
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -1px; }

div.product_label span {
  width: 66px;
  height: 66px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 0 0 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  position: relative;
  text-align: center; }

span.featured:before, div.product_label .featured:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 65px solid transparent;
  border-left: 65px solid #1a2674;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: -1; }

/* End Discount Sign Style */
/* Container */
.form-wrap {
  position: relative;
  /* max-width: 460px; */
  width: 100%;
  /* margin: 0 auto 100px; */
  margin-top: 15px; }

.form-wrap.active .card:first-child {
  background: #f2f2f2;
  margin: 0 15px; }

.form-wrap.active .card:nth-child(2) {
  background: #fafafa;
  margin: 0 10px; }

.form-wrap.active .card.alt, .form-wrap.toggle-forgotten-active .card.forgotten {
  top: 20px;
  right: 0;
  width: 100%;
  min-width: 100%;
  height: auto;
  border-radius: 5px;
  /* padding: 60px 0 40px; */
  padding: 20px;
  overflow: hidden;
  background: #f47521; }

.form-wrap.active .card.alt .toggle {
  position: absolute;
  top: 40px;
  right: -70px;
  box-shadow: none;
  -webkit-transform: scale(10);
  transform: scale(10);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 100%;
  height: 100%; }

.form-wrap.active .card.alt .toggle:before, .form-wrap.toggle-forgotten-active .card.forgotten .toggle:before {
  content: ''; }

.form-wrap.toggle-forgotten-active .card.forgotten .title,
.form-wrap.toggle-forgotten-active .card.forgotten .input-container,
.form-wrap.toggle-forgotten-active .card.forgotten .button-container,
.form-wrap.active .card.alt .title,
.form-wrap.active .card.alt .input-container,
.form-wrap.active .card.alt .button-container {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.form-wrap.active .card.alt .title, .form-wrap.toggle-forgotten-active .card.forgotten .title {
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }

.form-wrap.active .card.alt .input-container, .form-wrap.toggle-forgotten-active .card.forgotten .input-container {
  -webkit-transition-delay: .4s;
  transition-delay: .4s; }

.form-wrap.active .card.alt .input-container:nth-child(2) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s; }

.form-wrap.active .card.alt .input-container:nth-child(3) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }

.form-wrap.active .card.alt .button-container {
  -webkit-transition-delay: .7s;
  transition-delay: .7s; }

/* Card */
.card {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  /* padding: 60px 0 40px 0; */
  padding: 60px;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  /* Title */
  /* Inputs */
  /* Button */
  /* Footer */
  /* Alt Card */ }

.card:first-child {
  background: #fafafa;
  height: 10px;
  border-radius: 5px 5px 0 0;
  margin: 0 10px;
  padding: 0; }

/*
.card .title {
  position: relative;
  z-index: 1;
  border-left: 5px solid #ed2553;
  margin: 0 0 35px;
  padding: 10px 0 10px 50px;
  color: #ed2553;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
*/
.card .input-container {
  position: relative;
  /* margin: 0 60px 50px; */ }

.form-wrap.active .card.alt, .form-wrap.active .card.alt .title h2, .form-wrap.toggle-forgotten-active .card.forgotten, .form-wrap.toggle-forgotten-active .card.forgotten .title h2 {
  color: #fff; }

/*
.card .input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 60px; 
  border: 0;
  color: #212121;
  font-size: 24px;
  font-weight: 400;
}

*/
.card .input-container input:focus ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
  transform: translate(-12%, -50%) scale(0.75); }

.card .input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after {
  width: 50%; }

.card .input-container input:valid ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
  transform: translate(-12%, -50%) scale(0.75); }

.card .input-container label {
  /*
  position: absolute;
  top: 0;
  left: 0;
  color: #757575;
  font-size: 24px;
  font-weight: 300;
  line-height: 60px;
  */
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }

.card.alt {
  position: absolute;
  /* 
  top: 40px;
  right: -70px; */
  right: 0;
  z-index: 10;
  /* width: 140px; */
  width: 100%;
  height: 140px;
  background: none;
  /* border-radius: 100%; */
  box-shadow: none;
  padding: 20px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  /* Toggle */
  /* Title */
  /* Input */
  /* Button */ }

.card.forgotten {
  position: absolute;
  /* 
  top: 40px;
  right: -70px; */
  right: 0;
  z-index: 10;
  /* width: 140px; */
  width: 100%;
  height: 140px;
  background: none;
  /* border-radius: 100%; */
  box-shadow: none;
  padding: 20px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  /* Toggle */
  /* Title */
  /* Input */
  /* Button */ }

.card.alt .toggle {
  position: relative;
  background: #f47521;
  float: right;
  width: 140px;
  height: 140px;
  /*
  width:100%;
  height:100%;
  */
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #ffffff;
  font-size: 58px;
  line-height: 140px;
  text-align: center;
  cursor: pointer; }

.card.forgotten .title,
.card.forgotten .input-container,
.card.forgotten .button-container,
.card.alt .title,
.card.alt .input-container,
.card.alt .button-container {
  /* left: 100px; */
  opacity: 0;
  visibility: hidden; }

.card.alt .title {
  position: relative;
  border-color: #ffffff;
  color: #ffffff; }

.card.alt .title .close, .card.forgotten .title .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: inline;
  color: #ffffff;
  font-size: 58px;
  font-weight: 400; }

.card.alt .title .close:before, .card.forgotten .title .close:before {
  content: '\00d7'; }

.card.alt .input-container input {
  color: #ffffff; }

.card.alt .input-container input:focus ~ label {
  color: #ffffff; }

.card.alt .input-container input:focus ~ .bar:before, .card.alt .input-container input:focus ~ .bar:after {
  background: #ffffff; }

.card.alt .input-container input:valid ~ label {
  color: #ffffff; }

.card.alt .input-container label {
  color: rgba(255, 255, 255, 0.8); }

.card.alt .input-container .bar {
  background: rgba(255, 255, 255, 0.8); }

#recaptcha_widget {
  background: none !important; }

.card.alt #recaptcha_widget a {
  color: #fff !important; }

.recaptcha-wrap {
  clear: both; }

#recaptcha_image img {
  max-width: 230px; }

.recaptcha_only_if_image {
  display: none; }

/*
.card.alt .form-group{
  margin-bottom:0;

}
*/
.btn-facebook {
  color: #fff;
  background-color: #337ab7;
  border-color: transparent; }

.btn-facebook:focus, .btn-primary.focus {
  color: #fff;
  background-color: #337ab7;
  border-color: transparent; }

.btn-facebook:hover {
  color: #fff;
  background-color: #174770;
  border-color: transparent; }

.btn-google {
  color: #fff;
  background-color: #d9534f;
  border-color: transparent; }

.btn-google:focus, .btn-primary.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: transparent; }

.btn-google:hover {
  color: #fff;
  background-color: #682624;
  border-color: transparent; }

.page-banner-container {
  background-color: white;
  border-bottom: 1px solid #1a2674; }

.zip-banner {
  margin: auto; }

@media (min-width: 576px) {
  .zip-banner {
    width: 491px; } }
.av-img-placeholder {
  margin: 0 auto; }

.av-img-placeholder-wrap {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/ts1752035472/attachments/CmsSetting/12/placeholder-box.svg");
  position: relative; }

.av-img-placeholder-img {
  width: 100%;
  height: auto;
  position: absolute !important;
  top: 0;
  left: 0; }
