/* START CSS Support Banner Captions #436329 */

.widget-banner-slider .container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.widget-banner-slider .banner-caption {
  position:static;
}

.device-Mobile .widget-banner-slider .banner-caption {
  position: absolute;
  bottom: 20px;
  top: initial;
}

@media (min-width: 1260px) {

  .widget-banner-slider .banner-caption h1.heading {
    font-size: 90px;
    padding-bottom: 40px;
  }
  .widget-banner-slider .banner-caption .subtitle {
    font-size: 28px;
    font-style: normal;
    padding: 10px 0;
  }
}

@media (min-width: 992px) {

  .widget-banner-slider .banner-caption {
    line-height: 1.82em;
    top: 90px;
    padding: 0;
  }
}

@media (min-width: 744px) {

  .caption-left.widget-banner-slider .container {
    left: 5%;
  }
  
  .caption-left.widget-banner-slider .container .banner-caption {
    text-align: left;
    right: initial;
    line-height: 1.15em;
  }

}

.widget-banner-slider .banner-caption .btn {
  margin: 10px;
}

/* END CSS Support Banner Captions #436329 */

/* START CSS Support for Product Search with Preview #426271 */

/*----------------------------------------*\
    Widget - Product Search With Preview
\*----------------------------------------*/

.widget-product-search-with-preview-product-category-list .top-level .expandable.expandable-toggle a.box-title {
  font-size: 14px;
  background: #dedede;
  width: 100%;
  display: block;
  padding: 4px 5px 4px 21px;
  border-radius: 3px;
  color: #000;
  font-weight: 600;
  float: left;
}

.widget-product-search-with-preview-product-category-list .second-level {
  padding-left:10px;
}

.widget-product-search-with-preview-product-category-list .second-level .expandable.expandable-toggle a.box-title {
  color: #000;
  font-size: 13px;
  background: none;
}

.widget-product-search-with-preview-product-category-list .third-level {
  padding-left: 10px;
}

.widget-product-search-with-preview-product-category-list .third-level .non-expandable a.box-title {
  color: #555 !important;
  font-size: 11px !important;
  padding: 5px 0 5px 20px;
  font-weight: 600;
}

.widget-product-search-with-preview-product-category-list .top-level .expandable.expandable-toggle:before {
  position: relative;
  top: 22px;
  left: 2px;
  float: left;
}

.widget-product-search-with-preview-product-category-list .non-expandable a.box-title {
  background:none !important;
}

.widget-product-search-with-preview {
  margin-top: 5px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  padding: 15px 0 0;
}

.widget-product-search-with-preview a.box-title.no-pointer {
  display: none;
}

.widget-product-search-with-preview .widget-product-search-with-preview-list-grid .widget-productlist-price .item-price {
    font-size: 20px;
}

.widget-product-search-with-preview .widget-product-search-with-preview-list-grid .widget-productlist-title a {
    min-height: auto;
}

@media (min-width: 744px) {
  .widget-product-search-with-preview {
    padding: 0;
  }
}
.is-scrolling .widget-product-search-with-preview {
  margin-top: 8px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.widget-product-search-with-preview > div > div {
  display: table;
  width: 100%;
  position: relative;
}
.widget-product-search-with-preview .k-widget,
.widget-product-search-with-preview .search {
  display: table-cell;
  float: none;
  border:none;
  height: 40px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (min-width: 744px) {
  .is-scrolling .widget-product-search-with-preview .k-widget,
  .is-scrolling .widget-product-search-with-preview .search {
    height: 36px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
}
.widget-product-search-with-preview input.product-search-autocomplete,
.widget-product-search-with-preview input.product-search-autocomplete ~ button.search {
  visibility: hidden;
  opacity: 0;
}
.widget-product-search-with-preview .k-widget .product-search-autocomplete,
.widget-product-search-with-preview .k-widget.product-search-autocomplete ~ button.search {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.widget-product-search-with-preview .k-widget {
  background-color: #ebe9e8;
  border-radius: 20px 0 0 20px;
}
.widget-product-search-with-preview .k-widget .product-search-autocomplete {
  background-color: #ebe9e8;
  border: none;
  border-radius: 0;
  padding-left: 15px;
}
.widget-product-search-with-preview .k-widget.k-state-focused .product-search-autocomplete {
  background: #ebe9e8;
}
.widget-product-search-with-preview .search {
  white-space: nowrap;
  background-color: #031E45;
  border-color: #031E45;
  border-radius: 0;
  padding-right: 25px;
}
.widget-product-search-with-preview .search:hover, .widget-product-search-with-preview .search:focus {
  background-color: #053376;
  border-color: #053376;
}
.widget-product-search-with-preview .search.cv-is-processing {
  background-color: #053376 !important;
  border-color: #053376;
  color: #053376 !important;
}
.widget-product-search-with-preview .search.cv-is-processing::after {
  color: #FFFFFF !important;
}
.widget-product-search-with-preview .search-with-preview-container,
.widget-product-search-with-preview .search-preview-default-template-container {
  width: 95%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 744px) {
  .widget-product-search-with-preview .search-with-preview-container,
  .widget-product-search-with-preview .search-preview-default-template-container {
    width: 80%;
  }
}
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview {
  width: 362%;
  position: absolute;
  top: 5px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  background-color: #FFFFFF;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-radius: 5px;
  padding: 15px;
}
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview + .fancybox-close,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview + .fancybox-close {
  top: 165px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  display: block !important;
}
@media (min-width: 744px) {
  .widget-product-search-with-preview .search-with-preview-container .search-item-with-preview,
  .widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview {
    width: 250%;
    left: -75%;
    top: 45px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  .is-scrolling .widget-product-search-with-preview .search-with-preview-container .search-item-with-preview,
  .is-scrolling .widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview {
    top: 39px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  .widget-product-search-with-preview .search-with-preview-container .search-item-with-preview + .fancybox-close,
  .widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview + .fancybox-close {
    top: 35px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    right: -77%;
  }
  .is-scrolling .widget-product-search-with-preview .search-with-preview-container .search-item-with-preview + .fancybox-close,
  .is-scrolling .widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview + .fancybox-close {
    top: 30px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
}
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-sidebar,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-sidebar {
  padding-bottom: 25px;
  background: none;
  border: none;
  padding: 0 10px 0 0;
  box-shadow: none;
}
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-sidebar h1,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-sidebar h1 {
  font-size: 18px;
  margin-bottom: 15px;
}
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-maincontent,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-maincontent {
  clear: none;
}
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-maincontent .widget-product-search-with-preview-list-title,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-maincontent .widget-product-search-with-preview-list-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-maincontent .widget-product-search-with-preview-list-grid > div,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-maincontent .widget-product-search-with-preview-list-grid > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-maincontent .product,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-maincontent .product {
  padding: 10px 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #d7d3d1;
  border-radius: 5px;
  margin: 1%;
  width: calc(((100%) / 3) - 2%);
  float: left;
  background: #FFFFFF;
}
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-maincontent .product .content-before,
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-maincontent .product .content-right,
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-maincontent .product .content-after,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-maincontent .product .content-before,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-maincontent .product .content-right,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-maincontent .product .content-after {
  width: 60%;
  float: right;
}
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-maincontent .product .content-left,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-maincontent .product .content-left {
  width: 40%;
  float: left;
  padding-right: 10px;
}
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-maincontent .product .widget-productlist-title,
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-maincontent .product .widget-productlist-code,
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-maincontent .product .widget-productlist-price,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-maincontent .product .widget-productlist-title,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-maincontent .product .widget-productlist-code,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-maincontent .product .widget-productlist-price {
  text-align: left;
}
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-maincontent .product .widget-productlist-title,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-maincontent .product .widget-productlist-title {
  margin-bottom: 2px;
  min-height: auto;
  line-height: 1.15em;
}
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-maincontent .product .widget-productlist-image,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-maincontent .product .widget-productlist-image {
  max-width: 80px;
  margin: 25px auto 0;
}
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-maincontent .product .widget-breadcrumb,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-maincontent .product .widget-breadcrumb {
  display: none;
}
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-maincontent .product:hover, .widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-maincontent .product:focus,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-maincontent .product:hover,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-maincontent .product:focus {
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 576px) {
  .widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-maincontent .product,
  .widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-maincontent .product {
    width: 100%;
  }
}
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .widget-product-search-with-preview-show-all-button,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .widget-product-search-with-preview-show-all-button {
  margin: 15px 0 0 5px;
}
.widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .widget-productlist-atc-button,
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .widget-productlist-atc-button {
  padding: 5px 15px;
  font-size: 14px;
  margin-top: 10px;
  width: auto;
}
.widget-product-search-with-preview .widget-product-search-options {
  position: absolute;
  left: 0;
  top: 43px;
  padding: 5px 3px;
  color: #7c7470;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.widget-product-search-with-preview .widget-product-search-options .form-checkbox {
  margin: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.widget-product-search-with-preview .widget-product-search-options .form-label, .widget-product-search-with-preview .widget-product-search-options .widget-product-filter .product-filter .heading-alternate, .widget-product-filter .product-filter .widget-product-search-with-preview .widget-product-search-options .heading-alternate {
  font-weight: 500;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.is-scrolling.role-PUBLIC .widget-product-search-with-preview .widget-product-search-options {
  top: 43px;
}
@media (min-width: 744px) {
  .is-scrolling .widget-product-search-with-preview .widget-product-search-options {
    top: 34px;
  }
  .is-scrolling .widget-product-search-with-preview .widget-product-search-options .form-checkbox {
    margin-left: -1px;
    height: 11px;
    width: 11px;
  }
  .is-scrolling .widget-product-search-with-preview .widget-product-search-options .form-label, .is-scrolling .widget-product-search-with-preview .widget-product-search-options .widget-product-filter .product-filter .heading-alternate, .widget-product-filter .product-filter .is-scrolling .widget-product-search-with-preview .widget-product-search-options .heading-alternate {
    font-size: 11px;
  }
}
.widget-product-search-with-preview .search-preview-default-template-container {
  position: relative;
  z-index: 10000;
}
.widget-product-search-with-preview .search-preview-default-template-container div {
  display: block;
  width: initial;
}
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview {
  top: 5px;
  width: 362%;
  left: -270%;
}
@media (min-width: 744px) {
  .widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview {
    left: -475%;
    width: 810%;
  }
}
@media (min-width: 992px) {
  .widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview {
    left: -745%;
    width: 1080%;
  }
}
@media (min-width: 1140px) {
  .widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview {
    left: -905%;
    width: 1240%;
  }
}
@media (min-width: 1260px) {
  .widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview {
    left: -1045%;
    width: 1385%;
  }
  .widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-sidebar,
  .widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .layout-sidebar {
    width: 20%;
  }
  .widget-product-search-with-preview .search-with-preview-container .search-item-with-preview .layout-maincontent, .widget-product-search-with-preview .search-preview-  default-template-container .search-item-with-preview .layout-maincontent {
    width: 80%
  }
}
@media (min-width: 1440px) {
  .widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview {
    left: -1210%;
    width: 1540%;
  }
}
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .container {
  max-width: 1440px;
  max-width: 1440px;
}
.widget-product-search-with-preview .search-preview-default-template-container .search-item-with-preview .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.widget-product-search-with-preview .search-preview-default-template-container .preview-template-close {
  position: absolute;
}
.widget-product-search-with-preview .widget-product-search-with-preview-list-grid.product-grid.grid .product .product-ribbons {
  top: -5px;
  left: -5px;
  max-width: 80px;
}
@media (min-width: 744px) {
  .widget-product-search-with-preview .search-preview-default-template-container .preview-template-close {
    right: -245%;
  }
}
/* END CSS Support for Product Search with Preview #426271 */

/* #390583 Article list update add Flex CSS */

.news-article-zoned:not(.owl-carousel) {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.widget-article-slider .news-article:not(.faq-toggle) {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.widget-article-slider .news-article .cv-zone-article-2 {
    min-height: auto;
}

/* Dangerous goods styles */
@media (min-width: 992px) {
  .product-grid.grid .product .product-ribbons {
    top: -20px;
    left: -20px;
    max-width: 150px;
  }
}

/* 340176 Start */

.shipping-options .freight-message {
  font-size:12px;
}

/* 345759 - 341189 Start */

.storelocatorstatelist .widget-page-title {
  margin-left:10px;
}

.Locator .page-content .container {
  font-size: 0;
}

.Locator .page-content .container > * {
  font-size: initial;
}

.Locator .page-content .container > .grid-row .list-of-stores .location-tile {
  font-size: 14px;
}

.Locator .page-content .container > .grid-row .list-of-stores .location-tile .cv-ico-general-pin-alt,
.Locator .page-content .container > .grid-row .list-of-stores .location-tile .store-icon {
  line-height: 1.3em;
}

.Locator .page-content .container > .grid-row .list-of-stores .location-tile .cv-ico-general-pin-alt {
  display: inline-block;
  margin: 10px 0 5px;
  position: relative;
  padding-left: 22px;
}

.Locator .page-content .container > .grid-row .list-of-stores .location-tile .cv-ico-general-pin-alt::before {
  margin: 0;
  position: absolute;
  top: 3px;
  left: 0;
}

.Locator .page-content .container > .grid-row .list-of-stores {    
  padding: 20px 0 10px;
}

.grid-row.list-of-stores {
  width: 100%;
}

.grid-row.list-of-stores .location-address-line {
  font-style:normal;
}

.storelocatorstatelist .grid-row.list-of-stores {
  display:flex;
  flex-direction:column;
}

@media (min-width: 576px) {
  .storelocatorstatelist .grid-row.list-of-stores {
    flex-direction:row;
    flex-wrap: wrap;
  }
}

.location-tile.col-1-4 {
    padding: 30px;
    background: #fafafa;
    border: 1px solid #ddd;
    transform: scale(0.95);
    border-radius: 10px;
    font-size: 14px;
}

@media screen and (min-width: 576px) {
  .Locator .page-content .container > .grid-row .list-of-stores {    
    padding: 20px 0px 20px 0;
  }
}

.list-of-stores .location-tile .cv-ico-general-pin-alt:before {
    margin-right: 4px;
    float: left;
    position: relative;
    top: 6px;
}

.Store-information .location-title {
   font-size: 1.8em;
}

.Store-picture-wrapper {
  margin-bottom: 15px;
  margin-top:20px;
}

.Store-opening-hours {
  background:#014985;
  padding: 10px;
  padding-top:0px;
  color:#fff;
}

.Store-opening-hours p {
  font-size: 17px;
  margin-left: 5px;
  font-weight: bold;
}

.Store-opening-hours ul {
  padding-left: 25px;
}

.Store-Parking {
  clear:both;
}

.Store-Parking .services-we-provide {
  margin-bottom:0px;
  font-weight:bold;
}

.store-icon-div {
  display: flex;
  float:left;
  width:auto;
  justify-content: center;
  flex-direction: row;
  margin-right: 20px;
}

@media screen and (min-width: 744px) {
  .Store-picture {
    float:left;
    width:60%;
  }

  .Store-opening-hours {
    float:right;
    width:39%;
  }
}

/* 345759 - 341189 End */

/* 341905 START */

.widget-category-banner {
    position: relative;
    display:block;
}

.read-more-buttons {
    clear: both;
    padding: 15px 15px 0;
    float: left;
}

.read-more-buttons .cv-read-less {
    display: none;
}

.read-more-buttons .cv-read-more {
    display: block;
}

.read-more-buttons.showing-more .cv-read-more {
    display: none;
}

.read-more-buttons.showing-more .cv-read-less {
    display: block;
}

.text-fade-toggle {
    background: none;
    clear: both;
    padding: 0;
    margin: 1px 0 20px;
    border: none;
    color: #1c365f;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
}

.read-more-buttons .cv-read-more:before {
    content: "\e6b6";
    font-family: "cv-ico-general";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}

.text-fade-toggle:before {
    float: right;
    position: relative;
    top: 1px;
    margin-left: 5px;
    font-size: 14px;
    font-family: "cv-ico-general";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}

.read-more-buttons .cv-read-less:before {
    content: "\e6b5";
    font-family: "cv-ico-general";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}

.read-more-buttons:after {
    clear: both;
    display: block;
    content: "";
}

.text-fade {
    display: block;
    position: relative;
    height: 150px;
    overflow: hidden;
    line-height: 150%;
    margin: 0!important;
}

.text-fade:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background: linear-gradient(rgba(255,255,255,0),#fff);
}

.text-fade.expanded:after {
    display:none;
}

.text-fade.expanded {
    height: auto;
}

.text-fade.category-banner-text {
    transition: all .25s ease-in-out;
    transition-delay: .004s;
    padding: 15px;
}

/* 341905 END */

/* 333797 START */
.product-grid.detailed-list .product .widget-productlist-price,
.product-grid.grid .product .widget-productlist-price {
    clear: both;
    padding: 10px 0 0;
}

.product-grid.grid .product .cv-zone-product-4 .btn.primary.small,
.product-grid.detailed-list .product .cv-zone-product-4 .btn.primary.small {
  margin-top: 5px;
}
/* 333797 END */

/* START Japanese truck parts product grid list styles */

.widget-navigation-menu ul li a {
  font-size: 9px;
}

#cv-zone-navigation-container .container .widget-section-menu ul li a {
    font-size: 9px;
}

@media (min-width: 1350px) {
  .widget-navigation-menu ul li a {
    font-size: 11px;
  }

  #cv-zone-navigation-container .container .widget-section-menu ul li a {
    font-size: 11px;
  }
}

@media (min-width: 1540px) {
  .widget-navigation-menu ul li a {
    font-size: 12px;
  }
  #cv-zone-navigation-container .container .widget-section-menu ul li a {
    font-size: 12px;
  }
}

@media (min-width: 1650px) {
  .widget-navigation-menu ul li a {
    font-size: 14px;
  }
  #cv-zone-navigation-container .container .widget-section-menu ul li a {
    font-size: 14px;
  }
}

.Japanese-truck-parts-menu-link .sub-menu-link:before {
    content:"\e723";
    font-family: "cv-ico-general";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    display: inline-block;
    animation: attention 8s ease infinite;
}

@keyframes attention {
  9% {
    transform: none;
  }
  12% {
    transform: scale(1);
  }
  16% {
    transform: scale(0.5);
  }
  20% {
    transform: scale(2);
  }
  24% {
    transform: scale(1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.product-list-feature {
  position: relative;
}

.product-list-feature .btn.small {
    margin:10px;
    background: #FF5757;
    border-color:#FF5757;
    color:#fff;
}

@media (min-width: 768px) {
  .product-list-feature .btn.small {
      position: absolute;
      z-index: 2;
      right: 10px;
      top: -40px;
      margin:0px;
  }
}

.product-grid.detailed-list .product .widget-productlist-code {
   font-size:14px;
}


@media (min-width: 992px) {
  .product-grid.detailed-list .product .cv-zone-product-4 {
    width: 90%;
  }

  .product-grid.detailed-list .product .cv-zone-product-5 {
    width: 4%;
  }

  .product-grid.detailed-list .product .cv-zone-product-6 {
    width: 4%;
  }
}

@media (min-width: 1200px) {
  .product-grid.detailed-list .product .cv-zone-product-3 {
    margin-top:-60px;
  }
}

.jtp-list-details {
  padding:0px;
  margin:0px;
  clear:left;
  line-height: 1.8em;
  font-weight: bold;
}
/* take advantage of flex by bottom aligning the ATC and QTY inputs */
.product-grid.grid .product>div {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-grid.grid .product .cv-zone-product-3 {
    text-align: center;
    min-height: initial;
    margin-top: auto;
}

/* adapt the category grids */
.widget-product-list-grid.category .cv-zone-category.product .widget-productlist-category-image  {
    height:auto;
}

/* END Japanese truck parts product grid list styles */

/* #335528 - Availability popup */

.instore-availability-list li::marker {
   display:none;
   color:#fff;
}

.instore-availability-list {
   padding-left:10px;
}

.instore-availability-list li .store-stock-status {
    margin-top:10px;
  }

@media (min-width: 992px) {
  .instore-availability-list li .store-info.location-list {
    float:left;
    width:60%;
  }

  .instore-availability-list li .store-stock-status {
    float:left;
    width:40%;
    margin-top:0px;
  }
}

.widget-store-availability-click-and-collect .availability-icon.in-stock {
    border: 1px solid #3e8468;
}

.widget-store-availability-click-and-collect .availability-icon.low-stock {
    border: 1px solid #f5c342;
}

.widget-store-availability-click-and-collect .availability-icon.out-of-stock {
    border: 1px solid #d4484c;
}

.widget-store-availability-click-and-collect .availability-icon {
    border: 1px solid #ddd;
}

.availability-icons .btn.small.pill.modal-window {
    background: none;
    border: none;
    margin-top: 7px;
}

.availability-icons .btn.small.pill.modal-window:hover {
    color:#3e8468;
}

/* #333068 - Product rating styles */
.product-detail-right .widget-product-rating {
  clear:both;
  padding-top: 10px;
} 

.product-detail-right .widget-product-rating .rating .btn.secondary {
  background:#333;
  color:#fff;
  border:none;
  padding:5px;
}

.product-detail-right .widget-product-rating .rating .stars .cv-ico-general-star:before {
  color:#f3b311;
}

.product-detail-full-bottom .widget-reviews.reviews .read-reviews.widget-product-reviews {
    clear: both;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    background: #fff;
    margin-top: 20px;
}

.product-detail-full-bottom .widget-reviews.reviews .read-reviews.widget-product-reviews .review-date {
    font-size: 12px;
    font-style: italic;
    color: #999;
}

.product-detail-full-bottom .widget-reviews.reviews .read-reviews.widget-product-reviews .review .rating {
    color:#f3b311;
}

.write-review .rating .stars li .cv-ico-general-star {
    color: #f3b311;
}

.product-detail-full-bottom .widget-reviews h5 {
    margin-top: 30px;
    font-size: 28px;
    margin-bottom: 30px;
}

.product-detail-full-bottom .widget-reviews .btn.cv-ico-general-pencil {
    margin-bottom: 20px;
}


/* TEMP HIDING OF ERROR MESSAGE - DEV GG TF */
[id*=modal-login-register-] .modal-content .col-1-2+ .inline-alert {
  display: none;
}
/* TEMP HIDING OF ERROR MESSAGE - DEV GG TF */

@media (min-width: 768px) {
  .widget-value-prop-icon {
      display: none;
  }
  
  .widget-value-prop-text {
    margin-top: 2px;
  }
  
  .widget-value-prop-content {
    min-height: 20px;
  }
}

.widget-value-prop-content:hover {
    box-shadow: none;
    transform: translateY(-0px);
}

@media (min-width: 992px) {
  .page-home #cv-zone-container-1 {
      margin-top:0px;
  }
}

.widget-productlist-category-image a img {
    max-height: 230px;
}

.widget-product-gallery .item-link.video {
    background: white;
    color: #5d5754;
    float: left;
    overflow: hidden;
}

.widget-product-gallery .item-link.video.youtube:before {
    font-family: 'cv-ico-social';
    content: "\e62e";
    float: left;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.widget-product-gallery .item-link.video::after {
    display: none;
}

#cv-zone-header .change-store-dropdown {
  min-width: 350px;
  right:0;
  left:initial;
}

.widget-order-lines {
  min-height: initial; 
}

.widget-cart-fast-order-entry {
  padding: 20px 0 0;
  margin: 0;
}

.page-OrderTemplates2 .dropdown-section-list .dropdown-area {
  z-index: 2;
}

.search-item-with-image .widget-productlist-code {
  line-height: 110%;
}

#cv-job-dialog .modal-content .form-label {
  float:none;
}

#cv-job-dialog .modal-content .form-span {
  font-size:14px;
}

#cv-stock-dialog .modal-content .form-label {
  float:none;
}

#cv-stock-dialog .modal-content .form-span {
  font-size:14px;
}

#cv-stock-dialog .modal-content .stock-to-receive-grid {
  clear:both;
}

#cv-stock-dialog .modal-content .data-list-item.data-list-heading {
  min-height:30px;
}

#leave-at-alternate-location {
  margin-top:0px;
}

.k-tabstrip .k-tabstrip-items .k-state-active {
    background: #1c365f;
}

.maxi-stock-banner {
  margin-top:5px;
}

@media (min-width: 992px) {
    .widget-register {
        max-width: 100%;
    }
}

/* #323549 category list style fix */
.layout-sidebar .widget-product-category-list ul.top-level li ul.second-level li.non-expandable {
    padding-top:15px;
    text-transform:uppercase;
}

/* #326178 was now pricing */
.product-sale-info {
    height: auto;
    padding: 5px 0;
}

.price-sale-was {
    text-decoration: line-through;
    font-size: 12px;
    color: crimson;
}

.price-sale-save {
    font-weight: bold;
    color: darkgreen;
}

/* 329970 - start */
.widget-campaign-slider.best-sellers {
    background-color: #fff;
    padding: 35px 0 50px !important;
    margin-top: 0!important;
}

.page-home #custom-layout-maxiparts-home-page-row1 {
    background: #fff;
}

.cv-header-topbar .widget-cart-summary.Desktop-cart .cv-ico-general-cart:before {
    color:#ed1c24;
}

.device-Tablet #cv-zone-topbar .widget-login-logout-modal {
    padding: 10px !important;
}
/* 329970 - end */

.k-nodata {
    position: relative;
    top: -40vh;
}

/* 361565  START */
.widget-navigation-menu ul li.dropdown-twolevel:hover .dropdown-column {
    max-height: calc((100vh) - 190px);
    overflow: auto;
}
/* 361565  END */



/* START AfterPay styles for PDP */

.widget-product-afterpay-summary  {
    margin: 10px 0;
    background:none;
    border:none;
}

.widget-product-afterpay-summary .afterpay-summary .grey-box {
    display: flex;
}

.widget-product-afterpay-summary .afterpay-summary .grey-box .afterpay-summary-icon {
    width: auto;
    display: flex;
    align-items: center;
    order:2;
    background: #b2fce4;
    border-radius: 20px;
}

.widget-product-afterpay-summary .afterpay-summary .grey-box .afterpay-summary-icon > img {
    max-height: 15px;
}

.widget-product-afterpay-summary .afterpay-summary .grey-box .afterpay-summary-message {
    width: auto;
    display: flex;
    padding-right: 10px;
    padding-left: 0px;
    order:1;
}

.widget-product-afterpay-summary .afterpay-summary .grey-box button {
    position: static;
    display:flex;
    order:3;
    transform: none;
    background:none;
    border:none;
    margin-left: 0px;
}

.widget-product-afterpay-summary .afterpay-summary .grey-box button:hover {
    background:none;
    border:none;
}

.widget-product-afterpay-summary .afterpay-summary .grey-box button:before {
    color:#031E45;
    font-size: 20px;
}

/* Cart preview */

.dropdown-cart-summary .cart-lines .cart-line-item.afterpay-order-summary .cart-line-col-1 {
    float: right;
    width: auto;
}

.dropdown-cart-summary .cart-lines .cart-line-item.afterpay-order-summary .cart-line-col-2 {
    float: right;
    width: auto;
    margin-top: 5px;
}

.cart-line-item.afterpay-order-summary .cart-line-col-1 span.afterpay-order-summary-icon {
    background: #b2fce4;
    border-radius: 50px;
    padding: 5px 20px;
    margin-top: 2px;
    margin-bottom: 20px;
}

.cart-line-item.afterpay-order-summary .cart-line-col-1 span.afterpay-order-summary-icon img {
    max-height: 15px;
}

/* Cart and Checkout */

.cart-summary-row.cart-summary-row.afterpay-order-summary .summary-label {
    float: right;
    width:auto;
}

.cart-summary-row.cart-summary-row.afterpay-order-summary .summary-value {
    margin-right: 10px;
    margin-top: 5px;
    width:auto;
}

.cart-summary-row.afterpay-order-summary .summary-label span.afterpay-order-summary-icon {
    background: #b2fce4;
    border-radius: 50px;
    padding: 5px 20px;
    margin-top: 2px;
    margin-bottom: 20px;
}

.cart-summary-row.afterpay-order-summary .summary-label span.afterpay-order-summary-icon img {
    max-height: 15px;
}

/* Modal */

.afterpay-order-summary-icon {
    background: #b2fce4;
    border-radius: 50px;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.afterpay-summary-icon {
    background: #b2fce4;
    border-radius: 50px;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.modal-content.modal-afterpay-info .afterpay-summary-icon img {
    margin-top:5px;
}

.modal-content.modal-afterpay-info .popup-sub-header {
    max-width: 600px;
    margin: auto;
}

/* END AfterPay styles for PDP */