.label {
  padding: 5px 12px 3px;
  font-size: 90%;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #75bd99;
  color: #000;
  text-transform: uppercase;
  font-weight: normal; }

.label-primary {
  border-color: #f69352;
  color: #f69352; }

.label-success {
  border-color: #75bd99;
  color: #75bd99; }

.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: #f47521; }
  .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; }

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

.carousel-control .fa-chevron-left, .carousel-control .icon-prev {
  margin-left: 15px;
  margin-top: -21px;
  background: url(/ts1764200187/images/png/StyleSheet/15/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(/ts1764200187/images/png/StyleSheet/15/v5-next.png) no-repeat;
  width: 22px;
  height: 42px; }

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

.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;
  margin-bottom: 30px; }

.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; }

iframe {
  border-width: 0px;
  width: 100%; }

.anchor-text {
  display: none; }

.country-name {
  max-width: 125px;
  background-color: #f4f4f4;
  color: #000000;
  border-radius: 10px;
  padding: 0 10px;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-box-shadow: inset 0 -2px 0 #ddd;
  box-shadow: inset 0 -2px 0 #ddd;
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
  height: 38px; }

.document-wrapper .bx-wrapper {
  max-width: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .document-wrapper .bx-wrapper ul li {
    box-shadow: 0 0 5px #ccc; }

.document-wrapper .bx-wrapper .bx-controls-direction a {
  border-radius: 50%;
  text-indent: 0;
  z-index: 99; }

.document-wrapper .bx-wrapper .bx-prev::before {
  content: "\f104";
  /* FontAwesome left arrow */
  font-family: "FontAwesome";
  font-size: 18px;
  color: #333; }

.document-wrapper .bx-wrapper .bx-next::before {
  content: "\f105";
  /* FontAwesome right arrow */
  font-family: "FontAwesome";
  font-size: 18px;
  color: #333; }

.stock-table-wrapper {
  padding: 5px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .stock-table-wrapper {
      padding: 20px 0px 10px 20px; } }

.stock-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px; }

.stock-table th,
.stock-table td {
  border: 1px solid #000;
  padding: 8px 12px;
  text-align: left; }

.stock-table thead th {
  background-color: #00a651;
  /* Green header */
  color: white; }

.panel.product-category {
  border: none;
  box-shadow: none; }

.ecom-blog-component .ecom-blog-main-post .av-blog-post-image-primary {
  max-width: 663px !important; }

.categorypage .product-category .av-img-placeholder {
  border-radius: 20px;
  overflow: hidden;
  padding: 0 !important;
  margin-bottom: 0 !important; }

.categorypage .product-category .av-img-placeholder img {
  border-radius: 0;
  object-fit: cover; }

html, body {
  height: 100%; }

.av-page-title {
  background-color: #f47521;
  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; } }
.breadcrumb-chevron {
  display: flex;
  flex-wrap: wrap;
  /* Allow wrapping */
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-size: 13px; }
  .breadcrumb-chevron li {
    position: relative;
    background: #444;
    color: #fff;
    padding: 5px 30px 5px 30px;
    margin-left: -6px;
    margin-top: 15px;
    clip-path: polygon(0 0, calc(100% - 10px) 0%, 100% 50%, calc(100% - 10px) 100%, 0 100%, 10px 50%);
    transition: background 0.3s ease; }
    .breadcrumb-chevron li:first-child {
      margin-left: 0; }
    .breadcrumb-chevron li.active {
      background: #0bb14b; }
    .breadcrumb-chevron li a {
      color: #fff;
      text-decoration: none;
      display: block; }
    .breadcrumb-chevron li:not(:first-child)::before {
      content: "";
      position: absolute;
      left: -10px;
      top: 0;
      width: 0;
      height: 100%;
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent;
      border-right: 10px solid #fff;
      z-index: 1; }

.av-two-column {
  display: block;
  width: 100%; }

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

.av-two-column-big {
  display: none; }
  @media (min-width: 768px) {
    .av-two-column-big {
      display: block;
      max-width: 280px;
      margin: 0px auto 0 0; } }

.av-two-column-left,
.av-two-column-right {
  display: block;
  vertical-align: top;
  width: 100%; }

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

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

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

  .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-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: none !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: #f47521; }

@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: #f47521; }

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

  .av-header-nav {
    text-align: right;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0; }
    .av-header-nav .av-icon-nav > li > a {
      color: #f47521; }
    .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: #bf5209; }
    .av-header-nav .av-badged .av-top-right-badge {
      background-color: #fff;
      border-color: #f47521;
      color: #f47521; }
    .av-header-nav .av-badged:hover .av-top-right-badge {
      border-color: #bf5209;
      color: #bf5209; }

  .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: none;
    width: 200px; } }
[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; }

.unlike-blog-post {
  display: none; }

.avenue-blogpost-like > .like-blog-post {
  display: none; }
.avenue-blogpost-like > .unlike-blog-post {
  display: block; }

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; }

ul {
  list-style: none; }

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

.av-facet-module {
  padding: 20px 10px;
  border-bottom: 1px solid #f1f1f1;
  position: relative; }
  .av-facet-module:last-child {
    border-bottom-width: 0; }

.av-facet-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #666;
  position: relative;
  font-weight: 500;
  margin-bottom: 10px; }

.av-facet-collapse-icon-in,
.av-facet-collapse-icon-out {
  position: absolute;
  top: 16px;
  right: 5px;
  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: #f47521 !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-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-store-locator {
  width: 100%;
  height: 100%;
  position: relative;
  border-bottom: 2px solid #ccc; }

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

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

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

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

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

  .av-store-locator-map {
    width: 76%;
    width: calc(100% - 450px);
    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: #f47521; }

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

.store-location-brief {
  position: relative; }

.store-location-brief .store-number {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border: 2px solid #3e3f3e;
  background-color: #3e3f3e;
  color: #ffffff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 14px;
  text-align: center;
  font-family: 'Gotham-Light'; }

.store-location-selectable.selected .store-location-brief .store-number {
  background-color: #EFEFEF;
  color: #3e3f3e; }

.store-location-details {
  margin-top: 6px;
  position: relative;
  min-height: 160px; }

.store-location-details-link {
  text-decoration: underline !important;
  font-size: 75%;
  color: #ff0000;
  line-height: 100%;
  text-align: right; }

.store-location-distance {
  font-size: 85%;
  line-height: 100%; }

.store-location-image-detail {
  position: absolute;
  top: 4px;
  left: 4px; }

.store-location-address-detail {
  margin-left: 156px; }

.store-selector-modal .modal-content {
  background-color: transparent; }

.store-selector-body {
  position: relative;
  padding: 0;
  background: none;
  height: 600px; }

.store-selector-row {
  margin-left: 0;
  margin-right: 0;
  height: 100%; }

.store-selector-button {
  background-color: #FFF;
  border-width: 0;
  padding: 6px 12px;
  border-bottom: 1px solid darkgray;
  border-right: 1px solid darkgray; }

.store-selector-close {
  position: absolute;
  top: 8px;
  right: 20px;
  background-color: #3e3f3e;
  z-index: 999;
  min-width: 80px; }

.store-selector-this-location {
  bottom: 10px;
  left: 350px; }

.store-location-template {
  display: none; }

.store-selector-list {
  display: inline-block;
  height: 100%;
  background-color: #ECEFEC;
  border-radius: 6px;
  overflow-y: auto; }

.store-selector-map {
  display: none;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.store-selector-my-location {
  width: 60%;
  text-align: left;
  cursor: pointer;
  line-height: auto;
  line-height: initial;
  position: relative; }

.store-selector-my-location .my-location-icon {
  position: absolute;
  right: 8px;
  top: 6px; }

.store-selector-submit {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: background-color .12s ease;
  transition: background-color .12s ease; }

.store-selector-submit[disabled] {
  -webkit-box-shadow: inset 0px 0px 0px 0px #3e3f3e;
  box-shadow: inset 0px 0px 0px 0px #3e3f3e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #EFEFEF), color-stop(1, #EFEFEF));
  background: -moz-linear-gradient(center top, #EFEFEF 5%, #EFEFEF 100%);
  background-color: #EFEFEF !important;
  color: #989A98 !important;
  border-color: #989A98 !important; }

.store-selector-my-location:active,
.store-selector-my-location:hover,
.store-selector-my-location:focus {
  background-color: #fff; }

.store-selector-my-location:focus {
  border: 1px solid #66afe9; }

.store-selector-results {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0; }

.store-selector-results .store-location {
  padding: 6px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-bottom-width: 0;
  list-style: none; }

.store-location-noresults {
  list-style: none; }

.store-selector-results .store-location:nth-of-type(3) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.store-selector-results .store-location:last-child {
  border-bottom-width: 2px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.store-location-selectable {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.store-selector-query {
  border-radius: 0;
  border-color: #3e3f3e; }

.store-selector-submit-query {
  background-color: #E0E4DA;
  border: 1px solid #3e3f3e;
  color: #3e3f3e;
  border-radius: 0; }

.store-selector-submit-query:hover,
.store-selector-submit-query:active,
.store-selector-submit-query:focus {
  background-color: #E0E4DA;
  border: 1px solid #3e3f3e;
  color: #3e3f3e;
  border-radius: 0; }

.store-location-details {
  background-color: #ECEFEC;
  border: 1px solid #ccc;
  padding: 3px;
  margin-bottom: 6px; }

.store-location-selectable:hover,
.store-location-selectable:active,
.store-location-selectable:focus {
  background-color: #ECEFEC; }

.store-location-selectable.selected {
  border-left-color: #ECEFEC;
  border-right-color: #ECEFEC;
  background-color: #E0E4DA; }

.store-location-selectable.selected:hover,
.store-location-selectable.selected:active,
.store-location-selectable.selected:focus {
  background-color: #E0E4DA; }

.store-location-selectable.selected:nth-of-type(3) {
  border-top-color: #ECEFEC; }

.store-location-selectable.selected:last-child {
  border-bottom-color: #ECEFEC; }

.store-selector-loading {
  text-align: center; }

.store-selector-list h2 {
  margin-top: 12px;
  font-size: 140%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 14px; }

[data-avdata-text='stock'] {
  display: none; }

@media (min-width: 768px) {
  .store-selector-button {
    position: absolute; }

  .store-selector-close {
    top: 10px;
    right: 10px; }

  .store-selector-modal .modal-dialog {
    width: 90%;
    max-width: 1000px; }

  .store-selector-list {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  .store-selector-map {
    display: block; }

  .store-location-details {
    min-height: 110px; }

  .store-location-image-detail img {
    width: 100px; }

  .store-location-address-detail {
    margin-left: 106px; } }
@media (max-width: 450px) {
  .store-location-details {
    min-height: 110px; }

  .store-location-image-detail img {
    width: 100px; }

  .store-location-address-detail {
    margin-left: 106px; } }
.avenue-template {
  display: none; }

.store-selector-choose-address .store-selector-title {
  font-size: 12px;
  font-weight: 500; }
  @media (min-width: 1200px) {
    .store-selector-choose-address .store-selector-title {
      font-size: 14px; } }

.store-selector-choose-address .stock-status {
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline-block;
  border-radius: 4px;
  padding: 4px 6px 1px;
  color: #2F2F2F;
  font-weight: 500;
  background-color: #C9DFAF;
  font-size: 12px; }

.store-selector-choose-address .stock-status.out-of-stock {
  color: #666;
  background-color: #eee; }

.store-selector-choose-address .store-image {
  position: absolute;
  top: 4px;
  right: 4px; }

.store-selector-choose-address a.store-selector-choose-store {
  line-height: normal;
  width: auto;
  color: #fff;
  margin-top: 4px; }

.store-selector-choose-address a.store-selector-choose-store:hover,
.store-selector-choose-address a.store-selector-choose-store:active,
.store-selector-choose-address a.store-selector-choose-store:focus {
  color: #fff; }

table.existing-address-table td.store-selector-choose-address {
  position: relative;
  padding-left: 120px;
  padding-bottom: 40px;
  min-height: 11px; }

#express-paypal-wrap {
  width: 100%;
  margin: 10px 5px 0 5px;
  display: block;
  float: left;
  cursor: pointer;
  background: #ffc438;
  border-radius: 50px;
  padding: 8px 0;
  text-align: center;
  line-height: 24px;
  color: #000; }

#express-paypal-wrap span {
  font-family: "verdana";
  font-size: 18px;
  font-weight: bold;
  font-style: italic; }

#express-paypal-wrap .paypal-blue {
  color: #1f3d7c; }

#express-paypal-wrap .paypal-purple {
  color: #0c9ad6; }

#btnPaypalGC {
  display: none; }

.paypal-btn {
  padding: 0px;
  margin: 0px;
  /* width:148px; */
  border: 0px;
  cursor: pointer;
  background: none; }

.panel-primary > .panel-heading {
  color: #404040;
  background-color: #f5f5f5;
  border-color: #f5f5f5; }

.av-img-placeholder {
  margin: 0 auto; }

.av-img-placeholder-wrap {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/ts1732402336/attachments/CmsSetting/16/Wesco-fsvicon.png");
  position: relative; }

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