/*floor(($font-size-base * 2.6)) !default; // ~36px*/
/*ceil(($font-size-base * 1.7)) !default; // ~24px*/
.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: #4b5054;
  color: #4b5054; }

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

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

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

.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: #333639; }
  .dropdown-menu > li > a {
    border-bottom: 1px solid #eeeeee; }

.dropdown-megamenu > .dropdown-container {
  position: fixed;
  top: initial;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 15px;
  opacity: 1; }
  @media (min-width: 992px) {
    .dropdown-megamenu > .dropdown-container {
      left: 75%; } }
  @media (min-width: 1920px) {
    .dropdown-megamenu > .dropdown-container {
      left: 65%; } }

.dropdown-megamenu .dropdown-menu {
  display: block; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.av-search-box .fa-search {
  line-height: 50px; }

.sticky-av-header {
  z-index: 999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  text-transform: uppercase;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

#itrpc-menu p {
  text-transform: initial !important;
  margin-top: 10px; }

#itrpc-menu .border-left {
  border-left: 1px solid #DBDBDB;
  min-height: 446px; }

#itrpc-menu .dropdown-container {
  background: #EFEFEF;
  border-radius: 0;
  margin-top: 0px;
  border: 0; }

#itrpc-menu .nav-tabs > li {
  width: 100%;
  clear: both; }

#itrpc-menu .nav-tabs > li > a, #winchester-megamenu .nav-tabs > li > a:focus {
  border: none;
  box-shadow: none; }

#itrpc-menu .nav-tabs > li.active > a:focus, #winchester-megamenu .nav-tabs > li.active > a, #winchester-megamenu .nav .open > a, #winchester-megamenu .nav .open > a:hover, .nav .open > a:focus {
  background: #333639;
  color: #fff; }

.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: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.modal-vertical-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto !important;
  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; }

.flex-grow-1 {
  flex: 1; }

@media (min-width: 1390px) {
  .av-icon-nav.navbar-right {
    display: none; } }
@media (max-width: 1023px) {
  .update-clear-btns {
    margin: 16px 0; } }
.p-0 {
  padding: 0 !important; }

.breadcrumb-container {
  padding-left: 0;
  padding-right: 0; }

a:hover, a:focus {
  text-decoration: none !important; }

.av-container-content img {
  max-width: 100%; }

.av-site-container, .bg-grey {
  background: #f6f6f6; }

.sub-footer-item {
  box-shadow: 1px 1px 2px 0px #ececec;
  border: 2px solid #ececec;
  color: #d2232a;
  padding: 2rem;
  overflow: auto;
  background: #fff; }

.sub-footer-item h4 {
  color: #E22128;
  width: 100%;
  float: left; }

.sub-footer-item a {
  border: 1px solid #d2232a;
  width: 100%;
  float: left;
  clear: both;
  color: #d2232a;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0.5rem 0;
  font-weight: bold; }

.sub-footer-item:hover {
  cursor: pointer; }

.sub-footer-item:hover h4 {
  color: #4f4f4f;
  text-decoration: none; }

.sub-footer-item:hover a {
  color: #4f4f4f;
  border: 1px solid #4f4f4f;
  text-decoration: none; }

.sub-footer-item:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

input, textarea {
  padding-left: 10px !important; }

#map #content {
  padding: 3rem; }

.contact-wrap {
  background: #fff; }

@media (min-width: 767px) {
  .contact-us-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media (min-width: 767px) {
  .contact-us-form .contact-us-details-form {
    width: 45%; } }
.contact-us-form span {
  color: black; }
.contact-us-form .contact-wrap {
  background: inherit; }
  .contact-us-form .contact-wrap h4 {
    color: #c10833;
    padding-top: 10px; }
  .contact-us-form .contact-wrap .individual-locations h4, .contact-us-form .contact-wrap .individual-locations span {
    color: black;
    line-height: 1px; }
  .contact-us-form .contact-wrap .individual-locations .row {
    margin-top: 10px; }
.contact-us-form .contact-info-form .fa.fa-phone {
  font-size: 24px;
  padding-right: 5px; }
.contact-us-form .contact-info-form span {
  padding: 15px 0 15px 0;
  color: black;
  display: flex;
  flex-wrap: wrap; }
.contact-us-form .contact-submit-form .contact-wrap {
  background: #fff;
  padding: 2rem 2rem 3rem 2rem;
  box-shadow: 1px 1px 2px 0px #ececec;
  border: 2px solid #ececec;
  /*@media(min-width: 768px){
    margin-left: 20px;
  }*/ }
  .contact-us-form .contact-submit-form .contact-wrap .row {
    margin-left: -15px !important;
    margin-right: -15px !important; }
.contact-us-form .form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
.contact-us-form .submit-btn {
  padding-right: 15px; }
  .contact-us-form .submit-btn .btn {
    font-weight: 600; }
@media (min-width: 767px) {
  .contact-us-form .contact-submit-form {
    width: 45%;
    padding-top: 30px; } }

.contact-wrap h2 {
  color: #d2232a;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 1rem 0; }

.contact-input {
  background: #f4f4f4;
  color: #242020; }

.control-label-contact {
  color: #7d7d7d;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif; }

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

.itr-row {
  padding-top: 2rem; }

.itr-row-cat {
  padding-top: 2rem;
  margin-bottom: 3rem; }

@media (max-width: 768px) {
  .itr-row-cat {
    padding-top: 2rem;
    margin-bottom: 0px; } }
.carousel-control .fa-chevron-left, .carousel-control .icon-prev {
  margin-left: 15px;
  margin-top: -21px;
  background: url(https://d2qw8e5cw6akh2.cloudfront.net/ts1771226532/images/png/StyleSheet/5/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(https://d2qw8e5cw6akh2.cloudfront.net/ts1771226532/images/png/StyleSheet/5/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;
  
   */
  background-color: #333639;
  min-height: initial;
  border-width: 0; }
  .av-navbar-xs .av-icon-nav > li > a {
    /* color: $navbar-default-link-color; */
    color: white;
    /*  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: white; }

.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; } }
@media (max-width: 1025px) {
  .mb-2 {
    padding-bottom: 15px; } }
.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: #e3021a; }
  .av-btn-muted:active, .av-btn-muted:focus, .av-btn-muted:hover {
    color: #222222; }

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

.home-prod-cat .column {
  transition: all .3s ease-in-out; }

.home-prod-cat .column:hover {
  transition: all .5s ease-in-out;
  transform: scale(1.1);
  z-index: 100;
  -webkit-box-shadow: 0px 7px 10px -1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 7px 10px -1px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 7px 10px -1px rgba(50, 50, 50, 0.75);
  color: #000;
  background: #fff; }

.featured .column {
  height: 22em;
  font-size: 13px; }

.border-left {
  border-left: 1px solid #ccc; }

.featured .column:hover img {
  opacity: 1;
  transition: .2s; }

.one-fifth.column {
  padding: 0px 5px;
  width: 20%;
  margin: 0;
  float: left;
  box-sizing: border-box;
  position: relative;
  bottom: 0px;
  box-sizing: border-box;
  color: #999999;
  float: left;
  left: 0px;
  position: relative;
  right: 0px;
  text-size-adjust: 100%;
  top: 0px;
  /*width: 228px;*/
  column-rule-color: #999999;
  perspective-origin: 110px 165px;
  transform-origin: 110px 165px;
  background: #f6f6f6 none repeat scroll 0% 0% / auto padding-box border-box;
  border: 0px none #999999;
  font: normal normal normal normal 15px / 24px "Open Sans", sans-serif;
  outline: #999999 none 0px;
  transition: all 0.3s ease-in-out 0s; }
  @media (max-width: 1100px) {
    .one-fifth.column {
      width: 50%; } }
  @media (max-width: 860px) {
    .one-fifth.column {
      width: 100%;
      padding: 0px 0px;
      padding-top: 2rem; } }

.featured .column h2 {
  line-height: 1em;
  min-height: 70px;
  color: #666;
  text-align: center;
  padding: 1em .5em;
  text-transform: uppercase; }

.featured .column .home-prod-cat-payoff {
  font-size: 1em;
  text-align: center;
  line-height: 1.3em; }

.featured .column .home-prod-cat-payoff strong {
  color: #333;
  font-weight: 500 !important; }

.featured .column .home-prod-cat-payoff p {
  padding: 0 .5em; }

.featured img {
  opacity: 0.4;
  display: block;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%; }

ie11 .featured img {
  opacity: 0.4;
  display: block;
  margin: 0;
  position: absolute;
  bottom: -200px; }

ie10 .featured img {
  opacity: 0.4;
  display: block;
  margin: 0;
  position: absolute;
  bottom: -200px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10-specific styles go here */
  .featured img {
    opacity: 0.4;
    display: block;
    margin: auto;
    position: absolute;
    bottom: -200px; } }
/*
#content-inner #left-column {
    width:275px;
    float:left;
    background-color:#ffffff;
}
#content-inner #right-column {
    width:734px;
    float:right;
    padding:20px;
}
*/
.one-fifth .column {
  background: #000; }

/*Header*/
.d-flex {
  display: flex; }

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

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

.justify-content-between {
  justify-content: space-between; }

.w-100 {
  width: 100%; }

.navbar-default {
  background-color: inherit; }

.logo-wrap {
  padding: 5px 0px; }
  @media (min-width: 1200px) {
    .logo-wrap {
      padding: 10px 0px; } }

.navbar-default .navbar-nav > li > a {
  color: #333;
  font-weight: bold; }

@media (min-width: 992px) {
  .navbar-nav > li > a {
    font-size: 13px !important;
    padding: 10px !important;
    line-height: 80px !important; } }
@media (min-width: 1200px) {
  .navbar-nav > li > a {
    font-size: 17px !important; } }
.navbar-nav > li > a {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-align: left;
  color: #242020; }

@media (min-width: 768px) {
  .navbar-nav > li {
    padding: 0px 15px; } }
/*Custom Styling*/
figure:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }

figure:hover .gridcapt {
  opacity: 0; }

figure:hover .gridcapt-panel {
  opacity: 0; }

@media (max-width: 768px) {
  figheading, figcaption, .av-grid-tile-content .carousel-caption {
    top: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap; }

  figcaption h2 {
    font-size: 18px;
    padding: 0;
    position: relative;
    margin: 0;
    clear: both; }

  figcaption a {
    clear: both; } }
.gridcapt {
  opacity: 1;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 25px;
  line-height: 1.3em;
  font-size: 23px; }

figcaption {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 25px;
  opacity: 0;
  -webkit-transition: opacity .35s;
  transition: opacity .35s; }

figcaption h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500; }

figcaption a {
  color: #fff; }

figure:hover img {
  opacity: .7; }

figure img {
  opacity: 1; }

figure figcaption .name {
  color: #666666;
  margin-bottom: 10px; }

figheading {
  position: absolute;
  top: 110px !important;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 25px;
  opacity: 1;
  -webkit-transition: opacity .35s;
  transition: opacity .35s; }

figheading h2 {
  color: #fff; }

figheading a {
  color: #fff; }

@media (max-width: 768px) {
  .sub-footer .row {
    padding: 0; }

  .sub-footer .col-xs-12 {
    padding: 0 1rem; }

  .gridcapt {
    top: 0 !important;
    font-size: 24px;
    padding: 0;
    position: relative;
    margin: 0;
    letter-spacing: 3.5px !important;
    margin-top: auto; }

  .gridcapt-panel {
    top: 0 !important;
    font-size: 20px;
    padding: 0;
    position: relative;
    margin: 0;
    letter-spacing: 3.5px !important; }

  figheadingleft h2 {
    font-size: 20px; }

  figheadingleft {
    bottom: 10% !important;
    left: 5% !important; } }
figheadingleft {
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 50px;
  left: 80px;
  text-align: left;
  padding: 0 25px;
  opacity: 1;
  -webkit-transition: opacity .35s;
  transition: opacity .35s; }

figheadingleft h2 {
  color: #fff; }

figheadingleft a {
  color: #fff; }

@media (max-width: 1024px) {
  figheading {
    top: 10%; } }
.home-category-panel {
  float: left;
  width: 100%;
  background: transparent; }

.home-category-grid > .home-category-thumb {
  position: relative;
  width: 100%;
  border: none;
  overflow: hidden;
  z-index: 1;
  -webkit-box-shadow: 0 1px 3px 0 rgba(215, 221, 228, 0.6);
  box-shadow: 0 1px 3px 0 rgba(215, 221, 228, 0.6);
  background-color: #000;
  /*rgba(0,0,0,0.7);*/
  /* margin-bottom:30px; */ }

.home-category-grid {
  margin: 15px 0; }

.medium-figure {
  top: 34% !important; }

.large {
  max-height: 811px; }

.medium {
  max-height: 355px; }

.small {
  max-height: 425px; }

figure:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }

figcaption {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 25px;
  opacity: 0;
  -webkit-transition: opacity .35s;
  transition: opacity .35s; }

figure:hover img {
  opacity: .2;
  -webkit-transform: scale3d(1.02, 1.02, 1);
  transform: scale3d(1.02, 1.02, 1); }

figure img {
  opacity: 1;
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto; }

figure figcaption .name {
  color: #666666;
  margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .home-category-grid > .home-category-thumb {
    margin-bottom: 0px; }

  .home-category-grid {
    margin: 7.5px 0;
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .medium-figure {
    top: 21% !important; }

  .stay-connected-title {
    text-align: center; }

  .medium-figure {
    top: 26% !important; } }
/*Hero Banner*/
.itr-hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("photographer.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.itr-hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; }

.itr-hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer; }

.itr-hero-text button:hover {
  background-color: #555;
  color: white; }

.carousel-caption {
  width: 450px; }

.av-grid-tile-content .carousel-caption {
  top: 0 !important;
  left: 0;
  width: 100%;
  padding: 0; }

.carousel-caption-text {
  top: 10%;
  text-align: left;
  left: 10%; }

@media (max-width: 2400px) {
  .carousel-caption {
    padding-bottom: 30%; }

  .itr-message {
    font-size: 30px; } }
@media (max-width: 1500px) {
  .carousel-caption {
    padding-bottom: 25%; }

  .itr-message {
    font-size: 30px; } }
@media (max-width: 1200px) {
  .carousel-caption {
    padding-bottom: 20%; }

  .itr-message {
    font-size: 25px; } }
@media (max-width: 992px) {
  .carousel-caption {
    padding-bottom: 15%;
    padding-top: 0; }

  .itr-message {
    font-size: 20px; } }
@media (max-width: 700px) {
  .carousel-caption {
    padding-bottom: 10%; }

  .itr-message {
    font-size: 15px; } }
.carousel-caption h1 {
  line-height: 130%;
  letter-spacing: 3px; }

@media (max-width: 600px) {
  .carousel-caption {
    padding-bottom: 5%; }

  h1 {
    line-height: 130%;
    letter-spacing: 3px;
    padding-left: 1rem;
    padding-right: 1rem; }

  .carousel-caption-text {
    top: 0%;
    text-align: center;
    left: -5%; }

  .itr-message {
    font-size: 15px; } }
@media (max-width: 400px) {
  .carousel-caption {
    width: 100%;
    padding-bottom: 5%; }
    .carousel-caption h1 {
      font-size: 20px; }

  .carousel-caption-text {
    top: 0%;
    text-align: center;
    left: 0%; }

  .itr-message {
    font-size: 15px; } }
.itr-message {
  color: #000;
  font-weight: 500;
  text-align: center; }

.panel-heading {
  padding: 0px;
  color: #f0f0f0; }
  .panel-heading:hover {
    color: #f0f0f0;
    text-decoration: none; }

.fa-angle-down {
  display: inline-block !important; }

.footer-menu {
  padding-left: 0px !important; }

.footer-menu .footer-hdr {
  line-height: 28px; }

.footer-spacer {
  display: none; }

@media (min-width: 1024px) {
  #footer-nav1, #footer-nav2, #footer-nav3, #footer-nav4, #footer-nav5, #footer-nav6, #footer-nav7, #footer-nav8, #footer-nav9, #footer-nav10 {
    display: block; }

  .footer-spacer {
    display: inline-block; }

  .fa-angle-down {
    display: none !important; }

  .fa-angle-up {
    display: none !important; } }
@media (max-width: 840px) {
  .subfooter-address {
    display: none; } }
.footer-hdr h3 {
  font-size: 20px !important;
  color: #fff !important; }

.small-banner {
  max-height: 400px; }

.d-4 {
  float: left;
  width: 33.33333%;
  -webkit-box-flex: 33.33333%;
  -ms-flex: 33.33333%;
  flex: 33.33333%; }

.d-6 {
  float: left;
  width: 50%;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%; }

@media (max-width: 1024px) {
  .d-6 {
    float: left;
    width: 50%;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%; }

  .d-4 {
    float: left;
    width: 50%;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%; } }
.sub-heading {
  overflow-wrap: break-word; }

@media (max-width: 600px) {
  .sub-heading {
    padding: 0px 25px; } }
html, body {
  height: 100%; }

p {
  color: #000;
  font-family: 'OpenSans-Light'; }

.av-page-title {
  background-color: #333639;
  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: 0 15px;
    text-align: left;
    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 {
  color: #fff; }

.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); } }
.header-content-wrapper .av-header-logo {
  max-height: 90px; }

@media (min-width: 992px) {
  .header-content-wrapper .navbar-nav > li {
    padding: 0px 5px; } }
@media (min-width: 1366px) {
  .header-content-wrapper .navbar-nav > li {
    padding: 0px 15px; } }

.av-header-nav .av-icon-nav > li > a {
  line-height: 100px; }

.av-site-container {
  min-height: 100%;
  position: relative;
  /* margin-top: 100px; */
  padding-top: 120px; }

@media (min-width: 768px) and (max-width: 992px) {
  .av-site-container {
    padding-top: 100px; } }
@media (max-width: 469px) {
  .av-site-container {
    padding-top: 100px; } }
@media (min-width: 1200px) {
  .col-lg-five {
    width: 20%; } }
.av-micro-footer {
  height: auto;
  background-color: #1d1d1f;
  /*$navbar-inverse-bg;*/
  color: #bbb;
  padding: 25px 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: -60px;
    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;
  display: none; }

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

.fa-times:before {
  color: #c10833; }

.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-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; } }
.itc-two-column-wrapper {
  margin-top: 15px; }
  @media (min-width: 992px) {
    .itc-two-column-wrapper {
      display: flex;
      flex-wrap: wrap; } }
  .itc-two-column-wrapper .left-side-section {
    background: #1d1d1f !important;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .itc-two-column-wrapper .left-side-section {
        width: 320px;
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .itc-two-column-wrapper .right-sde-section {
      width: calc(100% - (320px + 15px));
      margin-left: 15px; } }
  .itc-two-column-wrapper .right-sde-section ul {
    margin-bottom: 0; }

.av-header-logo-wrap {
  line-height: 41px;
  /*padding: $header-menu-padding-bottom 0;
  text-align: center;
  padding: 15px 10px;
  display: flex;
  align-items: center;*/
  text-align: center;
  padding: 15px 0; }

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

.av-header-nav {
  text-align: center;
  line-height: 31px;
  font-size: 240%;
  background-color: #fff; }
  @media (max-width: 575px) {
    .av-header-nav {
      font-size: 200%; } }
  @media (min-width: 1025px) {
    .av-header-nav {
      padding: 15px 0; } }
  .av-header-nav .av-icon-nav > li > a {
    color: white; }
  .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; }

@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;
    width: 100%; } }
.av-search-input {
  border: 0;
  outline: none;
  border-bottom: 2px solid #000;
  background: 0;
  padding: 0 10px;
  height: 31px;
  vertical-align: top;
  color: #e3021a;
  -webkit-transition: width .3s;
  transition: width .3s;
  box-shadow: none;
  width: 90% !important; }

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

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

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

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

  .av-search-btn {
    color: #333639; }

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

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

  .av-header {
    padding: 15px 0;
    background-color: #333639; } }
@media (min-width: 992px) {
  .av-search-input:hover,
  .av-search-input:focus,
  .av-search-box:hover .av-search-input {
    background: none;
    width: 200px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .header-content-wrapper {
    height: 100px; } }
@media (max-width: 469px) {
  .header-content-wrapper {
    height: 100px; } }

@media (max-width: 469px) {
  .av-icon-nav .fa {
    font-size: 18px; } }

.cart_total_items {
  font-size: 7px;
  background-color: black;
  width: 15px;
  padding: 4px 3px;
  position: absolute;
  margin-left: 20px;
  color: #fff;
  line-height: 1;
  border-radius: 10px; }
  @media (max-width: 1200px) {
    .cart_total_items {
      margin-left: 15px; } }

[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-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: 0px;
  background-color: #eeeeee;
  text-align: left;
  color: #e3021a; }
  .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: #1d1d1f;
  /*#000;*/
  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: 0px;
  padding-right: 0px; }

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

.av-grid-tile-content:hover {
  background: #000; }

@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: #e3021a;
  text-transform: uppercase;
  margin-right: 10px; }

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

@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: #e3021a;
    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: #333639;
    background-color: inherit !important; }

@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: #333639; } }
.av-ruled-nav {
  width: 100%;
  text-align: left;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .av-ruled-nav > li {
    display: table;
    color: #bebebe;
    font-family: 'OpenSans-Light'; }
  .av-ruled-nav > li > a {
    display: block;
    text-decoration: none !important;
    color: inherit;
    padding-top: .35em;
    padding-bottom: .35em;
    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: #fff;
    background-color: inherit; }
  .av-ruled-nav > li:last-child > a {
    border-bottom-width: 0; }
  .av-ruled-nav-inverse > li > a {
    border-bottom-color: #fff;
    padding-left: 0px !important; }
  .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: #fff;
    /*$brand-primary;*/ }
  .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-flex;
  text-transform: uppercase;
  position: relative;
  /* padding-left: 0; */
  padding: 0 11px;
  list-style: none; }
  @media (max-width: 768px) {
    .av-icon-nav {
      float: right;
      padding-right: 0; } }
  .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: 15px;
  font-size: 11px;
  border-radius: 13px;
  padding: 0;
  height: 26px;
  min-width: 26px;
  line-height: 24px;
  color: #333639;
  background-color: #fff;
  border: 2px solid #333639;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

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

.av-overlay-full,
.av-overlay-bottom {
  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; }
  @media (max-width: 860px) {
    .av-overlay-full .av-overlay {
      background-color: transparent; } }
.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(51, 54, 57, 0.7);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s; }

.av-overlay-primary .av-overlay {
  background-color: rgba(51, 54, 57, 0.7); }

@media (min-width: 992px) {
  .av-overlay-full .av-overlay {
    opacity: 0;
    filter: alpha(opacity=0); }
  .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: .7;
    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: #000;
  padding: 0 14px;
  position: relative; }
  .av-pagination .btn-link {
    padding: 7px 6px;
    line-height: 24px;
    border-width: 0;
    color: #e3021a; }
    .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: 1px 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: #e3021a;
    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: #e3021a; }

.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: #e3021a; }
  .ui-slider > .ui-slider-handle {
    position: absolute;
    border-radius: 50%;
    border: 3px solid #e3021a !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: #333639 !important;
      border-width: 3px !important; }

.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid white;
  border-width: 0 2px 2px 0;
  float: right;
  padding: 5px;
  margin-right: 5px;
  margin-top: 5px; }

.drop-button {
  height: 35px !important;
  background-color: transparent !important;
  outline: none;
  border: none !important;
  border-bottom: 2px solid white !important;
  border-radius: 0px !important;
  color: white !important;
  font-size: 16px; }

#drop-search {
  width: 90%;
  box-shadow: none !important;
  margin: 5px;
  margin-left: 5%;
  border: 1px solid !important; }

.ms-drop li:hover {
  background-color: lightgray; }

.ms-drop ul {
  max-height: 250px;
  padding: 5px 0px !important; }

.ms-drop li {
  padding: 0px 5px; }

.ms-parent {
  width: 100%; }

.bottom {
  position: sticky !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: #e3021a;
  padding: 12px 0;
  font-weight: bold; }
  .av-result-overlay-btn:hover {
    color: #e3021a; }

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

.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%;
  display: flex;
  align-items: center; }

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

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

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

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

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

.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: 35px; }

.av-price-match-btn {
  clear: both;
  color: #e3021a;
  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: #333639;
    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;
  display: inline-block; }
  .av-product-favs > a {
    color: #e3021a;
    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 #333639;
  color: #333639;
  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: #333639; }

/*
@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: #e3021a; } }
.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: #333639; }

.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: #e3021a; }
  .av-cart-qty-btn:focus, .av-cart-qty-btn:active, .av-cart-qty-btn:hover {
    color: #222222; }

.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: #c10833;
    font-size: 120%; }

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

.cart-products {
  background-color: #fff;
  color: #000; }

.cart-products .av-img-placeholder-img {
  position: initial !important; }

.cart-products .av-img-placeholder-wrap {
  padding-bottom: 0 !important; }

.w-50 {
  width: 50%; }

.cart-products .table > thead > tr > th {
  text-align: center;
  border-bottom: none; }

.cart-products .table > thead > tr > th:first-child {
  text-align: left;
  font-size: 20px; }

.cart-products .table {
  margin-bottom: 0; }

.cart-products .table > tbody > tr > td {
  text-align: center;
  border: 1px solid #f5f5f5 !important; }

.cart-products .table > tbody > tr > td:first-child {
  border: none !important; }

.cart-products .remove-line .material-icons {
  font-size: 16px;
  /* background: #eeeeee; */
  /* border-radius: 50%; */
  /* padding: 2px; */
  /* vertical-align: text-top; */
  /* text-align: center; */
  position: absolute;
  top: 4px;
  /* right: 18px; */
  /* bottom: 50%; */
  /* left: 50%; */
  left: 4.5px; }

.cart-products .delete-product-btn {
  width: 25px;
  height: 25px;
  position: relative;
  border: none;
  border-radius: 50%; }

.cart-products .quantity-input {
  box-shadow: none;
  text-align: center;
  font-weight: bold;
  color: #000; }

.cart-bottom-contents {
  background-color: #fff;
  padding: 30px 10px; }

.cart-bottom-contents .cart-left {
  flex-direction: column;
  justify-content: space-between; }

.cart-bottom-contents .update-btn {
  color: #fff;
  background-color: #c10833;
  font-weight: 600;
  letter-spacing: .1rem; }

.cart-bottom-contents .clear-cart-btn {
  background-color: #fff;
  color: #c10833;
  box-shadow: none;
  font-weight: 600;
  letter-spacing: .1rem; }

.cart-bottom-contents input {
  box-shadow: none !important; }

.cart-bottom-contents input.order-ref {
  border-radius: 15px !important; }

.cart-bottom-contents .coupon-code, .cart-bottom-contents .add-coupon-btn {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  font-weight: 600;
  letter-spacing: .1rem; }

.cart-bottom-contents .order-summary {
  background-color: #f5f5f5;
  padding: 15px; }

.cart-bottom-contents .order-summary .summary-heading {
  color: #000;
  font-weight: 600; }

.cart-bottom-contents .table > tbody > tr > th, .cart-bottom-contents .table > tbody > tr > td {
  border-top: none;
  color: #000; }

.cart-bottom-contents .table {
  background-color: #fff; }

.checkout-btn {
  background-color: #c10833;
  color: #fff; }

.text-red {
  color: #c10833; }

.font-weight-bold {
  font-weight: 600 !important; }

.flex-column {
  flex-direction: column; }

.checkout select {
  padding: 10px;
  width: 100%;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #eee;
  background-color: #f5f5f5;
  color: #999; }

.checkout input {
  box-shadow: none;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #eee; }

.checkout ::placeholder {
  color: #ddd; }

.checkout .asterisk {
  color: #999; }

.checkout label {
  color: #999;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 10px; }

.checkout .control-label {
  text-transform: capitalize;
  font-weight: 600; }

.checkout textarea {
  box-shadow: none;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #eee; }

.checkout .address-form {
  border: 1px solid #eee;
  padding: 15px; }

.checkout input:focus-visible {
  outline: none; }

.checkout textarea:focus-visible {
  outline: none; }

.checkout select:focus-visible {
  outline: none; }

.checkout .saved-heading {
  color: #ddd;
  margin: 10px; }

.checkout .address-form-heading, .checkout .saved-heading {
  background-color: #e6e6e6;
  color: #999;
  text-align: center;
  width: fit-content;
  margin: 10px auto;
  padding: 0px 10px;
  border-radius: 20px; }

.mb-1 {
  margin-bottom: 20px; }

.payment .delivery-location {
  border: 1px solid #eee;
  padding: 20px; }

.payment .delivery-location .material-icons {
  font-size: 16px;
  margin: 5px 15px 0px 0px;
  background-color: #eee;
  height: fit-content;
  padding: 5px;
  border-radius: 50%; }

.payment .grand-total {
  background: #000;
  color: white;
  padding: 10px; }

.payment .payment-method {
  padding: 15px; }

.order-summary {
  background-color: #f5f5f5;
  padding: 15px; }

.summary-heading {
  color: #000;
  font-weight: 600; }

.order-summary .table > tbody > tr > th, .order-summary .table > tbody > tr > td {
  border-top: none;
  color: #000; }

.order-summary .table {
  background-color: #fff; }

@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(https://d2qw8e5cw6akh2.cloudfront.net/ts1771226532/images/jpg/StyleSheet/5/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 #333639;
  -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;

}
*/
.mt-2 {
  margin-top: 1rem; }

@media (min-width: 768px) {
  .row.row-1, .row.row-2, .row.row-3, .row.row-4 {
    margin-left: -15px !important;
    margin-right: -15px !important; } }

@media (max-width: 767px) {
  .contact-submit-form .zero-left-pad {
    padding-left: 15px !important; } }
@media (max-width: 767px) {
  .contact-submit-form .form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.info-section.info-section-bg .bg-overlay {
  min-height: 720px;
  width: 720px;
  margin-top: -190.5px;
  margin-left: -63.75px;
  height: 100%;
  border-radius: 0 50% 50% 0; }
  @media (max-width: 1200px) {
    .info-section.info-section-bg .bg-overlay {
      margin-top: -105.5px;
      margin-left: -160.75px; } }

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

.av-img-placeholder-wrap {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://d2qw8e5cw6akh2.cloudfront.net/ts1645445057/attachments/CmsSetting/20/placeholder-box.svg");
  position: relative; }

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