﻿.product-page-top-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 350px !important;
  padding: 0 10px !important;
}

.product-page-bottom-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 350px !important;
  padding: 0 10px !important;
}

/*a { color: #3a8cce !important; }
    a:hover { color: #888 !important; }*/
#product-description p {
  margin-top: 10px;
}

#product-description ul,
#product-description ol {
  padding-left: 2em;
  margin-top: 8px;
  margin-bottom: 8px;
}

#product-description ul {
  list-style-type: disc;
}

#product-description ol {
  list-style-type: decimal;
}

#product-description ul ul,
#product-description ol ul {
  list-style-type: circle;
}

#product-description ul ul ul,
#product-description ol ul ul {
  list-style-type: square;
}

#product-description li {
  margin-bottom: 4px;
  line-height: 1.5;
}

#product-description h1,
#product-description h2,
#product-description h3,
#product-description h4 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #333333;
}

#product-description h1 { font-size: 22px; }
#product-description h2 { font-size: 20px; }
#product-description h3 { font-size: 17px; }
#product-description h4 { font-size: 15px; }

#product-description table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#product-description table td,
#product-description table th {
  border: 1px solid #ddd;
  padding: 8px 12px;
  vertical-align: top;
  line-height: 1.5;
}

#product-description table th {
  background-color: #f7f7f7;
  font-weight: bold;
}

.glyphicon-chevron-right:hover {
  color: var(--bgcolor-theme);
}

.glyphicon-chevron-left:hover {
  color: var(--bgcolor-theme);
}

.product-page-breadcrumb a {
  color: #888888;
  text-decoration: none;
  margin-left: 3px;
  margin-right: 3px;
}

.product-page-breadcrumb .product-brand {
  color: #b7b7b7;
}

.product-name-price-container h1 {
  margin-top: 20px;
}

.product-name-price-container span {
  margin-left: 5px;
  border-bottom: solid 4px var(--bgcolor-theme);
}

.product-name-price-container span.price-guide {
  margin-left: 20px;
  border-bottom: none;
  font-weight: normal;
}

.product-information {
  margin-top: 20px;
}

.product-information .primary-feature {
  display: inline-block;
  padding: 8px;
  background-color: #333333;
  color: #FFF;
  margin-right: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.product-information .fa {
  font-size: 15px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.product-information .product-information-item {
  vertical-align: text-top;
  margin-right: 20px;
}

.product-information img {
  width: 20px;
}

.fa-eye, .js-view-counter {
  color: #1da83f !important;
}

.product-carousel-message-container {
  margin-top: 30px;
}

.product-carousel-message-container .product-carousel-container {
  width: 65%;
  float: left;
}

.product-carousel-message-container .product-message-container {
  width: 30%;
  float: right;
}

.product-message-form-container {
  height: 415px;
  position: relative;
}

.product-message-form-container-top {
  height: 150px;
  border-radius: 5px 5px 0 0;
  padding-top: 15px;
  padding-left: 25px;
  background-color: #333333;
  color: #ffffff;
}

.product-message-form-container-top span {
  font-size: 25px;
}

.product-message-form-container-bottom {
  border-bottom-left-radius: 5px;
  height: 265px;
  background-color: #434343;
  border-bottom-right-radius: 5px;
}

.product-message-form {
  position: absolute;
  top: 0;
  font-size: 14px;
}

.user-input-wrp-email .floating-label-email {
  position: absolute;
  top: 8px;
  left: 27px !important;
  color: #888;
}

.user-input-wrp-message {
  position: relative;
  display: inline;
}

.product-message-form textarea {
  width: 90%;
  margin-top: 50px;
  height: 140px;
  margin-left: 5%;
  border-radius: 5px;
  padding: 25px 12px 5px 12px;
  margin-bottom: 15px;
  border: none;
}

.product-message-form #enqEmail {
  width: 316px;
  margin-left: 18px;
  border-radius: 5px;
  height: 35px;
  border: none;
  padding: 10px 10px 2px 10px;
}

.product-message-form #enqFullName {
  width: 149px;
  margin-top: 15px;
  margin-left: 18px;
  margin-right: 18px;
  border: none;
  border-radius: 5px;
  height: 35px;
  padding: 10px 10px 2px 10px;
}

.product-message-form #enqPhone {
  width: 146px;
  border: none;
  border-radius: 5px;
  height: 35px;
  margin-top: 15px;
  padding: 10px 5px 2px 5px;
}

.product-message-form #enqCompany {
  width: 149px;
  margin-top: 15px;
  margin-left: 18px;
  margin-right: 18px;
  border: none;
  border-radius: 5px;
  height: 35px;
  padding: 10px 10px 2px 10px;
}

.product-message-form #enqLocation {
  width: 41.5%;
  border: none;
  border-radius: 5px;
  height: 35px;
  margin-top: 15px;
  padding: 10px;
  color: #888;
  vertical-align: bottom;
}

.product-message-form button {
  width: 180px;
  background-color: #1da83f;
  border: none;
  border-radius: 5px;
  height: 40px;
  margin-top: 15px;
  margin-left: 25%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.product-message-form button img {
  width: 20px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.product-message-form button span {
  display: inline-block;
  margin-top: 3px;
}

.product-supplier-details-container {
  margin-top: 30px;
  border: solid var(--rfq-bg);
  border-radius: 5px;
  position: relative;
  padding-bottom: 7px;
}

.product-supplier-details-container-holder {
    display: flex;
}
    .product-supplier-details-container-holder div {
        /*padding: 10px 20px;*/
    }
    .product-supplier-details-container-holder > div:first-child {
        width: 65%;
    }
    .product-supplier-details-container-holder > div:last-child {
        width: 35%;
        text-align: center;
    }
    .product-supplier-details-container-holder > div img {
        max-width: 100px;
        max-height: 40px;
    }

.product-supplier-logo-container {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
}

.product-supplier-logo-container img {
  float: right;
  position: absolute;
  top: 8px;
  right: 0;
  max-height: 40px;
  max-width: 150px;
}

.product-supplier-customers-container {
  margin-top: 3px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 13px;
}

    .product-supplier-customers-container span {
        font-weight: bold;
        vertical-align: middle;
        display: inline;
    }
     
    .product-supplier-customers-container a {
        /*max-width: 200px;
        display: inline-block; */
        color: #434343 !important;
    }


.product-supplier-tradeAssurance-container {
  margin-top: 5px;
  text-align: center;
  height: 50px;
  margin-bottom: 0px;
}

.product-supplier-tradeAssurance-container img {
  width: 100px;
  position: absolute;
  right: 0;
  z-index: 4;
  background: #fff;
  left: 0;
  margin-left: auto;
  margin-right: 20px;
}

.product-firstparagraph {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}

.tab-description-header {
  display: inline-block;
  float: left;
  font-size: 25px;
  font-weight: bold;
  border-bottom: solid 4px var(--bgcolor-theme);
  padding-bottom: 4px;
  cursor: pointer;
}

.tab-document-header {
  display: inline-block;
  float: left;
  font-size: 25px;
  font-weight: bold;
  margin-left: 20px;
  cursor: pointer;
  padding-bottom: 4px;
}

#product-document {
  display: none;
  margin-top: 20px;
}

#product-document > div {
    padding: 5px 0;
}

#product-document img {
  width: 20px;
}

#product-document a {
  margin-left: 10px;
  font-size: 15px;
}

#product-document span {
  margin-left: 5px;
}

#product-description {
  margin-top: 20px;
  color: #333333;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 19px;
}

#product-description-full {
  display: none;
}

.product-categories {
  margin-top: 50px !important;
}

.product-subheader {
  font-size: 25px !important;
  font-weight: bold;
  border-left: 4px solid var(--bgcolor-theme);
  padding-left: 0.4em;
  color: #333 !important;
  display: inline-block;
}

#related-categories ul {
  margin-top: 20px;
}

#related-categories li.default-related-category-style {
  border-radius: 4px;
  padding: 0.212em 1em;
}

#related-categories li.default-related-category-style a h3 {
  margin-bottom: 0;
  font-size: 13px !important;
  margin-top: 0;
  font-weight: normal;
}

#related-categories li.default-related-category-style a h3:hover {
  text-decoration: underline;
}

.all-supplier-products-container {
  background-color: var(--bg-color);
  margin-top: 50px;
  padding-top: 35px;
  padding-bottom: 50px;
}

.all-supplier-products {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 350px !important;
  position: relative;
}

.all-supplier-products img {
  margin-top: 10px;
  margin-left: 15px;
}

.all-supplier-products .product-subheader {
  margin-bottom: 15px;
}

.supplier-image-product-count a {
  margin-left: 10px;
  vertical-align: -5px;
}

.all-supplier-products-carousel {
  margin-top: 20px;
  width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
}

.carousel-item-title {
  margin-left: 20px;
  margin-top: 10px;
}

.all-supplier-products-carousel .carousel-item-title h3 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: normal;
  text-decoration: underline;
}

.all-supplier-product-prev {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  margin-top: -210px;
  left: 0;
  margin-left: -10px;
}

.all-supplier-product-prev span {
  font-size: 45px;
  color: #E2E3E8;
}

.all-supplier-product-next {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  margin-top: -210px;
  right: 0;
  margin-right: -10px;
}

.all-supplier-product-next span {
  font-size: 45px;
  color: #E2E3E8;
}

.related-articles-container {
  margin-top: 40px;
  position: relative;
}

.related-articles-container .product-subheader {
  margin-bottom: 20px;
}

.related-articles-carousel {
  margin-left: 60px;
  padding-right: 10px;
  width: 1100px !important;
}

.related-articles-carousel img {
  border: solid 1px #ddd;
}

.related-articles-prev {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  margin-top: -210px;
  left: 0;
  margin-left: -10px;
}

.related-articles-prev span {
  font-size: 45px;
  color: #E2E3E8;
}

.related-articles-next {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  margin-top: -210px;
  right: 0;
  margin-right: -10px;
}

.related-articles-next span {
  font-size: 45px;
  color: #E2E3E8;
}

.related-articles-container {
  margin-top: 40px;
}

.related-products-container {
  position: relative;
  margin-top: 40px;
}

.related-products-carousel {
  width: 1100px !important;
  margin: auto;
  padding-left: 5px;
}

.related-products-carousel .carousel-item-title {
  margin-left: 0;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: normal;
  text-decoration: underline;
}

.related-products-carousel img {
  border: solid 1px #ddd;
}

.related-products-prev {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  margin-top: -180px;
  left: 0;
  margin-left: -10px;
}

.related-products-prev span {
  font-size: 45px;
  color: #E2E3E8;
}

.related-products-next {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  margin-top: -180px;
  right: 0;
  margin-right: -10px;
}

.related-products-next span {
  font-size: 45px;
  color: #E2E3E8;
}

.related-products-container .product-subheader {
  margin-bottom: 20px;
}

.trade-assurance {
  width: 450px;
  font-family: proxima-nova;
  font-size: 14px;
  padding: 25px 15px 15px 15px;
  border: solid 1px #888;
  display: none;
  position: absolute;
  background-color: #fff;
  right: 53px;
  top: 23px;
}

.trade-assurance .clearfix .pull-left:first-child {
  font-weight: bold;
  margin-right: 10px;
}

.trade-assurance a:hover img {
  background: #fff !important;
}

.product-images-carousel-container {
  width: 60%;
  margin: auto;
  position: relative;
  border: solid 0px red;
}

.product-images-carousel .owl-item img {
  object-fit: contain;
  margin: 0 auto;
  max-width: 375px !important;
  max-height: 300px !important;
}

.product-images-prev {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  margin-top: -215px;
  left: 0;
  margin-left: -65px;
}

.product-images-prev span {
  font-size: 45px;
  color: #E2E3E8;
}

.product-images-next {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  margin-top: -215px;
  right: 0;
  margin-right: -65px;
}

.product-images-next span {
  font-size: 45px;
  color: #E2E3E8;
}

.product-image-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.owl-thumbs {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.owl-thumb-item {
  margin-left: 3px;
  margin-right: 3px;
  border: solid 1px #E2E3E8;
}

.product-info-container-768px {
  display: inline-block;
}

.product-firstparagraph-768px {
  display: none;
}

.product-header-container-768px {
  display: none;
}

#product-description-768px {
  display: none;
}

#product-document-768px {
  display: none;
}

#travelling-cta-container {
  display: none;
}

.floating-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #FFFFFF;
  z-index: 9999;
  padding-top: 20px;
  display: block !important;
  border-bottom: 1px solid #DDD;
}

.callback-container {
  border: solid 1px #ccc7c7;
  display: inline-block;
  position: relative;
  padding: 7px 0px 7px 7px;
  margin-left: 32px;
  cursor: pointer;
  opacity: 1;
  margin-bottom: 15px;
  transition: all 150ms;
  vertical-align: middle;
  width: 284px;
  border-radius: 5px;
}

.callback-container img {
  width: 22px;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
}

.callback-container span {
  font-family: "proxima-nova";
  font-size: 17px;
  text-decoration: underline;
  font-weight: bold;
  display: inline-block;
  position: relative;
  float: left;
  margin-left: 10px;
  overflow: hidden;
}

.callback-container:hover {
  border: solid 1px var(--green);
  opacity: 1;
}

.product-video-multiple {
  height: 90px;
  width: 180px;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  border: solid 2px #d9d9d9;
  margin-right: 20px;
  position: relative;
}

.product-video-multiple img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-video-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.product-supplier-name {
  margin-bottom: 8px;
}

.product-supplier-name span {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  display: block;
  background-color: var(--rfq-bg);
}

.description-wrapper-container {
  height: 500px;
  overflow: hidden;
}

.description-wrapper {
  height: 100%;
}

.green-text {
  font-size: 15px !important;
}

.product-specs-table {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-specs-table h3 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}

.product-specs-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #333333;
}

.product-specs-table table td {
  padding: 8px 12px;
  border: 1px solid #ddd;
  vertical-align: top;
  line-height: 19px;
}

.product-specs-table table tr td:first-child {
  font-weight: bold;
  width: 35%;
  background-color: #f7f7f7;
}

.supplier-info-mobile {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  color: #434343;
}

.user-input-wrp-new {
  display: inline-block;
  position: relative;
}

.p-user-input-wrp {
  position: relative;
}

.p-user-input-wrp .inputText {
  width: 100%;
  padding: 10px 10px 2px 8px !important;
  border: solid 1px #E1E1E1 !important;
  border-radius: 3px;
}

.p-user-input-wrp .inputText:invalid {
  box-shadow: none !important;
}

.p-user-input-wrp .inputText:focus {
  color: #555;
  padding-bottom: 2px !important;
  outline: none;
  box-shadow: none !important;
}

.p-user-input-wrp .floating-label {
  position: absolute;
  pointer-events: none;
  top: 7px;
  left: 10px;
  transition: 0.3s ease all;
  opacity: 1;
  color: #9D9D9D;
}

.p-user-input-wrp input:focus ~ .floating-label,
.p-user-input-wrp input:not(:focus):valid ~ .floating-label {
  top: -2px;
  left: 10px;
  font-size: 10px;
  opacity: 1;
  font-weight: bold;
}

.p-user-input-wrp textarea:focus ~ .floating-label,
.p-user-input-wrp textarea:not(:focus):valid ~ .floating-label {
  top: -2px;
  left: 10px;
  font-size: 0px;
  opacity: 1;
  font-weight: bold;
}

.user-input-wrp-message .floating-label {
  top: 60px !important;
  left: 25px !important;
  position: absolute;
  color: #888;
}

.user-input-wrp-message textarea:focus ~ .floating-label, .user-input-wrp-message textarea:not(:focus):valid ~ .floating-label {
  top: 50px !important;
  left: 30px !important;
  font-size: 10px;
  opacity: 0.7;
  line-height: 14px;
}

.user-input-wrp-phone .floating-label {
  position: absolute;
  left: 10px;
  top: 24px;
  color: #888;
}

.user-input-wrp-new .floating-label {
  top: 23px;
  left: 25px;
  position: absolute;
  color: #888;
}

.user-input-wrp-new textarea:focus ~ .floating-label, .user-input-wrp-new textarea:not(:focus):valid ~ .floating-label {
  top: 50px !important;
  left: 30px !important;
  font-size: 10px;
  opacity: 0.7;
  line-height: 14px;
}

.user-input-wrp-new input:focus ~ .floating-label, .user-input-wrp-new input:not(:focus):valid ~ .floating-label {
  top: 14px !important;
  left: 27px !important;
  font-size: 10px;
}

.user-input-wrp-phone input:focus ~ .floating-label, .user-input-wrp-phone input:not(:focus):valid ~ .floating-label {
  left: 5px;
  top: 15px;
  font-size: 10px;
}

.user-input-wrp-email input:focus ~ .floating-label, .user-input-wrp-email input:not(:focus):valid ~ .floating-label {
  top: 1px;
  font-size: 10px;
}

.user-input-wrp-email {
  position: relative;
  display: inline-block;
}

.user-input-wrp-phone {
  position: relative;
  display: inline-block;
}

.infoData {
  width: 0 !important;
  height: 0 !important;
  font-size: 0;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
}

/*BEM*/
.text {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}

.product-supplier__message-supplier-button {
  background-color: #434343;
  color: #fff;
  text-align: center;
  margin: 0 auto !important;
  display: block;
  padding: 8px 0;
  width: 75%;
  margin-bottom: 20px !important;
  margin-top: 15px !important;
  font-weight: bold;
  border: none;
  border-radius: 5px;
}

.rfq-box {
  background-color: #434343;
  color: #fff;
  padding: 20px 25px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 170px;
}

.rfq-box__header {
  font-weight: bold;
  padding: 0 20px;
  border-left: solid 5px var(--bgcolor-theme);
  font-size: 22px !important;
}

.rfq-box__description {
  padding: 0 0px;
  margin-top: 13px;
  font-size: 16px;
}

.rfq-box__getquote {
  background-color: var(--bgcolor-theme);
  font-weight: bold;
  color: var(--textcolorcontrast-theme);
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  margin-top: 18px;
  border: none;
  border-radius: 22px;
  position: relative;
}

.rfq-box__getquote:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rfq-box__getquote:hover:before {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 22px;
}

.rfq-box__getquote.i-button--outline--color {
  background-color: transparent;
  border: 1px solid var(--bgcolor-theme);
  width: auto;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 13px;
  margin: 0 0 0 5px;
  color: var(--textcolor-theme);
}

.rfq-state-dropdown {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  background-color: #fff !important;
  outline: none;
  border: none;
  box-shadow: none !important;
  color: red !important;
}

.sizedDropdownCountry__items {
  width: 100% !important;
}

.rfq-state-dropdown .sizedDropdownCountry__items.dropdown-menu > li > a {
  min-width: 297px;
}

.rfq-travel__get-quote-button {
  background-color: var(--bgcolor-theme);
  font-weight: bold;
  color: var(--textcolorcontrast-theme);
  font-size: 16px;
  text-align: center;
  padding: 8px 55px;
  border: none;
  display: block;
  border-radius: 22px;
  position: relative;
}

.rfq-travel__get-quote-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rfq-travel__get-quote-button:hover:before {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.rfq-travel__message-supplier-button {
  display: block;
  margin-top: 5px;
}

.buying-guide-articles {
  margin-top: 20px;
}

.buying-guide-articles .title {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.buying-guide-articles .title::after {
  content: " ";
  border-bottom: solid 4px var(--bgcolor-theme);
  display: block;
  width: 160px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.buying-guide-articles ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-left: 45px;
}
@media (max-width: 767.98px) {
  .buying-guide-articles ul {
    margin-left: 0;
  }
}

.buying-guide-articles ul li {
  width: 33.3%;
  float: left;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .buying-guide-articles ul li {
    width: 49%;
  }
}
@media (max-width: 575.98px) {
  .buying-guide-articles ul li {
    width: 99%;
  }
}
.buying-guide-articles ul li a {
  transition: all 0.3s;
}
.buying-guide-articles ul li a .buying-guide-article-image {
  display: inline-block;
  float: left;
  border: solid 1px #DDDDDD;
  width: 35%;
  vertical-align: top;
}
.buying-guide-articles ul li a .buying-guide-article-title {
  display: inline-block;
  margin-left: 6px;
  width: 55%;
  font-weight: bold;
}

.category-locations {
  padding: 50px 0px;
  background-color: var(--grey-bg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-locations .row {
  width: 675px;
  margin-left: 150px;
}

/* Mobile/tablet: the fixed 675px width + 150px left margin overflow a phone viewport, and the
   flex `justify-content:center` on the parent then shifts the city links toward the middle. Below
   the two-column (col-md) breakpoint, make the row full-width and left-aligned. */
@media (max-width: 991px) {
  .category-locations {
    justify-content: flex-start;
    padding: 30px 15px;
  }
  .category-locations .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/*BEM END*/
/*Media Queries*/
@media screen and (max-width: 1199px) {
  .product-page-top-container {
    width: 100%;
    max-width: 100%;
  }
  .product-page-bottom-container {
    width: 100%;
    max-width: 100%;
  }
  .product-info-container-768px {
    float: right;
    margin-top: 8px;
  }
  .product-carousel-message-container .product-message-container {
    width: 360px !important;
  }
  .product-carousel-message-container .product-carousel-container {
    width: calc(100% - 370px);
  }
  .product-images-prev {
    margin-top: -230px;
    margin-left: -40px;
  }
  .product-images-next {
    margin-top: -230px;
    margin-right: -40px;
  }
  .product-images-carousel .owl-item img {
    height: 300px;
    object-fit: contain;
  }
  .tab-description-header-768px {
    display: inline-block;
    float: left;
    font-size: 25px;
    font-weight: bold;
    border-bottom: solid 4px var(--bgcolor-theme);
    padding-bottom: 4px;
    cursor: pointer;
  }
  .tab-document-header-768px {
    display: inline-block;
    float: left;
    font-size: 25px;
    font-weight: bold;
    margin-left: 20px;
    cursor: pointer;
    padding-bottom: 4px;
  }
  .all-supplier-products .product-subheader {
    margin-left: 10px;
  }
  #product-document-768px {
    display: none;
    margin-top: 20px;
  }
  #product-document-768px img {
    width: 20px;
  }
  #product-document-768px a {
    margin-left: 10px;
    font-size: 15px;
  }
  #product-document-768px span {
    margin-left: 5px;
  }
  .all-supplier-products-carousel {
    width: 95% !important;
  }
  .all-supplier-products-carousel .owl-item img {
    width: 80% !important;
  }
  .all-supplier-product-prev {
    margin-top: -180px;
    margin-left: 5px;
  }
  .all-supplier-product-prev span {
    font-size: 25px;
  }
  .all-supplier-product-next {
    margin-top: -180px;
    margin-right: 5px;
  }
  .all-supplier-product-next span {
    font-size: 25px;
  }
  .related-articles-carousel {
    width: 95% !important;
    margin: auto;
  }
  .related-articles-prev {
    margin-top: -180px;
  }
  .related-articles-prev span {
    font-size: 25px;
  }
  .related-articles-next {
    margin-top: -180px;
  }
  .related-articles-next span {
    font-size: 25px;
  }
  .related-products-carousel {
    width: 95% !important;
    margin: auto;
  }
  .related-products-prev {
    margin-top: -180px;
  }
  .related-products-prev span {
    font-size: 25px;
  }
  .related-products-next {
    margin-top: -180px;
  }
  .related-products-next span {
    font-size: 25px;
  }
  .product-video-container {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .rfq-travel-mobile {
    display: block !important;
  }
  .product-message-container {
    display: none;
  }
  .product-information .primary-feature {
    margin-left: -10px;
  }
  .product-carousel-message-container .product-carousel-container {
    width: 100%;
  }
  .product-info-container-768px {
    float: none;
    display: block;
    margin-top: 15px;
  }
  .contact-supplier-bottom {
    font-size: 17px;
    height: 36px;
    width: 150px;
    background-color: #1da83f;
    border: none;
    padding: 7px 0px 7px 7px;
    cursor: pointer;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #fff;
    margin-top: 50px;
  }
  .message-supplier-bottom {
    height: 36px;
    font-size: 17px;
    width: 150px;
    background-color: #1da83f;
    border: none;
    padding: 7px 0px 7px 7px;
    margin-left: 15px;
    cursor: pointer;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #fff;
    margin-top: 50px;
  }
  .heading-supplier-bottom {
    position: absolute;
    top: 15px;
    font-weight: bold;
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  /* Full-screen dynamic modal (matches Portals' <768 format). The previous rule re-applied a
     legacy Bootstrap centering hack (display:inline-block / zoom / vertical-align) that fought
     the flex full-screen layout and broke the dynamic height. */
  .get-quotes-modal .modal-dialog {
    width: 100% !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow: hidden;
  }
}


.get-finance-quote {
    background-color: var(--rfq-bg);
    margin-top: 25px;
    border-radius: 10px;
}
    .get-finance-quote .finance-widget {
        background-color: transparent !important;
    }
        .get-finance-quote .finance-widget .finance-quote-btn {
            border-radius: 55px !important;
            background-color: #434343;
            color: #fff;
            /*background-color: var(--bgcolor-theme) !important;*/
            /*color: var(--textcolorcontrast-theme) !important;*/
            font-size: 18px;
            text-align: center;
            margin-bottom: 5px;
        }
.finance-widget {
    /*background-color: #f9f5d1;*/
    font-size: 20px;
    padding: 10px 25px 12px 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease;
    line-height: 1.8rem;
    box-sizing: border-box; 
}

.finance-widget {
    /* Make tooltip text selectable */
}

    .finance-widget .finance-widget-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .finance-widget .finance-text {
        /*margin-bottom: 20px;*/
    }

    .finance-widget .finance-repayment {
        margin-bottom: 10px;
        line-height: 1.3;
        font-size: 16px;
        color: #434343;
    }

        .finance-widget .finance-repayment strong {
            font-size: 20px;
        }

    .finance-widget .finance-body {
        width: 100%;
        text-align: center;
    }

    .finance-widget .finance-btn-group {
        display: inline-flex;
        flex-direction: column;
        align-items: stretch;
        width: fit-content;
    }

    .finance-widget .finance-quote-btn {
        font-weight: bold;
        padding: 10px 20px;
        width: 100%;
        background-color: rgb(102, 102, 102);
        border: 1px solid rgb(102, 102, 102);
        color: rgb(255, 255, 255);
        border: none;
        border-radius: 25px;
        cursor: pointer;
        transition: all 0.3s;
        font-size: 20px;
    }

        .finance-widget .finance-quote-btn:hover {
            opacity: 0.8;
        }

    .finance-widget .finance-credit-info {
        margin: 4px 0 16px 0;
        font-size: small;
        line-height: 1;
    }

    .finance-widget .finance-footer-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
    }

    .finance-widget .finance-logo {
        margin: 0;
        height: auto;
    }

        .finance-widget .finance-logo img {
            max-width: 100%;
            width: 110px;
            height: auto;
        }

    .finance-widget .finance-disclaimer-link {
        font-size: small;
        text-align: center;
        line-height: 1;
        margin-top: 4px;
    }

    .finance-widget .finance-view-disclaimer {
        color: #434343;
        text-decoration: underline;
        cursor: pointer;
        position: relative;
    }

        .finance-widget .finance-view-disclaimer:hover {
            color: #434343;
        }

    .finance-widget .finance-tooltip {
        visibility: hidden;
        position: absolute;
        top: 170%;
        left: 50%;
        transform: translateX(-50%);
        width: 300px;
        background-color: #333;
        color: #fff;
        text-align: left;
        padding: 15px;
        border-radius: 6px;
        z-index: 3000;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 12px;
        line-height: 1.4;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .finance-widget .finance-selectable-text {
        cursor: text;
    }

        .finance-widget .finance-selectable-text p {
            cursor: text;
            user-select: text;
        }

    .finance-widget .finance-tooltip::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -8px;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent #333 transparent;
    }

    .finance-widget .finance-view-disclaimer.active .finance-tooltip {
        visibility: visible;
        opacity: 1;
    }

    .finance-widget .finance-tooltip p {
        margin-bottom: 8px;
    }

    .finance-widget .finance-tooltip-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 3999;
    }

        .finance-widget .finance-tooltip-overlay.active {
            display: block;
        }

    .finance-widget.horizontal {
        padding: 20px 25px;
    }

        .finance-widget.horizontal .finance-widget-content {
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }

        .finance-widget.horizontal .finance-text {
            flex: 2;
        }

        .finance-widget.horizontal .finance-body {
            flex: 1;
        }

/* Finance loan amount slider styles */
/* Finance widget header & intro */
.finance-widget-header {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 4px;
}

.finance-credit-score {
    font-size: 13px;
    color: #434343;
}

.finance-widget-intro {
    margin-bottom: 12px;
}

.finance-heading {
    font-size: 22px;
    font-weight: bold;
    color: #434343;
    line-height: 1.2;
}

.finance-estimate-hint {
    font-size: 15px;
    color: #434343;
    margin-top: 2px;
}

/* Finance loan amount slider styles */
.finance-loan-amount {
    width: 100%;
    margin: 0 0 10px 0;
}

.loan-amount-display-container {
    margin-top: 6px;
}

.loan-amount-input {
    width: 100%;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 26px;
    font-weight: bold;
    color: #434343;
    outline: none;
    cursor: text;
    line-height: 1.1;
}

.loan-amount-slider-container {
    position: relative;
    width: 100%;
}

    .loan-amount-slider-container .loan-amount-slider {
        margin: 0;
        appearance: none;
        width: 100%;
        height: 10px;
        padding: 0;
        border-radius: 10px;
        background: #ffffff;
        outline: none;
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-size: 0% 100%;
        background-repeat: no-repeat;
        cursor: ew-resize;
        background-image: -webkit-linear-gradient(#434343, #434343);
        background-image: -moz-linear-gradient(#434343, #434343);
        background-image: -o-linear-gradient(#434343, #434343);
        background-image: linear-gradient(#434343, #434343);
    }

        .loan-amount-slider-container .loan-amount-slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: radial-gradient(circle at 35% 35%, #ffffff 0%, #ffffff 40%, #e8e8e8 100%);
            cursor: pointer;
            box-shadow: 0 3px 6px rgba(0,0,0,0.25);
            transition: all 0.15s ease;
            border: 4px solid #434343;
        }

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .loan-amount-input {
        font-size: 22px;
    }

    .loan-amount-slider {
        height: 8px;
    }

    .loan-amount-slider::-webkit-slider-thumb {
        width: 24px;
        height: 24px;
    }

    .loan-amount-slider::-moz-range-thumb {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 480px) {
    .loan-amount-input {
        font-size: 26px;
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100px); /* Start above the screen */
    }

    100% {
        transform: translateY(0); /* End at the centered position */
    }
}
/* ── Extracted from Index2025.cshtml inline <style> (lines 116-144) ───────────
   "Is this your product?" call-to-action row + small-screen single-image tweaks.
   These rules are not present in any linked CSS file, so they are folded in here
   per the project rule (no inline styles in views). */
.call-to-actions-left {
  display: inline-block;
}
.single-get-quote {
  display: inline-block;
  color: #3a8cce !important;
  font-size: 15px;
}
@media only screen and (max-width: 675px) {
  .call-to-actions-left {
    display: none !important;
  }
  .owl-item img {
    height: auto !important;
  }
  .product-images-next {
    margin-top: -70%;
  }
  .product-images-prev {
    margin-top: -70%;
  }
}

/* ── Next.js port helpers ─────────────────────────────────────────────────
   The legacy related/“more from supplier” carousels are Owl Carousel + product-rfq.js
   driven; the (portals) layout loads no JS bundle, so the ported page renders a
   plain responsive grid instead. Finance is a simplified static stand-in for the
   interactive _GetFinanceQuote slider widget (deferred — needs product-rfq.js). */
.pp-lead-image {
  width: 100%;
  max-width: 375px;
  height: auto;
  display: block;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  background: #fff;
}
.pp-noimage {
  width: 100%;
  max-width: 375px;
  height: 280px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  background: #f5f5f5;
}
.pp-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.pp-related-card {
  display: block;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #434343;
  transition: box-shadow 0.2s;
}
.pp-related-card:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.pp-related-card__img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  background: #fff;
  display: block;
}
.pp-related-card__body {
  padding: 10px 12px;
}
.pp-related-card__title {
  font-size: 14px;
  line-height: 1.3;
}
.pp-related-card__price {
  font-size: 13px;
  color: #888;
  margin-top: 4px;
}
.pp-finance-card {
  border: 1px solid var(--bgcolor-theme, #f5a623);
  border-radius: 8px;
  padding: 18px 20px;
  margin: 20px 0;
  max-width: 420px;
  background: #fff;
}
.pp-finance-card__credit {
  font-size: 13px;
  color: var(--green, #38a169);
  margin-bottom: 6px;
}
.pp-finance-card__heading {
  font-size: 18px;
  font-weight: 700;
  color: #434343;
}
.pp-finance-card__disclaimer {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  line-height: 1.4;
}

/* ── Product image gallery thumbnails (static; legacy used Owl carousel + product-rfq.js) ── */
.pp-thumbs { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.pp-thumb {
  width: 64px;
  height: 54px;
  object-fit: contain;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
.product-supplier-logo { max-height: 60px; max-width: 160px; }

/* ── Enquiry (#5) + phone-reveal (#6) popups ──────────────────────────────────
   Self-contained dialog (the legacy enquiry/phone popups were jQuery overlays in
   product-rfq.js, not loaded in the portals layout). Reused by ProductEnquiry and
   PhoneReveal; CTAs are themed via .rfq-box__getquote. */
.pp-dialog-overlay {
  position: fixed;
  inset: 0;
  z-index: 11000;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: auto;
}
.pp-dialog {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 28px 26px 24px;
  max-width: 460px;
  width: 100%;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.25);
}
.pp-dialog h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #434343;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pp-dialog__close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #999;
  cursor: pointer;
}
.pp-dialog__close:hover { color: #555; }
.pp-dialog input,
.pp-dialog textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 15px;
  margin-bottom: 12px;
  box-sizing: border-box;
  font-family: inherit;
}
.pp-dialog textarea { resize: vertical; }
.pp-dialog input:focus,
.pp-dialog textarea:focus {
  outline: none;
  border-color: var(--bgcolor-theme, #f5a623);
}
.pp-dialog__error {
  color: #c0392b;
  font-size: 14px;
  margin-bottom: 10px;
}
.pp-dialog .rfq-box__getquote { width: 100%; margin-top: 4px; }
.pp-dialog__ok { text-align: center; }
.pp-dialog__ok p { color: #555; margin: 6px 0 18px; }

/* phone-reveal variant */
.pp-dialog--phone { max-width: 360px; text-align: center; }
.pp-phone-logo {
  max-height: 46px;
  max-width: 150px;
  margin: 4px auto 12px;
  display: block;
}
.pp-phone-note { color: #555; font-size: 14px; margin: 0 0 14px; }
.pp-phone-number {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  color: var(--bgcolor-theme, #434343);
  text-decoration: none;
  margin: 4px 0 6px;
}
.pp-phone-number:hover { text-decoration: underline; }

/* supplier-panel contact CTA row */
.pp-supplier-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.pp-supplier-cta .rfq-box__getquote { flex: 0 0 auto; }

/* ── 1:1 product-page port: static (non-owl) lead image, RFQ-box delivery dropdown,
   trade-assurance badge, and the "use Get a quote" contact line. The legacy owl carousel
   needs product-rfq.js (not loaded in the portals layout), so a single image stands in but
   keeps the legacy .product-images-carousel-container sizing. ── */
.product-images-carousel .pp-pimg-slide img {
  display: block;
  margin: 0 auto;
  max-width: 375px !important;
  max-height: 300px !important;
  width: 100%;
  object-fit: contain;
}
.owl-thumbs .owl-thumb-item {
  width: 70px;
  height: 60px;
  object-fit: contain;
  cursor: pointer;
}

/* RFQ-box delivery-location dropdown — reproduces the legacy white bar (the real one is the
   _SizedStatesDropdownList jQuery widget + sized-location CSS bundle, not loaded here). */
.rfq-box__location {
  margin-top: 15px;
}
.rfq-loc-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  font-size: 16px;
  background-color: #fff;
  border: none;
  border-radius: 3px;
  text-align: left;
  cursor: pointer;
}
.rfq-loc-dropdown__text {
  color: #888;
}
.rfq-loc-dropdown .caret {
  color: #434343;
  margin-left: 8px;
}
/* Interactive location dropdown menu (white scrollable list under the pill) */
.rfq-box__location.rfq-locdd {
  position: relative;
}
.rfq-locdd__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 2px);
  z-index: 20;
  list-style: none;
  margin: 0;
  padding: 4px 0;
  background: #fff;
  border-radius: 5px;
  max-height: 252px;
  overflow-y: auto;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
.rfq-locdd__menu > li > a {
  display: block;
  padding: 4px 14px;
  font-size: 15px;
  color: #434343 !important;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rfq-locdd__menu > li > a:hover {
  background: #cecece;
  color: #101010 !important;
}
.rfq-locdd__menu > li.divider {
  height: 1px;
  margin: 5px 0;
  background: #d9d9d9;
  overflow: hidden;
}
.rfq-locdd__menu::-webkit-scrollbar {
  width: 10px;
}
.rfq-locdd__menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.rfq-locdd__menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Trade-assurance badge under the supplier logo. Override the holder's generic <img> cap
   (max 100x40) so the badge isn't squashed. */
.pp-ta-wrap {
  position: relative;
  display: inline-block;
}
/* Reveal the verified-supplier hover panel on hover (legacy used product-rfq.js). */
.pp-ta-wrap:hover .trade-assurance {
  display: block;
}
.pp-trade-assurance {
  margin-top: 16px;
  text-align: center;
}
.pp-trade-assurance img {
  width: 110px !important;
  max-width: 120px !important;
  max-height: none !important;
  height: auto;
}

.pp-contact-line {
  font-size: 15px;
  font-weight: normal;
  margin-top: 30px;
}

/* ── Static horizontal scrollers standing in for the legacy owl carousels
   (More from this supplier / You might also like / Related articles). ── */
.pp-hscroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 10px 4px 16px;
  scroll-snap-type: x proximity;
}
.pp-hscroll__item {
  flex: 0 0 auto;
  width: 200px;
  text-decoration: none;
  color: #434343;
  scroll-snap-align: start;
}
.pp-hscroll__item img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
}
.pp-hscroll__noimg {
  width: 100%;
  height: 200px;
  border: 1px solid #ddd;
  background: #f5f5f5;
}
.pp-hscroll .carousel-item-title {
  margin-left: 0;
  margin-top: 10px;
}
.pp-hscroll .carousel-item-title h3 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: normal;
  text-decoration: underline;
  margin: 0;
}

/* ── Product video modal ── */
.pp-video-overlay {
  position: fixed;
  inset: 0;
  z-index: 11000;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.pp-video-modal {
  position: relative;
  width: 100%;
  max-width: 760px;
}
.pp-video-close {
  position: absolute;
  top: -36px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.pp-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
}
.pp-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

/* First paragraph — small + bold, matching the legacy inline <h2> (15px proxima bold). */
.product-firstparagraph h2 {
  font-size: 15px;
  font-weight: bold;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 1.4;
}

/* Supplier link under the title — dark like Portals, not default blue. */
.supplier-info-mobile a {
  color: #434343 !important;
}

/* Supplier logo + "See all N items" — inline, vertically centered (legacy renders them on one row). */
.supplier-image-product-count {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.supplier-image-product-count img {
  margin: 0 !important;
  max-height: 40px;
  max-width: 100px;
}
.supplier-image-product-count a {
  margin-left: 0;
  vertical-align: middle;
}

/* Carousel arrows (the static stand-in for the owl prev/next chevrons). The track is inset so the
   arrows sit in the side margins, never over the product cards; arrows align to the image centre. */
.pp-carousel {
  position: relative;
  padding: 0 55px;
}
.pp-hscroll__item img {
  margin: 0 !important;
}
.pp-carousel__arrow {
  position: absolute;
  top: 110px;
  transform: translateY(-50%);
  z-index: 3;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 1;
}
.pp-carousel__arrow--prev {
  left: 12px;
}
.pp-carousel__arrow--next {
  right: 12px;
}
.pp-carousel__arrow .glyphicon {
  font-size: 45px;
  color: #e2e3e8;
}
.pp-carousel__arrow:hover .glyphicon {
  color: var(--bgcolor-theme);
}
@media screen and (max-width: 1199px) {
  .pp-carousel {
    padding: 0 32px;
  }
  .pp-carousel__arrow .glyphicon {
    font-size: 28px;
  }
  .pp-carousel__arrow--prev {
    left: 2px;
  }
  .pp-carousel__arrow--next {
    right: 2px;
  }
}
