﻿/********************************************
    Mixins
*********************************************/
/********************************************
    Responsive Typography
*********************************************/
@font-face {
  font-family: "aileronbold";
  src: url("fonts/aileron-bold-webfont.woff2") format("woff2"), url("fonts/aileron-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aileronregular";
  src: url("fonts/aileron-regular-webfont.woff2") format("woff2"), url("fonts/aileron-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aileronthin";
  src: url("fonts/aileron-thin-webfont.woff2") format("woff2"), url("fonts/aileron-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.product-stock .stock-label {
  vertical-align: top;
}
.product-stock .stock-simple {
  margin-left: 1.4rem;
}
.product-stock .stock-simple .stocklocation-item {
  display: block;
}

.PendingOrderCheck .Alert {
  padding: 0.5rem;
  margin-top: 0.5rem;
  border: 2px solid #714e00;
  border-radius: 4px;
  background-color: #ffeccc;
  color: #714e00;
  font-size: 0.9rem;
}

* {
  outline: none !important;
}

.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  max-width: 20%;
}

body {
  font-size: 16px;
  font-family: aileronregular !important;
}

a, a:hover {
  color: #707070;
}

.breadcrumb {
  font-size: 12px;
}
.breadcrumb a {
  color: #707070 !important;
}

.head-inner-wrap {
  padding-bottom: 12px;
  padding-top: 26px;
  background: #f8f8f8;
}

.header-inner, .head-user-menu-wrap {
  padding-left: 50px;
  padding-right: 50px;
}

.hide, .hidden {
  display: none;
}

.btn {
  border-radius: 0 !important;
  border: none !important;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #575757;
  /*border: none !important;*/
}

.btn-primary {
  background-color: #0167aa;
  color: #fff;
}

.btn:focus {
  box-shadow: none !important;
  background-color: #575757 !important;
}

input::placeholder {
  color: rgba(110, 107, 96, 0.35) !important;
}

.form-control:focus {
  box-shadow: none !important;
}

.btn-primary {
  background-color: #0167aa;
  border: none !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #575757;
  border: none !important;
}

#home-category-carousel .owl-next, #home-category-carousel .owl-prev {
  font-size: 48px;
}

.bulkShippingEnquiry-btn {
  color: white;
  font-size: 1rem;
}

#bulkShippingEnquiry #frmEnquiry {
  position: relative;
  display: flex;
  flex-direction: column;
}
#bulkShippingEnquiry #frmEnquiry .formLoader {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
}

.product-grid button.add-to-cart {
  width: 100%;
}
.product-grid .cat-product-item {
  margin-bottom: 40px;
}

.single-product-page .product-html {
  padding: 20px;
}

.cat-desc-title h2 {
  background-color: #0167aa;
  color: #fff;
  font-size: 18px;
  padding: 5px;
  font-weight: bold;
}
.cat-desc-title h2 a {
  color: white;
  text-decoration: none;
}

.button-autolink, .additemstocart {
  background-color: #0167aa !important;
  color: #fff !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  border: none !important;
}

.search .form-control, .footer-newsletter .form-control {
  height: 40px;
  border: 1px solid #80b3d4 !important;
  font-size: 14px;
  border-radius: 0px !important;
}

header .search {
  margin-top: auto;
  margin-bottom: auto;
}

.menu-cart .btn.btn-primary {
  line-height: 30px;
  padding: 5px 20px;
}

.validate-error-message {
  position: static !important;
  font-size: 12px;
}

.brands-row {
  background-image: url("/ViewsCustom/autolink/img/brands-background.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: auto; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.brands-carousel-wrapper {
  padding-top: 75px;
  padding-bottom: 10px;
}
.brands-carousel-wrapper .brands-bground {
  padding-left: 50px;
  padding-right: 50px;
  background: white;
}
.brands-carousel-wrapper .brands-inner .item {
  padding: 45px;
  display: flex;
  align-items: center;
  height: 100%;
}
.brands-carousel-wrapper .brands-inner h2 {
  font-size: 50px;
}
.brands-carousel-wrapper .brands-inner .brands-subheading p {
  position: relative;
  font-size: 20px;
}
.brands-carousel-wrapper .brands-inner .brands-subheading p:after {
  content: "";
  height: 3px;
  background: transparent;
  width: 40px;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -26px;
  /*background: black;*/
}
.brands-carousel-wrapper .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.brands-carousel-wrapper #brands-carousel .item {
  padding: 35px;
  display: flex;
  justify-content: center;
  height: 100%;
}
.brands-carousel-wrapper #brands-carousel .owl-nav .owl-prev i, .brands-carousel-wrapper #brands-carousel .owl-nav .owl-next i {
  color: black;
}

.checkout-form .floating-label label {
  opacity: 1;
}

.home-category-carousel-wrapper {
  padding: 20px;
}
.home-category-carousel-wrapper .featured-category {
  position: relative;
}
.home-category-carousel-wrapper .featured-category .img-wrapper {
  max-height: 200px;
}
.home-category-carousel-wrapper .featured-category .fa.fa-chevron-right {
  font-size: 14px;
  margin-left: 6px;
}
.home-category-carousel-wrapper .featured-category .feature-category-desc {
  position: absolute;
  bottom: 26px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 84px;
}
.home-category-carousel-wrapper .featured-category .feature-category-desc .slider-title-wrapper {
  margin-bottom: 6px;
}
.home-category-carousel-wrapper .featured-category .feature-category-desc .btn.btn-primary {
  background: #233851;
  padding: 5px 26px;
}
.home-category-carousel-wrapper .slider-title {
  color: #233851;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  font-size: 22px;
  font-weight: bolder;
  padding: 0px 40px;
  line-height: 28px;
}

/*#txtLineQuantity_74 {
    border: 1px solid black;
}*/
.info-items .number-spinner i {
  color: #fff !important;
}
.info-items .additemstocart {
  font-size: 1rem;
}

.head-user-menu {
  background: white;
  font-family: aileronregular;
  font-size: 12px;
}
.head-user-menu a {
  color: #707070;
  padding-left: 14px;
  padding-right: 14px;
  /*border-right: 1px solid $primary-colour;*/
  height: 32px;
  line-height: 32px;
  display: block;
}
.head-user-menu a:hover {
  text-decoration: none;
  color: white;
  background-color: #707070;
}
.head-user-menu i {
  padding-left: 3px;
  font-size: 17px;
}

.header-cart {
  /*background: #DF3B23;*/
}

.main-header .standard-menu-toggler .hamburger-inner {
  background-color: #ffffff;
}
.main-header .standard-menu-toggler .hamburger-inner:before, .main-header .standard-menu-toggler .hamburger-inner:after {
  background-color: #ffffff;
}

header .standard-menu-toggler .hamburger-box {
  width: 40px !important;
}

.navbar {
  padding: 0px !important;
}

header .search {
  /*margin-top: 27px;*/
}
header .search i {
  /*position: absolute;
  right: 25px;
  top: 8px;*/
  font-size: 18px;
  color: white;
}

.search-icon-wrapper {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 18px;
  color: white;
  height: 40px;
  width: 40px;
  background: #0167aa;
}
.search-icon-wrapper .fa.fa-search {
  cursor: pointer;
  margin: auto;
}

.fa-search:before {
  content: "\f002";
  font-weight: bold;
}
.fa-search:before i:hover {
  text-decoration: none;
}

.nav-main {
  background-color: #0167aa;
}
.nav-main li:hover {
  background-color: #187295 !important;
  color: #0167aa;
}
.nav-main a {
  text-decoration: none;
  color: #fff !important;
}
.nav-main .dropdown-menu a {
  color: white !important;
}
.nav-main .dropdown-menu li:hover {
  background-color: transparent !important;
  /*border-bottom: 3px solid #fff;*/
  transition: 0.3s;
}
.nav-main .dropdown-menu a:hover {
  border-bottom: 3px solid #d53d24;
}

/*a.nav-item.nav-link.mr-2 {
    padding: 0.75rem 1rem;
}*/
/*.nav-bar li{
    padding: 0.75rem 1rem;
}*/
.navbar-nav > li {
  padding: 4px;
  padding-right: 10px;
  padding-left: 10px;
}

.navbar-nav .dropdown-menu {
  margin-top: 0;
}
.navbar-nav li.dropdown.show {
  position: inherit;
}
.navbar-nav li.dropdown.show ul.category-menu {
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: 0;
  /*            display: grid !important;
  grid-auto-flow: row;
  overflow-y: auto;
  grid-template-columns: auto auto auto auto;*/
  column-count: 4;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: black;
  border: 0;
  border-radius: 0;
}

nav {
  text-transform: uppercase;
}

.linkbutton1 {
  margin: 2px;
}

.featured-1 {
  font-family: aileronbold !important;
  font-size: 16px;
}

.border-prod, .cat-product-image {
  /*img {
      border: 1px solid #E4E4E4;
  }*/
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
}

.home-carousel {
  position: relative;
}
.home-carousel .item-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  min-height: 600px;
}
.home-carousel .slider-container {
  width: 50%;
  left: 33%;
}
.home-carousel .slider-container .slider-content {
  padding-top: 10%;
}
.home-carousel .slider-container .slider-title {
  color: #233851;
}
.home-carousel .slider-container .slider-title h2 {
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
.home-carousel .slider-container .slider-title h2:after {
  content: "";
  height: 5px;
  background: transparent;
  width: 15%;
  position: absolute;
  left: 0;
  bottom: -7px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #aa3c00;
}
.home-carousel .slider-container .slider-title h3 {
  font-size: 24px;
  font-family: inherit;
  width: 57%;
}
.home-carousel .owl-prev,
.home-carousel .owl-next {
  position: absolute;
}
.home-carousel .owl-prev {
  left: 25px;
  top: 40%;
}
.home-carousel .owl-nav button {
  color: white !important;
  text-decoration: none;
  font-size: 42px !important;
}
.home-carousel .owl-next {
  right: 25px;
  top: 40%;
}

.how-to-panel {
  padding-top: 20px;
}
.how-to-panel .item-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 350px;
}
.how-to-panel .how-to-button {
  color: white !important;
  background-color: #aa3c00;
  border-color: #aa3c00;
  width: max-content;
}
.how-to-panel .slider-container {
  width: 50%;
  left: 33%;
  position: absolute;
  height: 85%;
  width: 85%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.how-to-panel .slider-container .slider-content {
  /*padding-top: 10%;*/
  display: flex;
  flex-direction: column;
}
.how-to-panel .slider-container .slider-title {
  color: #fff;
  margin-top: auto;
  width: 100%;
}
.how-to-panel .slider-container .slider-title h2 {
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
.how-to-panel .slider-container .slider-title h2:after {
  content: "";
  height: 5px;
  background: transparent;
  width: 15%;
  position: absolute;
  left: 0;
  bottom: -7px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #aa3c00;
}
.how-to-panel .slider-container .slider-title h3 {
  font-size: 22px;
  font-family: inherit;
  width: 85%;
}

.main-carousel img {
  display: block;
}

.image-carousel {
  position: relative;
  display: inline-block;
}

.slider-container {
  /*pointer-events: none;*/
}

.heading-week {
  border-bottom: 2px solid black;
  font-family: aileronbold;
}

.sale-img {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.new-arrivals {
  margin-bottom: 30px;
}

.add-cart-btn-text {
  padding-left: 15px;
  padding-right: 15px;
}

.owl-carousel1 {
  position: relative;
  margin-top: 7px;
}
.owl-carousel1 .owl-prev,
.owl-carousel1 .owl-next {
  position: absolute;
}
.owl-carousel1 .owl-prev {
  left: 16px;
  top: 20%;
  transform: translateY(-50%);
}
.owl-carousel1 .owl-nav button {
  color: #D43D24 !important;
  text-decoration: none;
  font-size: 66px !important;
}
.owl-carousel1 .owl-next {
  right: 16px;
  top: 20%;
  transform: translateY(-50%);
}
.owl-carousel1 .slider-container {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #707070;
}
.owl-carousel1 h2 {
  font-size: 52px;
}

.prod-discription {
  font-size: 14px;
}

/*.price {
    font-family: $font-normal;
    font-size: 20px;
    color: $button-colour;

    & p {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}*/
.prduct-code {
  font-family: aileronregular;
  font-size: 12px;
  display: block;
}

.shipping {
  margin-top: 25px;
}

.product-week-featured-panel {
  margin-bottom: 30px;
}

.product-week-featured i {
  font-size: 17px;
}

.featured-panel {
  margin-top: 30px;
  /*margin-bottom: 30px;*/
}
.featured-panel img {
  margin-top: 30px;
  width: 100%;
}

.product-details {
  float: right;
}

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

.featured-products-wrapper {
  padding: 40px 10px;
}

.text-uppercase {
  text-transform: uppercase;
}

.btn-wishlist {
  color: #233851;
}

.featured-product-row {
  padding-top: 30px;
}

#product-slider .owl-prev {
  left: -30px;
  top: -50px;
  color: #aa3c00;
}
#product-slider .owl-next {
  right: -30px;
  top: -50px;
  color: #aa3c00;
}
#product-slider .fa.fa-chevron-right, #product-slider .fa.fa-chevron-left {
  color: inherit;
}

.featured-text {
  /*h3 {
      color: $primary-dark-blue;
      font-weight: bold;
      position: relative;
      border-bottom: 1px solid #000;
  }

  h3 span {
      background: $primary-blue;
      padding: 0 10px;
  }*/
  /*h3:before, h3:after {
          position: absolute;
          top: 51%;
          overflow: hidden;
          width: 350px;
          height: 2px;
          content: '\a0';
          background-color: $primary-blue;
      }

      h3:before {
          margin-left: -41%;
          text-align: right;
      }

      h3:after {
          margin-left: 1%;

  }*/
}
.featured-text h3 {
  color: #233851;
  font-weight: bold;
  position: relative;
  /*border-bottom: 1px solid #000;*/
}
.featured-text .section-heading {
  display: flex;
  align-items: center;
}
.featured-text .section-heading::after,
.featured-text .section-heading::before {
  content: " ";
  flex: 1;
  height: 7px;
  /*border-top: 1px solid black;*/
  border-bottom: 1px solid #0167aa;
}
.featured-text span {
  margin: 0 1em;
}

.owl-featured-prod {
  position: relative;
}
.owl-featured-prod .owl-prev,
.owl-featured-prod .owl-next {
  position: absolute;
}
.owl-featured-prod .owl-prev {
  left: 16px;
  top: 20%;
  transform: translateY(-50%);
}
.owl-featured-prod .owl-nav button {
  color: #D43D24 !important;
  text-decoration: none;
  font-size: 66px !important;
}
.owl-featured-prod .owl-next {
  right: 16px;
  top: 20%;
  transform: translateY(-50%);
}

.number-spinner input {
  border: 1px solid black !important;
  height: 38px !important;
}

.footer-content-news {
  background-color: #233851;
}

.newsletter {
  font-size: 20px;
  font-family: aileronthin;
  color: white;
}

.subscribe-btn {
  background-color: #0167aa !important;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.cat-product-item h4 a {
  font-family: aileronbold !important;
  font-size: 16px;
  color: #707070;
}
.cat-product-item h5 {
  font-size: 12px;
}
.cat-product-item h5 label, .cat-product-item p {
  display: none;
}
.cat-product-item .product-actions input {
  border-radius: 0px;
}
.cat-product-item .product-price {
  font-family: aileronregular;
  font-size: 20px;
  color: #707070;
}

.product-actions input {
  border: 1px solid #ced4da !important;
  font-size: 1rem !important;
  height: calc(1.5em + 0.75rem + 2px) !important;
}

.btn-wishlist {
  border: 1px solid #ced4da !important;
  background-color: transparent !important;
}

.btn-wishlist:hover {
  background-color: transparent !important;
  background-color: transparent !important;
}

.discription {
  min-height: 55px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  word-break: break-word;
}

.paginate-block .page-link {
  color: #0167aa;
}
.paginate-block .page-item.active .page-link {
  background-color: #0167aa;
  border-color: transparent;
}
.paginate-block .sort-row-sort-by {
  margin-top: 12px;
  margin-bottom: 6px;
}
.paginate-block .sort-row-product-count {
  margin-top: 12px;
}

.product-image {
  margin: 0 !important;
}

/*.user-welcome {

    :hover {
        background-color: initial;
    }
}*/
/*************************
    featured Blog
*************************/
.blog-item h3 {
  color: #0167aa;
}

.blog-item {
  display: inline-block;
}

.prod-grid-wrap, .home-featured-blog {
  position: relative !important;
}
.prod-grid-wrap .see-all, .home-featured-blog .see-all {
  bottom: 0 !important;
  padding-top: 25px !important;
}

.blog-date {
  display: none !important;
}

.content-page .page-title {
  font-size: 38px;
}

.blog-list h3 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.blog-list .blog-item a:hover {
  text-decoration: none !important;
}

.blog-item, .col-md-6 .col-xs-12 .prod-item-wrap {
  margin-top: 35px;
  margin-bottom: 15px !important;
  padding-bottom: 0 !important;
}

.blog-img {
  display: block;
  height: 270px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-img > a {
  display: block;
}
.blog-img .img-responsive {
  display: inline-block !important;
}

.blog-desc {
  vertical-align: middle;
}
.blog-desc > a {
  text-decoration: none !important;
}
.blog-desc > a > h4 {
  color: black;
  font-family: "Droid Serif", serif;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.blog-desc > a > h4:hover, .blog-desc > a > h4:focus {
  color: pink;
}
.blog-desc > h6 {
  font-family: "Droid Serif", serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.blog-desc > p {
  font-size: 16px;
  /*font-weight: 300;
  line-height: 19px;*/
}

.fancybox {
  width: 100%;
  height: 100%;
}
.fancybox:hover > i {
  opacity: 1;
}
.fancybox > img {
  position: relative;
  z-index: 1;
}
.fancybox > i {
  opacity: 0;
  background: fade(black, 40%);
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: white;
  font-size: 28px;
  font-weight: 100;
  padding: 25px;
  border-radius: 50px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: -36px;
  margin-top: -36px;
}

.main-footer li {
  line-height: 2;
}

.footer-bottom {
  background-color: #5b5b5b;
  font-family: "Roboto" !important;
  padding-top: 3px;
  padding-bottom: 3px;
}
.footer-bottom a {
  text-decoration: none;
  color: #fff !important;
}

.footer-headings {
  font-family: aileronbold;
  font-size: 20px;
}

.main-footer {
  background-color: #777777;
}
.main-footer a {
  text-decoration: none;
  color: #fff !important;
}

.foot-botom {
  font-size: 12px;
  font-family: aileronthin;
}

.list-unstyled {
  font-size: 16px;
  font-family: aileronregular;
}

.details-autolink {
  font-size: 16px;
  font-family: aileronregular;
}

.autolink-detail {
  text-align: right;
}

.footer-social {
  font-size: 30px !important;
}

.blog-header-img {
  width: 100%;
}

.blog-desc {
  margin-top: 5px;
}

.blog-desc .fa-user {
  margin-right: 5px;
}

.create-user-wrapper {
  margin-top: 20px;
}
.create-user-wrapper .form-row {
  margin-left: 0;
}

.page-iselltradelogonlanding {
  /*.page .button-black {
      color: #fff;
      background-color: #000;
      border-color: #000;
  }*/
}
.page-iselltradelogonlanding h2 {
  font-size: 60px;
}
.page-iselltradelogonlanding .divider {
  display: block;
  width: 100%;
  height: 1px;
  background: #ececee;
}
.page-iselltradelogonlanding .section-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-iselltradelogonlanding .row-account-desc > div {
  border-top: 1px solid #ececee;
  border-bottom: 1px solid #ececee;
  padding: 50px;
}
.page-iselltradelogonlanding .row-account-desc > div:last-of-type {
  border-left: 1px solid #ececee;
}
.page-iselltradelogonlanding .row > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
.page-iselltradelogonlanding .table-account-desc div span {
  font-weight: bold;
  margin-right: 10px;
}
.page-iselltradelogonlanding .account-detail-container .row {
  padding: 5px 0px;
  margin: 0px;
}

.customer-page .delivery-address {
  background-color: lightgray;
  padding-top: 12px;
  padding-bottom: 12px;
}
.customer-page .inner-page-wrap {
  margin-bottom: 20px;
}

.f-label.floating-label label {
  opacity: 1;
}
.f-label.floating-label span {
  right: 20px;
  top: 7px;
  font-size: 18px;
}

.slider-button .fa.fa-chevron-right {
  font-size: 17px;
  margin-left: 10px;
}

.contact-page .branch-wrapper {
  background: lightgrey;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
}
.contact-page .branch-wrapper .row {
  margin-left: 0;
}
.contact-page .branch-wrapper .row > div {
  padding: 0 10px 0 0;
}

.cms-page .cms-content {
  padding-top: 30px;
}
.cms-page .cms-content img {
  width: 100%;
  display: block;
  padding: 20px;
}

.blog-content p {
  margin-top: 30px;
}
.blog-content .blog-readmore {
  font-size: 20px;
  border-radius: 0.25rem;
  padding: 15px 25px;
  height: auto;
}
.blog-content .blog-item {
  margin-bottom: 40px;
}

/*** Blog Share Buttons ***/
.cms-page .img-wrapper img {
  width: 100%;
}
.cms-page .cms-content {
  /*p {
      font-family: 'Poppins';
      font-weight: 500;
      letter-spacing: 0px;
      line-height: 1.65;
      text-transform: none;
      color: #948a99;
      margin-bottom: 24px;
  }*/
}
.cms-page .cms-content a, .cms-page .cms-content a:hover {
  color: black;
  text-decoration: none;
}
.cms-page .cms-content time {
  margin-left: 5px;
}

/*.filterActive {
    color: $primary-white;
}*/
.blog-filter .blog-list li {
  cursor: pointer;
}
.blog-filter .blog-list li.filterActive {
  color: #0167aa;
}
.blog-filter .blog-list .filterActive > .badge {
  background-color: #0167aa;
  color: #fff;
}

#alert-msg {
  position: fixed;
  z-index: 99999;
  bottom: 0px;
  left: 0px;
  background: white;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  color: black;
}

@media (min-width: 992px) {
  /*.head-inner-wrap {
      height: 108px;
  }*/
  .border-prod img {
    height: 255px;
  }
  .footer-social {
    float: right;
  }
  .btn-carousel {
    font-family: aileronregular;
    font-size: 18px;
    padding: 10px 40px !important;
    margin-top: 5px;
  }
  .slider-title {
    color: #0167aa;
  }
  .slider-title h2 {
    font-size: 52px;
  }
  .slider-title h3 {
    font-family: aileronbold;
    font-size: 72px;
    margin-bottom: 35px;
  }
  .slider-button {
    padding-left: 40px;
    padding-right: 40px;
    background-color: #0167aa !important;
  }
}
.cat-product-thumb {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cat-product-thumb .cat-caption-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cat-product-thumb .cat-caption-wrap .cat-product-caption {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cat-product-thumb .cat-caption-wrap .cat-product-caption .stock-wrapper {
  margin-top: auto;
}

@media (width: 1024px) {
  .shipping {
    margin-top: 65px;
  }
  .cat-product-thumb .discription {
    min-height: 80px;
  }
  .product-of-the-week .cat-product-caption p {
    padding: 1px;
  }
  .main-heading {
    font-family: aileronbold;
    font-size: 72px;
    margin-bottom: 35px;
  }
  .carousel-text {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #707070;
  }
  .featured-panel div:nth-child(3) {
    margin-top: 30px;
  }
  .sub-heading {
    font-size: 52px;
  }
  .slider-title {
    color: #0167aa;
  }
  .slider-title h2 {
    font-size: 52px;
  }
  .slider-title h3 {
    font-family: aileronbold;
    font-size: 72px;
    margin-bottom: 35px;
  }
  .slider-title .slider-button {
    padding-left: 40px;
    padding-right: 40px;
  }
  .btn-carousel {
    font-family: aileronregular;
    font-size: 18px;
    padding: 10px 40px !important;
    margin-top: 5px;
  }
  .footer-social {
    float: right;
  }
}
@media (min-width: 993px) {
  .dropdown-menu .dropdown-item {
    padding-left: 96px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .autolink-detail {
    text-align: left !important;
  }
  .featured-panel img {
    width: 100%;
  }
  /*header .search {
      margin-top: 18px;
  }*/
  .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
  .shipping img {
    width: 100%;
  }
  .navbar-collapse {
    padding-left: 15px;
  }
  .featured-panel {
    margin-bottom: 15px;
  }
  .featured-panel img {
    margin-bottom: 15px !important;
  }
  .featured-panel div:nth-child(3) {
    margin-top: 0;
  }
  .sale-banner img {
    margin-bottom: 15px;
  }
  .featuredprod1 {
    margin-bottom: 15px;
  }
  .newprod1 {
    margin-bottom: 15px;
  }
  .shipping {
    margin-bottom: 15px;
  }
  .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
  }
  .home-carousel {
    position: relative;
  }
  .home-carousel .owl-prev,
  .home-carousel .owl-next {
    position: absolute;
  }
  .home-carousel .owl-prev {
    left: 25px;
    top: 40px;
  }
  .home-carousel .owl-nav button {
    color: #D43D24 !important;
    text-decoration: none;
    font-size: 88px !important;
  }
  .home-carousel .owl-next {
    right: 25px;
    top: 40px;
  }
  .main-heading {
    font-family: aileronbold;
    font-size: 72px;
    margin-bottom: 35px;
  }
  .carousel-text {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #707070;
  }
  .sub-heading {
    font-size: 52px;
  }
  .slider-title {
    color: #0167aa;
  }
  .slider-title h2 {
    font-size: 52px;
  }
  .slider-title h3 {
    font-family: aileronbold;
    font-size: 72px;
    margin-bottom: 35px;
  }
  .btn-carousel {
    font-family: aileronregular;
    font-size: 18px;
    padding: 10px 40px !important;
    margin-top: 5px;
  }
  .slider-button {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.order-history .btn:hover {
  background-color: lightblue;
}

@media (min-width: 768px) {
  .main-header .logo {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .autolink-detail {
    text-align: left !important;
  }
  .navbar-collapse {
    padding-left: 15px;
  }
  .featured-panel {
    margin-bottom: 0;
    margin-top: 0;
  }
  .featured-panel img {
    margin-bottom: 15px !important;
  }
  .featured-panel div:nth-child(3) {
    margin-top: 0;
  }
  .sale-banner img {
    margin-bottom: 15px;
  }
  .featuredprod1 {
    margin-bottom: 15px;
  }
  .newprod1 {
    margin-bottom: 15px;
  }
  .shipping {
    margin-bottom: 15px;
  }
  .main-heading {
    font-family: aileronbold;
    font-size: 36px;
    margin-bottom: 0px;
  }
  .carousel-text {
    position: absolute;
    top: 38%;
    left: 58%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #707070;
  }
  .sub-heading {
    font-size: 26px;
  }
  .slider-title {
    color: #0167aa;
  }
  .slider-title h2 {
    font-size: 26px;
  }
  .slider-title h3 {
    font-family: aileronbold;
    font-size: 36px;
    margin-bottom: 0px;
  }
  .btn-carousel {
    font-family: aileronregular;
    font-size: 9px;
    padding: 5px 20px !important;
    margin-top: 5px;
  }
  .slider-button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .header-inner, .head-user-menu-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #product-slider .owl-next {
    right: 5px;
  }
  #product-slider .owl-prev {
    left: 5px;
  }
  .how-to-panel .row > div {
    margin-bottom: 10px;
  }
  .menu-cart .fa.fa-shopping-cart {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .main-logo {
    max-width: 200px;
  }
  .brands-carousel-wrapper .brands-bground {
    padding-left: 10px;
    padding-right: 10px;
  }
  .brands-carousel-wrapper .brands-inner .w-20 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50%;
  }
  .mobile-logo {
    position: absolute !important;
    top: 0;
    left: 10px;
    max-width: 220px;
  }
  .main-header .head-main-menu ul {
    width: 100%;
  }
  .dropdown-menu {
    position: relative !important;
    width: 100vw !important;
    left: -10px;
  }
  .featured-panel {
    margin-bottom: 0;
    margin-top: 0;
  }
  .featured-panel img {
    margin-bottom: 15px;
  }
  .featured-panel div:nth-child(3) {
    margin-top: 0;
  }
  .sale-img {
    margin-bottom: 15px;
  }
  .autolink-detail {
    text-align: left;
  }
  .product-of-the-week .cat-product-image {
    width: 100% !important;
  }
  .product-of-the-week .cat-caption-wrap {
    width: 100% !important;
  }
  .product-of-the-week .cat-product-caption {
    padding: 4px;
  }
  .subscribe-btn {
    margin-top: 8px;
    margin-left: 35%;
    margin-right: 30%;
  }
  header .search {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .main-header .logo {
    padding-bottom: 0px;
  }
  .head-user-menu a {
    padding-right: 8px;
    padding-left: 8px;
  }
  .price {
    display: block;
  }
  .footer.float-right.d-inline {
    float: left !important;
  }
  .img-product-week {
    width: 100%;
  }
  /*.search {
      display: none;
  }*/
  .head-user-menu .container {
    padding-right: 0px;
  }
  .navbar-brand {
    padding: 0px;
  }
  .navbar-brand .mobile-logo {
    /*height: 38px !important;*/
    top: 0;
    padding: 0px;
    margin: 0px;
    max-width: 220px;
  }
  /*.main-logo {
      display: none;
  }*/
  .nav-main {
    color: black;
  }
  .main-header .logo {
    padding-top: 0px;
  }
  .main-carousel {
    position: relative;
  }
  .main-carousel .owl-prev,
  .main-carousel .owl-next {
    position: absolute;
  }
  .main-carousel .owl-prev {
    left: 3px;
    top: -3px;
  }
  .main-carousel .owl-nav button {
    color: #D43D24 !important;
    text-decoration: none;
    font-size: 88px !important;
  }
  .main-carousel .owl-next {
    right: 3px;
    top: -3px;
  }
  .main-heading {
    font-family: aileronbold;
    font-size: 20px;
    margin-bottom: 0px;
  }
  .carousel-text {
    position: absolute;
    top: 37%;
    left: 58%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #707070;
  }
  .sub-heading {
    font-size: 17px;
    margin-bottom: 0px;
  }
  .slider-title {
    color: #0167aa;
  }
  .slider-title h2 {
    font-size: 36px !important;
    margin-bottom: 0px;
  }
  .slider-title h3 {
    font-family: aileronbold !important;
    font-size: 20px;
    margin-bottom: 0px;
  }
  .btn-carousel {
    font-family: aileronregular;
    font-size: 10px !important;
    padding: 1px 5px !important;
    margin-top: 0px;
  }
  header .standard-menu-toggler .hamburger-box {
    width: 40px !important;
  }
  /*.slider-button {
      padding-left: 5px;
      padding-right: 5px;
      font-family: $font-normal !important;
      font-size: 10px;
      padding: .25rem .5rem !important;
      line-height: 1.5 !important;
  }*/
  #product-slider .owl-prev {
    left: 5px;
  }
  #product-slider .owl-next {
    right: 5px;
  }
  .header-inner, .head-user-menu-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-cart .fa.fa-shopping-cart {
    margin-left: 0 !important;
  }
  .home-carousel .slider-container {
    transform: unset;
    width: 90%;
    left: 10px;
    top: 0;
  }
  .home-carousel .slider-container .slider-title h3 {
    width: 80%;
  }
  .how-to-panel .row > div {
    margin-bottom: 10px;
  }
  #home-category-carousel .owl-dots {
    display: none;
  }
  #home-category-carousel .owl-nav {
    top: 12%;
  }
  #home-category-carousel .owl-nav .owl-prev {
    left: -20px;
  }
  #home-category-carousel .owl-nav .owl-next {
    right: -20px;
  }
}
/*.order-summary-freight, .order-table-vouchers, .order-summary-total, .order-summary-taxtotal, .order-table-summary hr, .hide, #addressrecipientname, .footer-newsletter {
    display: none !important;
}*/
#carteditaddress {
  margin-top: 1rem !important;
}

.btn.qty-spinner-cat-page {
  background-color: white !important;
  border: 1px solid #ced4da !important;
}
.btn.qty-spinner-cat-page :focus {
  background-color: white !important;
}
.btn.qty-spinner-cat-page .fa.fa-plus, .btn.qty-spinner-cat-page .fa.fa-minus {
  color: #0167aa !important;
  font-size: 13px;
}

.main-wrapper {
  position: relative;
  min-height: 100vh;
  /*padding-bottom: 220px;*/
}

footer {
  clear: both;
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  height: max-content;
  /*max-height: 200px;*/
}

.continue-shopping-txt {
  font-size: 20px !important;
  font-weight: bolder;
}

#home-promos-carousel .owl-nav button.owl-next, #home-promos-carousel .owl-nav button.owl-prev {
  color: white;
  font-size: 72px;
  top: -26px;
}
#home-promos-carousel .slider-content {
  /* background-image: url(http://autolink.integrasell.nz/userfiles/redblob.png);
  background-repeat: no-repeat;
  background-size: 75%;
  background-position-y: 18px;
  background-position-x: -12px;*/
  background-repeat: no-repeat;
  padding: 25px 25px 25px 25px;
  width: 100%;
}

.category-page .paginate-block {
  padding-top: 20px;
}
.category-page .category-grid {
  background: black;
  padding-top: 20px;
  padding-bottom: 20px;
}
.category-page .category-grid .cat-item-wrap {
  margin-bottom: 0;
}
.category-page .category-grid .cat-img, .category-page .category-grid .btn-cat {
  /*width: 100%;*/
  display: none;
}
.category-page .category-grid .cat-desc-title {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.category-page .category-grid .cat-desc-title h2 {
  background-color: black;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: max-content;
}
.category-page .category-grid .cat-desc-title h2:hover a {
  border-bottom: 3px solid #d53d24;
}

/*.btn.qty-spinner-cat-page:focus {
    background-color: white !important; 
}*/
/*@include mobileLandscape {
    .head-user-menu {
        & .container {
            padding-right: 0px;
        }
    }

    .mobile-logo {
        position: absolute !important;
        top: 0;
        left: 10px;
        max-width: 220px;
    }

    .d-sm-none {
        display: block !important;
    }

    .nav-main {
        color: black;
    }

    .main-header .logo {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .head-user-menu .d-md-inline {
        display: none !important;
    }
}*/
@media screen and (max-width: 667px) {
  .dropdown-menu {
    column-count: 1 !important;
  }
}
.dispnon {
  display: none;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/Mike/Source/Workspaces/integraSell/isellWebMVC/isellWebMVC/Content/RS4/css/_mixins.scss%22,%22file:///C:/Users/Mike/Source/Workspaces/integraSell/isellWebMVC/isellWebMVC/ViewsCustom/autolink/css/autolink.scss%22,%22file:///C:/Users/Mike/Source/Workspaces/integraSell/isellWebMVC/isellWebMVC/Content/RS4/css/_variables.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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%22%7D */