/** Shopify CDN: Minification failed

Line 441:0 Unexpected "}"

**/
.product--no-media .stock {
  display: flex;
  justify-content: center;
}

.product--no-media .bss-b2b-cart-item-qty-table {
  margin: auto;
}

.product__info-wrapper .price-item {
  font-size: 2.6rem;
}

.product__info-wrapper{
  padding-top: 4rem;
}

.header__inline-menu{
   -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;
}
  .breadcrumbs {
    margin: 0 0 2em;
  }

  .breadcrumbs__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .breadcrumbs__item {
    display: inline-block;
  }

  .breadcrumbs__item:not(:last-child):after {
    border-style: solid;
    border-width: .10em .10em 0 0;
    content: '';
    display: inline-block;
    height: .20em;
    margin: 0 .20em;
    position: relative;
    transform: rotate(45deg);
    vertical-align: middle;
    width: .20em;
  }

  .breadcrumbs__link {
    text-decoration: underline;
  }

  .breadcrumbs__link[aria-current="page"] {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
  }

  .breadcrumbs__link[aria-current="page"]:hover,
  .breadcrumbs__link[aria-current="page"]:focus {
    text-decoration: underline;
  }

.bss-b2b-cart-item-qty-table-header-title{
  display: none;
}
/*General*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track {
    background: #666666;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.button {
  background: #EED91B;
  color: white;
  --border-offset: none;
  opacity: 1 !important;
  border: none;
  box-shadow: none;
}

a {
  color: #121212 !important;
  text-decoration: none;
}

a:hover{
  color: #EED91B !important;
  text-decoration: none !important;
}

.button:hover{
  background-color: #fff;
  color: #EED91B;
}

h3{
  font-size: 40px;
}

body{
  font-weight: 300;
}

.parts-categories h3, .products-header h3, .authorized h3, .why-us h3{
  text-align: center;
  margin-top: 0;
}

.parts-categories h3 span, .products-header h3 span, .authorized h3 span, .why-us h3 span{
  font-weight: bold;
  color: #EED91B; 
}

#award-info h3, .footprint-title h3{
  color: #fff;
  font-weight: 600;
  padding-left: 15px;
  border-left: 10px solid #EED91B;
}

.rte ul {
    padding-left: 4rem !important;
}

/*Menu Header Bar*/
.header {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.header__heading-logo {
    height: 45px;
    width: 100%;
}

.header__active-menu-item{
    text-decoration: none !important;
    font-weight: bold;
}

summary.list-menu__item:hover{
  color: #EED91B !important;
}

.list-menu--disclosure{
  width: 40rem !important;
  height: 470px;
  overflow-x: auto;
}

.list-menu__item--active{
  text-decoration: none !important;
  font-weight: bold;
}

.header__submenu .list-menu__item--active{
  font-weight: normal;
}

/*Slider Banner*/
.slideshow__text.slideshow__text--left{
  background: none;
}

.banner__heading{
  color: #EED91B;
  font-weight: bold;
}

.banner__text span{
  color: #fff;
}

.slideshow__text.banner__box{
  max-width: 56.5rem !important;
  padding: 0;
}

.banner__buttons a{
  font-size: 23px;
}

.banner__buttons .button:hover{
  background: #fff;
  color: #EED91B;
}

.slider-counter__link--dots .dot{
  border: none !important;
  background-color: #D3D3D3;

}
.slider-counter__link--active.slider-counter__link--dots .dot{
  background-color: #EED91B !important;
}

.slideshow__controls{
  border: none !important;
    padding-top: 10px;
}

.slideshow__autoplay.slider-button, .slider-button{
  display: none !important;
}

/*Parts Category*/
.parts-categories {
    background: url(/cdn/shop/files/bg-category.png?v=1662688835) no-repeat;
    padding-top: 100px;
    padding-bottom: 120px;
    background-size: cover;
}

.pcategory-row {
    position: initial;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 20px;
    justify-content: center;
}

.pcategory-col-small img{
  width: 100%;
}

/*Awards Banner*/
.award-winning {
    background: url(/cdn/shop/files/bg-awards.jpg?v=1662690573) center center no-repeat;
    transition: .5s;
    width: 100%;
    height: 617px;
    position: relative;
    background-size: cover !important;
    margin-bottom: 80px;
}

.award-winning:hover #award-desc {
    opacity: 1 !important;
}

#award-info table, #award-info tr, #award-info td {
    border: none !important;
    box-shadow: none;
}

#award-desc {
    background: url(/cdn/shop/files/bg-awards-hover.jpg?v=1662690061) center center no-repeat;
    transition: .5s;
    width: 100%;
    height: 617px;
    opacity: 0;
    background-size: cover !important;
}

#award-info {
    position: absolute;
    top: 0px;
    left: 9%;
    color: #fff;
}

#award-info table tr td{
    font-size: 19px;
    line-height: 1.5;
    vertical-align: top;
    padding-bottom: 10px;
    letter-spacing: 0px;
}

#award-1, #award-2, #award-3 {
   position: absolute;
   width: 155px;
  
}

#award-1 {
    top: 6%;
    right: -34%;
}

#award-2 {
    top: 41%;
    right: -24%;
}

#award-3 {
    top: 76%;
    right: -15%;
}

/*Distributor Logo*/
.authorized {
    background: url(/cdn/shop/files/bg-authorized.png?v=1662707756) no-repeat;
    background-size: cover;
    padding: 100px 0;
    background-position: center;
}

#authorized-distributor, #authorized-supplier {
    position: relative;
    width: 100%;
    display: flex;
    max-width: 1200px;
    margin: 0 auto !important;
}

#authorized-distributor .distributor-col, #authorized-supplier .supplier-col {
    padding: 0 20px 20px 20px;
}

#authorized-distributor img, #authorized-supplier img {
    width: 100%;
}

#supplier {
    padding-top: 50px;
}

/*Footprint Map*/
#our-footprint {
    background-image: url(/cdn/shop/files/bg-footprint.svg?v=1662708618);
    background-repeat: no-repeat;
    background-size: cover;
    height: 789px;
    margin-top: -85px;
}

.footprint-title {
    width: 50%;
    float: right;
    padding-top: 120px;
    padding-right: 5%;
    padding-left: 2%;
    color: #fff;
}

#our-footprint .footprint-desc h4 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 10px;
    color: #fff;
    margin: 0;
}

#our-footprint .footprint-title p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.footprint-desc {
    width: 500px;
    margin: 50px auto 0;
}

#our-footprint .footprint-desc table {
    width: 100%;
}

#our-footprint .footprint-desc td {
    display: table-cell !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    border: none;
    border-left: 12px solid #EED91B;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    display: block;
}

#our-footprint table, #our-footprint tr, #our-footprint td{
  box-shadow:none;


}

.footprint-desc tbody{
  display: table;
}

#map-xs {
    display: none;
}

/*Why Choose Us*/

#why-us{
  position: relative;
}

#why-us .parallax {
    background-image: url(/cdn/shop/files/bg-why-us.jpg?v=1662712577);
    height: 380px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#why-us .why-row {
    position: absolute;
    width: 75%;
    top: 50%;
    bottom: 0;
    margin: auto;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    display: inline-flex;
    justify-content: center;
    gap: 80px;
}
}

#why-us .why-col {
    text-align: center;
}

#why-us .why-col img{
  width: 100%;
}
.why-us {
    margin-top: 50px !important;
}

/*Footer*/

.footer-block__heading{
  border-bottom: 2px solid #EED91B;
  width: fit-content;
}

.footer-block__details-content, .caption .copyright__content{
  font-size: 14px;
}
.footer__copyright{
  text-align: center !important;
}

/*About Us Page*/
#shopify-section-template--15645803938008__main .page-width--narrow{
  max-width: 120rem;
}

#shopify-section-template--15645803938008__main .main-page-title{
  display: none;
}

#whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    z-index: 100;
}

#whatsapp-float i {
    margin-top: 16px;
}

.fa-whatsapp:before {
    width: 30px;
    content: " ";
    background-image: url(/cdn/shop/files/whatsapp_icon_200fe3d4-ec98-409b-8fe4-f205bd57ce4c.png?v=1663231478);
    position: absolute;
    left: 16px;
    background-size: cover;
    top: 15px;
    height: 30px;
}

/*Contact Us Page*/
.contact-section{
  max-width: 120rem;
  margin: auto;
}

.contact-container{
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 0px 35px;
    margin-bottom: 50px;
}

.contact-info{
    font-size: 14px;
}

.contact-info span{
    font-weight: bold;
}

.contact-info .c-no{
  font-weight: normal;
}

.contact .title{
  font-weight: bold;
}

/*Responsive Layout*/

@media (max-width: 1680px){
#award-info table tr td {
    font-size: 18px;
}

#award-1 {
    top: 10%;
    right: -34%;
}

#award-2 {
    top: 45%;
    right: -24%;
}

#award-3 {
    top: 80%;
    right: -15%;
}

#our-footprint {
    background-size: contain;
}
  
.footprint-title {
    padding-top: 100px;
    padding-right: 0;
    padding-left: 2%;
}
.footprint-desc {
    margin: 40px auto 0;
}

#our-footprint .footprint-desc h4 {
    font-size: 21px;
}

}

@media (max-width: 1440px){
#award-info {
    left: 6%;
}
#award-1, #award-2, #award-3 {
    width: 140px;
  
}
  #award-info table tr td {
    font-size: 17px;
}

.footprint-title {
    padding-top: 80px;
    padding-right: 2%;

}

#our-footprint h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 38px;
}

.footprint-desc {
    left: 50px;
    position: relative;
}

#our-footprint .footprint-title p {
    font-size: 14px;
}

#our-footprint .footprint-desc h4 {
    font-size: 19px;
}

#our-footprint .footprint-desc td { 
    font-size: 14px;
    border-left: 8px solid #EED91B;
    padding-right: 40px;
}

#our-footprint {
    height: 625px;
}


}
@media (max-width: 1280px) {
#shopify-section-template--15645803938008__main .page-width--narrow{
  max-width: 100rem;
}

.footprint-desc {
    width: 400px;
}

.footprint-title {
    padding-top: 65px;
}

#our-footprint h3 {
    font-size: 36px;
}

.contact-section{
  max-width: 90%;
}
   
}

@media (max-width: 1200px) {
  #our-footprint h3 {
    font-size: 34px;
}
  .footprint-desc {
    margin: 25px auto 0;
}
}

@media (max-width: 1180px){
.header__heading-logo {
    height: 35px;
    width: 100%;
}
}

@media (max-width: 1140px) {
#shopify-section-template--15645803938008__main .page-width--narrow{
  max-width: 90rem;
}

#why-us .why-row {
    width: 85%;
}

#our-footprint h3 {
    font-size: 32px;
}

#our-footprint .footprint-title p {
    font-size: 13px;
}
  
#our-footprint .footprint-desc td {
    font-size: 13px;
}
}
@media (max-width: 1080px) {
.contact-container{
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 35px 35px;
}

.contact-info .c-no{
  display: block;
}
}

@media (max-width: 1024px){
.banner__heading{
  font-size: 30px;
}

.slideshow__text.banner__box {
    max-width: 50.5rem !important;
}

.footprint-desc {
    margin: 15px auto 0;
    float: right;
    left: 0px
}

#authorized-distributor .distributor-col, #authorized-supplier .supplier-col {
    padding: 0 0px 20px 0px;
}
  
#award-info table tr td {
    font-size: 14px;
}

#award-1 {
    right: -45%;
}

#award-2 {
    right: -34%;
}

#award-3 {
    right: -22%;
}

#our-footprint h3 {
    font-size: 30px;
}
  
#our-footprint {
    height: 450px;
}
  
.footprint-title {
    padding-top: 45px;
    padding-right: 0%; 
}


#our-footprint h3 {
    margin-bottom: 15px;
}

#why-us .why-row {
    width: 90%;
    gap: 30px;
}

 #why-us .why-col img {
    width: 180px;
}

}

@media (max-width: 980px) {

  #shopify-section-template--15645803938008__main .page-width--narrow{
  max-width: inherit;
}

  .header__heading-logo {
    height: 50px;
    width: 100%;
}

#our-footprint .footprint-desc td {
    font-size: 12px;
}

#award-info h3{
    font-size: 28px;
}

#our-footprint h3 {
    font-size: 26px;
}

#our-footprint .footprint-title p {
    font-size: 12px;
}

.footprint-desc {
    padding-left: 45px;
}

.footprint-title {
    padding-right: 2%; 
}
}


@media (max-width: 900px) {
#our-footprint h3 {
    font-size: 24px;
}

#our-footprint .footprint-desc h4 {
    font-size: 16px;
}

#why-us .why-row {
    gap: 15px;
}
}


@media (max-width: 789px){
.banner__content {
   justify-content: flex-start !important;
}
.slideshow__text.banner__box{
  width: 65% !important;
  padding-left: 20px;
 
}

.banner__heading{
  font-size: 26px;
}

.banner__text span{
  font-size: 12px;
}


.parts-categories {
    background-size: auto;
}

#award-1 {
    right: -39%;
}

#award-2 {
    right: -29%;
}

#award-3 {
    right: -20%;
}


#our-footprint .footprint-desc td, #map-xs {
    display: block;
}
#map-xs {
    margin-top: 50px;
    width: 100%;
}
  
  #our-footprint {
    background-image: none;
    background-color: #000000;
    height: initial;
}

  .footprint-title {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 65px 50px 0;
}

  .footprint-desc {
    margin: 40px auto 0;
    float: none;
    width: 100%;
}

#authorized-distributor .distributor-col, #authorized-supplier .supplier-col {
    padding: 0 10px 0px 10px;
    width: 32% !important;
    display: inline-block;
}

#authorized-distributor, #authorized-supplier {
    display: block;
    padding: 0 20px;
}

#why-us .why-col img {
    width: 175px;
}

#why-us .why-row {
    width: 100%;
}

#why-us .why-row{
    display: inline-block;
}
  
#why-us .why-col {
    width: 49%;
    margin-bottom: 30px;
    display: inline-block;
}

#why-us .parallax {
    height: 450px;
}

#why-us .why-row {
    top: 40%;
}
}

@media (max-width: 700px) {
.banner__heading{
  font-size: 24px;
}
  
 #award-1, #award-2, #award-3 {
    width: 100px;
    position: relative;
    right: 0;
    left: 0;
    top: 25px;
    margin: 0 1.5%;
}

.contact-container{
  grid-template-columns: repeat(1,minmax(0,1fr));
  gap: 35px 35px;
}
    
}

@media (max-width: 500px){
.slideshow__text.banner__box{
  width: 65% !important;
  padding-left: 10px;
 
}

.banner__heading{
  font-size: 18px;
}

.banner__text span{
  font-size: 10px;
}

.banner__buttons a{
  font-size: 17px;
}
.pcategory-row {
    width: 100%;
    grid-template-columns: 1fr 1fr;
}

.parts-categories h3 {
    margin-bottom: 15px;
}

.parts-categories h3, .products-header h3, .authorized h3, .why-us h3 {
    font-size: 30px !important;
}


tbody{
  width: 100%;
}

.footprint-title {
    padding: 50px 30px 0;
}


#our-footprint .footprint-desc td {
    font-size: 11px;
  padding-right: 0px;
}



#award-info table tr td {
    font-size: 13px;
}

#award-info h3, #our-footprint h3 {
    font-size: 22px;
    border-left: 6px solid #EED91B;
}

#why-us .parallax {
    height: 450px;
}

#why-us .why-col img {
    width: 150px;
}


}
@media (max-width: 400px) {
.banner__heading{
  font-size: 14px;
}

.banner__box>*+.banner__buttons {
    margin: 0 !important;
}

.banner__buttons a{
  font-size: 15px;
  padding: 0;
}
  
#award-info h3, #our-footprint h3 {
    font-size: 20px;
}
   
} 

