/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.home .middlecol .featured-items .section_data {
  margin: 0;
  padding: 0 22px; }

.home .middlecol .featured-items .itemdiv.cycle-slide .listname {
  height: auto;
  white-space: normal;
  height: 43px; }
  @media (max-width: 480px) {
    .home .middlecol .featured-items .itemdiv.cycle-slide .listname {
      white-space: normal;
      height: 43px; } }

@media (max-width: 480px) {
  .home .middlecol .featured-items .itemdiv.cycle-slide .modernbutton.butts8 {
    text-align: center; } }

.home .middlecol .featured-items .itemdiv.cycle-slide .listdesc {
  height: 33px; }

.home .middlecol .featured-items .section_data {
  position: relative; }

.home .middlecol .featured-items .slide-nav a {
  color: #808080;
  font-size: 45px;
  position: absolute;
  /*top: 33%;*/
  top: 0;
  bottom: 0;
  width: 16px; }
  .home .middlecol .featured-items .slide-nav a.prev {
    left: 0; }
    @media (max-width: 767px) {
      .home .middlecol .featured-items .slide-nav a.prev {
        left: 2px; } }
  .home .middlecol .featured-items .slide-nav a.next {
    right: 0; }
    @media (max-width: 767px) {
      .home .middlecol .featured-items .slide-nav a.next {
        right: 2px; } }
  .home .middlecol .featured-items .slide-nav a i {
    position: absolute;
    left: 0;
    top: 33%; }

.home .middlecol .featured-items .cycle-pager {
  position: absolute;
  bottom: -22px;
  right: 15px; }
  .home .middlecol .featured-items .cycle-pager span {
    -webkit-transition: background 0.35s ease;
    -o-transition: background 0.35s ease;
    transition: background 0.35s ease;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #f11b25;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
    .home .middlecol .featured-items .cycle-pager span.cycle-pager-active, .home .middlecol .featured-items .cycle-pager span:hover {
      margin: 0;
      width: 12px;
      height: 12px;
      background-color: #f11b25; }

.category-table-container .headingtext:before, .category-table-container .headingtext:after {
  content: " ";
  display: table; }

.category-table-container .headingtext:after {
  clear: both; }

.category-table-container .headingtext .side-left {
  float: left;
  text-align: left; }

.category-table-container .headingtext .side-right {
  float: right;
  text-align: right; }
  @media (max-width: 480px) {
    .category-table-container .headingtext .side-right {
      float: left;
      text-align: center; } }

.category-table-container .headingtext a {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .category-table-container .headingtext a:hover {
    color: #5F5F5F; }

.category-table-container .category-table {
  /*text-align: center;
        margin: 10px;
        padding-top: 5px;
        padding-bottom: 5px;*/
  margin: -5px; }
  .category-table-container .category-table .cat-container {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media (max-width: 480px) {
      .category-table-container .category-table .cat-container {
        width: 100%; } }
    @media (min-width: 768px) {
      .category-table-container .category-table .cat-container {
        float: left;
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .category-table-container .category-table .cat-container {
        float: left;
        width: 25%; } }
  .category-table-container .category-table .cat-wrap {
    padding: 5px;
    border: 1px solid #CCCCCC;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .category-table-container .category-table .cat-wrap:hover {
      -webkit-box-shadow: 5px 5px 5px #838383;
              box-shadow: 5px 5px 5px #838383;
      border: 1px solid #e8e8e8;
      background-color: white; }
  .category-table-container .category-table a {
    display: block;
    width: 100%; }
  .category-table-container .category-table .cat-img {
    height: 175px; }
    .category-table-container .category-table .cat-img a {
      display: block;
      height: 100%; }
    .category-table-container .category-table .cat-img img {
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
      font-family: "object-fit: contain; object-position: center";
      width: 95% !important;
      height: 95% !important; }
  .category-table-container .category-table .cat-name a {
    text-align: center;
    height: 48px;
    color: #333333;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none; }

.category-table-container + .sectionspacer {
  height: 0 !important; }

.catitem_div .listitemno_gridview, .itemdiv .listitemno {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 17px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.42857;
  overflow: hidden;
  -o-text-overflow: clip;
     text-overflow: clip;
  color: #777777;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: normal;
  margin-bottom: 4px; }

.category-items {
  /*&.features .category-item {
        height: 345px;
    }*/ }
  .category-items .category-item {
    /*margin-bottom: 5px;

        @include if-xxs {
            width: 100%;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid #E8E8E8;
        }*/
    /*.item-image {
            height: 120px;

            a {
                display: block;
                height: 100%;

                img {
                    @include object-fit(contain,left);
                    width: 95%;
                    height: 95%;
                }
            }
        }

        .item-no, .item-name, .item-desc {
            margin-bottom: 4px;
        }

        .item-no {
            @extend %item-no;
        }

        .item-name {
            @include clamp-lines(2, 15px, 1.2);
            margin-bottom: 7px;

            a {
                color: #333333;
                font-size: 100%;
                font-weight: bold;
                text-decoration: none
            }
        }

        .item-actions {
            line-height: 1;

            a, span.modernbutton {
                line-height: 1;
                display: inline-block;
                margin: 0 0 3px 0;
            }
        }

        .item-price {
            color: #333333;
            font-size: 95%;
            font-weight: bold;
        }

        .item-desc {
            @include clamp-lines(3, 12px, $line-height-base,false);
            overflow: hidden;
            text-overflow: clip;
            color: #777777;
            padding-top: 0;
            padding-right: 0;
            padding-bottom: 0;
            padding-left: 0;
        }

        .section-bottom {
            margin-top: 5px;
            height: 155px;

            .item-actions {
                height: 102px;
            }
        }*/ }

.slideshow-container {
  /*padding: 0 22px;*/
  position: relative;
  margin: 0 -5px; }
  .slideshow-container .slideshow .slideshow-item {
    padding: 0 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left; }
    .slideshow-container .slideshow .slideshow-item a {
      color: #333333;
      text-decoration: none;
      display: block; }
      .slideshow-container .slideshow .slideshow-item a:hover {
        text-decoration: none; }
    .slideshow-container .slideshow .slideshow-item .slide-image {
      height: 205px; }
      .slideshow-container .slideshow .slideshow-item .slide-image img {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        font-family: "object-fit: contain; object-position: center";
        width: 100%;
        height: 100%; }
    .slideshow-container .slideshow .slideshow-item.show-name .slide-image {
      height: 178px; }
    .slideshow-container .slideshow .slideshow-item .slide-name {
      height: 27px;
      font-weight: bold;
      padding: 5px 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    @media (min-width: 1200px) {
      .slideshow-container .slideshow .slideshow-item.normal {
        width: 248.5px; } }
    @media (min-width: 1200px) {
      .slideshow-container .slideshow .slideshow-item.wide {
        width: 497px; } }
  .slideshow-container .slick-arrow {
    font-size: 45px;
    /*position: absolute;*/
    height: auto;
    top: 0;
    bottom: 0;
    width: 30px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .slideshow-container .slick-arrow, .slideshow-container .slick-arrow:hover {
      color: #808080; }
      .slideshow-container .slick-arrow:before, .slideshow-container .slick-arrow:after, .slideshow-container .slick-arrow:hover:before, .slideshow-container .slick-arrow:hover:after {
        display: none; }
    .slideshow-container .slick-arrow:hover {
      opacity: 1;
      text-shadow: 0 0 9px #838383; }
    .slideshow-container .slick-arrow.slick-prev {
      left: 0; }
      @media (max-width: 767px) {
        .slideshow-container .slick-arrow.slick-prev {
          left: 2px; } }
      .slideshow-container .slick-arrow.slick-prev i {
        left: 10px; }
    .slideshow-container .slick-arrow.slick-next {
      right: 0; }
      @media (max-width: 767px) {
        .slideshow-container .slick-arrow.slick-next {
          right: 2px; } }
      .slideshow-container .slick-arrow.slick-next i {
        right: 10px; }
    .slideshow-container .slick-arrow i {
      position: absolute;
      top: 33%; }

.product-teaser {
  font-weight: normal; }
  .product-teaser .image {
    height: 120px; }
    .product-teaser .image a {
      display: block;
      height: 100%; }
    .product-teaser .image img {
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: left;
      object-position: left;
      font-family: "object-fit: contain; object-position: left";
      width: 95%;
      height: 95%; }
  .product-teaser.price-offset .bottom-section {
    padding-bottom: 17px; }
  .product-teaser .item-no, .product-teaser .name, .product-teaser .short-description {
    margin-bottom: 4px; }
  .product-teaser .item-no, .product-teaser .short-description {
    font-size: 12px;
    color: #777777; }
  .product-teaser .name {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 36px;
    /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
    /*a {
            color: #333333;
            font-size: 100%;
            font-weight: bold;
            text-decoration: none
        }*/ }
    .product-teaser .name a {
      color: #333333;
      text-decoration: none; }
  .product-teaser .short-description {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 51px;
    /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.42857;
    overflow: hidden;
    -o-text-overflow: clip;
       text-overflow: clip;
    margin-bottom: 4px; }
  .product-teaser .actions a, .product-teaser .actions span.modernbutton {
    line-height: 1;
    display: inline-block;
    margin: 0 0 3px 0; }
  .product-teaser .price .orignal-price {
    text-decoration: line-through; }
  .product-teaser label {
    color: inherit;
    font-weight: inherit; }
  .product-teaser.feature-item, .product-teaser.category-item, .product-teaser.search-item, .product-teaser.related-item {
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .product-teaser.feature-item, .product-teaser.category-item, .product-teaser.search-item, .product-teaser.related-item {
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #E8E8E8; } }
  .product-teaser.category-item .actions, .product-teaser.search-item .actions {
    height: 102px; }
  .product-teaser.search-item .bottom-section {
    height: 53px; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 30px;
  height: 30px; }

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(192, 192, 192, 0.2);
  border-right: 5px solid rgba(192, 192, 192, 0.2);
  border-bottom: 5px solid rgba(192, 192, 192, 0.2);
  border-left: 5px solid #c0c0c0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.content-loader {
  position: relative; }
  .content-loader .loader {
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -15px;
    opacity: 0;
    z-index: 0; }
  .content-loader .content-holder {
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1; }
  .content-loader.loading .loader {
    opacity: 1; }
  .content-loader.loading .content-holder {
    opacity: 0; }

body.dev:before {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
  display: inline-block;
  padding: 5px;
  content: "unset";
  -webkit-box-shadow: -1px -1px 14px 3px rgba(50, 50, 50, 0.75);
  box-shadow: -1px -1px 14px 3px rgba(50, 50, 50, 0.75); }
  @media (min-width: 1200px) {
    body.dev:before {
      content: "if-lg"; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body.dev:before {
      content: "if-md"; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body.dev:before {
      content: "if-sm"; } }
  @media (min-width: 480px) and (max-width: 767px) {
    body.dev:before {
      content: "if-xs"; } }
  @media (max-width: 480px) {
    body.dev:before {
      content: "if-xxs"; } }

#sortbyform #viewby {
  display: none; }

div.catimg {
  height: 175px; }
  div.catimg a {
    display: block;
    height: 100%; }
    div.catimg a img {
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
      font-family: "object-fit: contain; object-position: center";
      width: 95% !important;
      height: 95% !important; }

td .listimage, td > .catitem_div .listimage, .related-item .listimage {
  height: 120px; }
  td .listimage a, td > .catitem_div .listimage a, .related-item .listimage a {
    display: block;
    height: 100%; }
    td .listimage a img, td > .catitem_div .listimage a img, .related-item .listimage a img {
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: left;
      object-position: left;
      font-family: "object-fit: contain; object-position: left";
      width: 95%;
      height: 95%; }

td .listitemno, td .listname, td .listdesc, td > .catitem_div .listitemno, td > .catitem_div .listname, td > .catitem_div .listdesc, .related-item .listitemno, .related-item .listname, .related-item .listdesc {
  margin-bottom: 4px; }

td .listname, td > .catitem_div .listname, .related-item .listname {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 36px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-bottom: 7px; }

td > .listdesc, td > .catitem_div > .listdesc, .related-item > .listdesc {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 51px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.42857;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

@media print {
  /*.dealer-login, .imenu, .searchbanner, .leftcol, .item-buttons, .social-share, .botbannermenu, .enquiry-wrap, .content-footer {
        display: none;
    }

    .middlecol {
        width: 100%;
    }

    a[href]:after {
        content: " ";
    }*/ }

.product-spec-table, .product-spec-table-img {
  border: 2px solid #333333; }
  .product-spec-table tr.header th, .product-spec-table tr.sub-header th, .product-spec-table-img tr.header th, .product-spec-table-img tr.sub-header th {
    text-align: center;
    vertical-align: top;
    border: 1px solid #333333; }
  .product-spec-table tr.header, .product-spec-table tr.header:hover, .product-spec-table tr.separator, .product-spec-table tr.separator:hover, .product-spec-table-img tr.header, .product-spec-table-img tr.header:hover, .product-spec-table-img tr.separator, .product-spec-table-img tr.separator:hover {
    color: #FFFFFF;
    background-color: #808080;
    text-transform: uppercase; }
  .product-spec-table tr.sub-header, .product-spec-table tr.sub-header:hover, .product-spec-table-img tr.sub-header, .product-spec-table-img tr.sub-header:hover {
    background-color: #bfbfbf; }
  .product-spec-table td, .product-spec-table-img td {
    border: 1px solid #333333;
    padding: 0; }
  .product-spec-table.table-condensed > tbody > tr > td, .product-spec-table-img.table-condensed > tbody > tr > td {
    padding: 0; }
  .product-spec-table td a, .product-spec-table-img td a {
    color: #333333;
    display: block;
    padding: 5px; }
  .product-spec-table > thead > tr td:last-child,
  .product-spec-table > tbody > tr td:last-child,
  .product-spec-table > tfoot > tr td:last-child, .product-spec-table-img > thead > tr td:last-child,
  .product-spec-table-img > tbody > tr td:last-child,
  .product-spec-table-img > tfoot > tr td:last-child {
    /*border-right: none;*/ }

.product-spec-table1 td:nth-child(4) {
  border-right: none; }

.product-spec-table1 td:nth-child(5) {
  border-left: none; }

.product-spec-table1 tr.sub-header-nested th {
  border-left: none;
  border-right: none; }

.product-spec-table-img {
  height: 100%; }
  .product-spec-table-img > thead > tr > th,
  .product-spec-table-img > thead > tr > td,
  .product-spec-table-img > tbody > tr > th,
  .product-spec-table-img > tbody > tr > td,
  .product-spec-table-img > tfoot > tr > th,
  .product-spec-table-img > tfoot > tr > td {
    text-align: center;
    vertical-align: middle; }
  .product-spec-table-img.table-condensed > thead > tr > td.img-cell,
  .product-spec-table-img > tbody > tr > td.img-cell,
  .product-spec-table-img > tfoot > tr > td.img-cell {
    vertical-align: top;
    text-align: left;
    border-right: 1px solid #333333;
    position: relative;
    height: 100%;
    /*> div {
                        /*position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        flex-grow: 1;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 100%;
                        height: 100%;
                        flex-direction: column;

                        .description {
                            align-self: flex-start;
                        }
                        /*<div class="description">
                    <%= grid.Description %>
                </div>
                <div class="image">
                    }>*/ }
    .product-spec-table-img.table-condensed > thead > tr > td.img-cell img,
    .product-spec-table-img > tbody > tr > td.img-cell img,
    .product-spec-table-img > tfoot > tr > td.img-cell img {
      display: block;
      margin: auto;
      max-width: 200px; }
    .product-spec-table-img.table-condensed > thead > tr > td.img-cell .desc-container,
    .product-spec-table-img > tbody > tr > td.img-cell .desc-container,
    .product-spec-table-img > tfoot > tr > td.img-cell .desc-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%; }
      .product-spec-table-img.table-condensed > thead > tr > td.img-cell .desc-container .description,
      .product-spec-table-img > tbody > tr > td.img-cell .desc-container .description,
      .product-spec-table-img > tfoot > tr > td.img-cell .desc-container .description {
        width: 100%;
        height: 100%; }
      .product-spec-table-img.table-condensed > thead > tr > td.img-cell .desc-container table,
      .product-spec-table-img > tbody > tr > td.img-cell .desc-container table,
      .product-spec-table-img > tfoot > tr > td.img-cell .desc-container table {
        border: none;
        width: 100%;
        height: 100%; }
        .product-spec-table-img.table-condensed > thead > tr > td.img-cell .desc-container table tr td,
        .product-spec-table-img > tbody > tr > td.img-cell .desc-container table tr td,
        .product-spec-table-img > tfoot > tr > td.img-cell .desc-container table tr td {
          border: none; }
        .product-spec-table-img.table-condensed > thead > tr > td.img-cell .desc-container table tr.description-text,
        .product-spec-table-img > tbody > tr > td.img-cell .desc-container table tr.description-text,
        .product-spec-table-img > tfoot > tr > td.img-cell .desc-container table tr.description-text {
          height: 5px; }
          .product-spec-table-img.table-condensed > thead > tr > td.img-cell .desc-container table tr.description-text td,
          .product-spec-table-img > tbody > tr > td.img-cell .desc-container table tr.description-text td,
          .product-spec-table-img > tfoot > tr > td.img-cell .desc-container table tr.description-text td {
            vertical-align: top; }
    .product-spec-table-img.table-condensed > thead > tr > td.img-cell .product-spec-desc-table,
    .product-spec-table-img > tbody > tr > td.img-cell .product-spec-desc-table,
    .product-spec-table-img > tfoot > tr > td.img-cell .product-spec-desc-table {
      border: none;
      border-collapse: collapse;
      width: 100%; }
      .product-spec-table-img.table-condensed > thead > tr > td.img-cell .product-spec-desc-table td,
      .product-spec-table-img > tbody > tr > td.img-cell .product-spec-desc-table td,
      .product-spec-table-img > tfoot > tr > td.img-cell .product-spec-desc-table td {
        border: none; }
  .product-spec-table-img.table-condensed > thead > tr.img-row > td,
  .product-spec-table-img > tbody > tr.img-row > td,
  .product-spec-table-img > tfoot > tr.img-row > td {
    padding: 5px;
    line-height: 1; }
  .product-spec-table-img tr.img-row {
    line-height: 1; }
    .product-spec-table-img tr.img-row:hover {
      background: none; }
  .product-spec-table-img tr td > p, .product-spec-table-img tr td > p > span {
    display: block;
    padding: 0;
    margin: 0; }
  .product-spec-table-img tr.sub-header th {
    font-weight: normal; }
    .product-spec-table-img tr.sub-header th.title {
      font-weight: bold; }
  .product-spec-table-img tr.footer {
    border-top: 1px solid #333333;
    background-color: #bfbfbf; }
    .product-spec-table-img tr.footer:hover {
      background-color: #bfbfbf; }
    .product-spec-table-img tr.footer td {
      border: 1px solid #333333; }
      .product-spec-table-img tr.footer td.total {
        font-weight: bold;
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
        border-left: 1px dashed #fff;
        border-right: 1px dashed #fff; }

.ui-dialog {
  z-index: 1; }
  .ui-dialog .ui-dialog-buttonpane button {
    margin: 0.3em 0 0 .5em; }

.enq-form.ui-dialog.ui-widget.ui-widget-content {
  border: none; }

.enq-form .ui-dialog-content {
  padding-top: 2px; }

.enq-form .ui-widget-header.ui-dialog-titlebar {
  background-color: #f11b25;
  border: none;
  color: #FFFFFF;
  background-image: url(/shop/img/bg_bottomshadow.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  text-align: left;
  padding: 6px;
  font-size: 90%;
  font-weight: bold;
  text-decoration: none;
  font-family: Helvetica,Arial;
  margin: -0.2em -0.2em 0 -0.2em; }

.enq-form .contact-form label {
  margin: 6px 0 0 0; }

.enq-form .message {
  height: 110px; }

.enq-form .ui-dialog-buttonset {
  font-size: 17px; }
  .enq-form .ui-dialog-buttonset .ui-button {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #FFFFFF;
    background: #5F5F5F;
    font-size: 98%;
    font-weight: normal;
    margin-left: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 4px;
    border-style: none;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
    font-family: Helvetica,Arial;
    font-weight: normal; }
    .enq-form .ui-dialog-buttonset .ui-button:hover {
      text-decoration: none;
      color: #5F5F5F;
      background: #FFFFFF;
      -webkit-box-shadow: 5px 5px 5px #888888;
              box-shadow: 5px 5px 5px #888888; }

.itemoptions .img-layout {
  width: 25%;
  float: left;
  padding: 5px;
  /*font-size: 17px;
        font-weight: 700;*/
  /*label {
            color: #333333;
            font-weight: bold;
        }*/ }
  @media screen and (max-width: 630px) {
    .itemoptions .img-layout {
      width: 50%; } }
  @media screen and (max-width: 479px) {
    .itemoptions .img-layout .modernbutton {
      display: inline-block; } }
  @media screen and (max-width: 350px) {
    .itemoptions .img-layout {
      width: auto;
      float: none;
      padding-bottom: 15px; } }
  .itemoptions .img-layout .item-addon-name label {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 36px;
    /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin-bottom: 7px; }
  .itemoptions .img-layout .optioncheckbox {
    vertical-align: middle;
    margin: -2px 5px 0 0; }
  .itemoptions .img-layout .lbl-text {
    font-weight: normal; }
  .itemoptions .img-layout .item-addon-price label {
    color: #333333;
    font-size: 95%;
    font-weight: bold; }
    .itemoptions .img-layout .item-addon-price label .item-addon-rrp-price {
      margin-top: 2px;
      font-size: 85%;
      display: block;
      font-weight: normal;
      color: #777777; }
  .itemoptions .img-layout .item-addon-no label {
    color: #777777; }
  .itemoptions .img-layout .item-addon-desc label {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 34px;
    /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.42857;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    color: #777777;
    font-weight: normal; }
  .itemoptions .img-layout .item-addon-no label {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 4px;
    /*@include clamp-lines(1, 12px, $line-height-base,false);
                overflow: hidden;
                text-overflow: clip;
                color: #777777;
                padding-top: 0;
                padding-right: 0;
                padding-bottom: 0;
                padding-left: 0;
                font-weight: normal;
                margin-bottom: 4px;*/ }
  .itemoptions .img-layout .optioncheckbox {
    /*float: right;*/ }
  .itemoptions .img-layout .modernbutton.butts30 {
    /*display: block;
            text-align: center;*/ }
  .itemoptions .img-layout .img-wrap {
    display: block;
    height: 120px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0; }
    .itemoptions .img-layout .img-wrap img {
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: left;
      object-position: left;
      font-family: "object-fit: contain; object-position: left";
      width: 95%;
      height: 95%; }

.itemoptions:after {
  content: "";
  clear: both;
  display: table; }

a.highslide > img {
  /*width: auto;*/ }

.cattable > span > br {
  display: none; }

.cattable > span > span {
  display: block;
  float: left;
  width: 33.33%; }
  @media screen and (max-width: 768px) {
    .cattable > span > span {
      width: 50%; } }
  @media screen and (max-width: 420px) {
    .cattable > span > span {
      width: 100%; } }
  .cattable > span > span .subcatlist_div {
    width: 100% !important;
    text-align: center; }
    .cattable > span > span .subcatlist_div > div {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .cattable > span > span .subcatlist_div > div:hover {
        -webkit-box-shadow: 5px 5px 5px #838383;
                box-shadow: 5px 5px 5px #838383;
        border: 1px solid #CCCCCC;
        background-color: white; }
    .cattable > span > span .subcatlist_div .subcats {
      min-height: 43px; }
    .cattable > span > span .subcatlist_div img {
      -o-object-position: center;
         object-position: center; }
    .cattable > span > span .subcatlist_div .catdesc {
      display: none; }

.map-tooltip {
  background-color: #5F5F5F;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 8px; }
  .map-tooltip .quick-add-qty {
    border: none;
    width: 30px;
    margin-left: 5px;
    color: #5F5F5F;
    padding: 0 5px;
    text-align: center; }
  .map-tooltip .quick-add {
    border: none;
    margin-top: 5px;
    color: #5F5F5F; }

#details-tab:checked ~ #details-content,
#parts-tab:checked ~ #parts-content,
#service-tab:checked ~ #service-content {
  display: block; }

#parts-content {
  text-align: center; }

.item-page .item-summary {
  text-align: left;
  padding-top: 4px; }

.item-page .nav-tabs > li > a {
  border-radius: 0;
  color: #bbb;
  font-weight: bold;
  border-top: 2px solid transparent; }
  .item-page .nav-tabs > li > a:hover {
    color: #888;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    border-color: transparent; }

.item-page .nav-tabs > li.active > a, .item-page .nav-tabs > li.active > a:hover, .item-page .nav-tabs > li.active > a:focus {
  border: 1px solid #ddd;
  border-top: 2px solid #f11b25;
  border-bottom-color: transparent;
  background: #fff;
  color: #333333; }

#maincontent > table {
  table-layout: fixed; }

.swipe-message {
  display: none;
  font-weight: bold;
  text-align: center; }

/*# sourceMappingURL=style.css.map */
