/****************************************/
/******** Header Button Area ************/
/****************************************/

/******** Media - Large ************/

@media only screen and (max-width: 767px) {
    main#content {
        margin-left: 15px!important;
        margin-right: 15px!important;
    }
}
#tm-main > div {
    display:grid;
    grid-template-columns:100%;
    grid-template-areas:
    'vTop'
    'vSuit'
    'vDetail'
    'hWarning'
    'bWarn'
    'pList';
}
.vehicle-header-top {grid-area:vTop;}
.suitable-for {grid-area:vSuit;}
.vehicle-detail {grid-area:vDetail;}
.vehicle-header-warning {grid-area:hWarn;}
.vehicle-header-warning {grid-area:bWarn;}
.accessories-layout {grid-area:pList;}
.category-subheading.subheading-accordion.active:after,
.category-heading.heading-accordion.active:after {
    content: "\2212";
}
.addtodos {
    display: none;
}
.after-login .addtodos {
    color: #fff;
    display: table-cell;
}

.gototdos_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.gototdos_modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.gototdos_modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.gototdos_modal .close:hover,
.gototdos_modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.quote_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.quote_modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.quote_modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.quote_modal .close:hover,
.quote_modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.gototdos_modal .modal-content, .quote_modal .modal-content {
    max-width: 500px;
    border-radius: 0;
    padding: 40px 20px !important;
}
.gototdos_modal button {
    padding: 11px 0px !important;
    font-size: 14px !important;
    width: 49%;
    text-align: center !important;
}
.gototdos_modal span.close, .quote_modal span.close {
    position: absolute;
    top: -13px;
    right: -14px;
    background: #000;
    width: 30px;
    height: 30px;
    font-size: 21px !important;
    align-items: center;
    display: flex;
    margin: 0 auto;
    text-align: center;
    padding: 8px;
    border-radius: 30px;
    opacity: 1;
    color: #fff !important;
}
.quote_modal p {
    text-align: center;
    font-size: 18px;
    color: #000;
}
button.gototdos_modal_btn.accessories {
    background: #000;
    color: #fbdd12;
    border: none;
    width: 100%;
    transition: all 0.2s linear;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    height: 100%;
    padding: 0;
}
button.gototdos_modal_btn:hover {
    background: #fbdd12;
    color: #000;
}
.cart-button, .fav-button {
    width: 100%;
    display: flex !important;
    align-items: center;
    /* justify-content: center; */
    height: 100%;
}
.addtocart-bar .clearfix {
    display: none;
}
.shoppers_price, .retailer_price, .part-pack {
    color: #000;
    font-weight: 600;
    font-size: 30px;
    align-items: center;
}
.shoppers_price, .retailer_price {
    display:flex;
    justify-content: flex-end;
}
.addtocart-button {
    grid-area: cbtn;
    background-color: #fff!important;
}

	
.accessories_category_subheading {
    
    color:#000;
    border-top:1px solid #ff0000;
    border-bottom:1px solid #ff0000;
    width:100% !important;
    text-align:center;
    background-color:#ffffff;
    margin-bottom: 10px !important;
    line-height:20px;
    font-size:15px;
    padding:2px 2px;
    font-weight:bold;
    font-family: "Arial", "Helvetica", Sans-Serif;
}

.fitting-time {
    text-align:center;
    width:7%;
    font-family: "Verdana", "Arial", "Helvetica", Sans-Serif;
}

/******** Media - Medium ************/

@media (min-width: 768px) and (max-width: 992px) {

.price_shopper74, .retail_shopper74 {
    margin-bottom:15px;
}

.price_shopper74, .retail_shopper74, .pdf_download_451 {
    font-size:20px;
}

}

/******** Media - Small ************/

@media (min-width: 320px) and (max-width: 767px) {
    
.price_shopper74, .retail_shopper74 {
    margin-bottom:15px;
}

.price_shopper74, .retail_shopper74, .pdf_download_451 {
    font-size:20px;
}

}

/******** Media - Extra Small ************/

@media (max-width: 320px) {
    
.price_shopper74, .retail_shopper74 {
    margin-bottom:15px;
}

}

/****************************************/
/******** End Header Button Area ************/
/****************************************/


/****************************************/
/************** Header Top **************/
/****************************************/

/******** Media - Large ************/



.vehicle-information {
  padding-right: 0px !important;
    
}



/******** Media - Medium ************/

@media (min-width: 768px) and (max-width: 992px) {

.vehicle-header-top {
    height:180px;
}
    
.header-top-left, .header-top-middle, .header-top-right {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
    
.black-part-left {
    transform: skew(0deg);
}
    
#parallelogram-left {
  transform: skew(0deg);
  margin-bottom:15px;
}

#parallelogram-right {
  transform: skew(0deg);
}
	
#trapezoid {
  border-bottom: 45px solid #009ea5;
  border-left:none;
  border-right:none;
  height: 0;
  width: 100%;
  margin-bottom:15px;
}

.black-part-right {
    transform: skew(0deg);
    height:45px;
}

}

/******** Media - Small ************/

@media (min-width: 320px) and (max-width: 767px){
    
#parallelogram-left, #parallelogram-right {
  margin-bottom: 10px;
  margin-top: 10px;
  transform: skew(0deg);
}

.header-top-left, .header-top-middle, .header-top-right {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.black-part-left {
  transform: skew(0deg);
}

.black-part-right {
  transform: skew(0deg);
}

#trapezoid {
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
}

}

/******** Media - Extra Small ************/

@media (max-width: 320px) {
    
.vehicle-header-top {
    height:175px;
}
	
#parallelogram-left, #parallelogram-right {
  margin-bottom: 5px;
  margin-top: 4px;
  transform:skew(0deg);
}
	
}

/****************************************/
/******** End Header Top ************/
/****************************************/


/****************************************/
/******** Vehicle Header ************/
/****************************************/

/******** Media - Large ************/


	
.vehicle-information-container table {
  margin-top: 14px;
  width: 100%;
}

.vehicle-details-heading {
    font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
    letter-spacing: 0.5px;
    width: 70px;
    height: auto;
    padding-bottom: 8px;
    vertical-align: top;
    font-family: "Exo", "Arial", "Helvetica", Sans-Serif;
    text-transform: uppercase;
}

.vehicle-details p {
  float: left;
  font-size: 20px;
  text-align:left;
  letter-spacing:0.5px;
  padding-left:5px;
  height:auto;
  vertical-align:top !important;
  font-family: "Exo", "Arial", "Helvetica", Sans-Serif;
}

.vehicle-image img {
  width: 100%;
  max-width:350px;
}	

.vehicle-header-logo img {
  width: 100%;
}

.vehicle-information-container b {
  font-size: 19px;
  font-weight: bold;
}
	
.vehicle-header-logo img {
  width: 200px;
}

/******** Media - Medium ************/

@media (min-width: 768px) and (max-width: 992px) {

.vehicle-header-container {
    height: -webkit-fill-available;
    max-height: 450px;
}

.vehicle-image {
    text-align:center;
    height:200px;
}

.vehicle-image img {
    height:auto;
}

.vehicle-information {
    height:150px;
}

.vehicle-information-container {
    margin-left:30px;
}

.vehicle-header-logo {
    height:150px;
    padding-top: 40px;
}
	
.vehicle-information-container table {
  margin-left: 0px !important;
}
}

/******** Media - Small ************/

@media (min-width: 320px) and (max-width: 767px) {
    
.vehicle-header {
    height:450px;
}

.vehicle-header-container {
    height: 450px;
}

.vehicle-image {
    text-align:center;
}

.vehicle-header-logo {
    visibility:hidden !important;
    height:0px !important;
}
	
.vehicle-information-container table {
  margin-left: 0;
}
}

/******** Media - Medium ************/

@media (max-width: 320px) {
    
.vehicle-image {
    text-align:center;
    height:215px;
}

.vehicle-image img {
    height:auto;
}

}

/****************************************/
/******** End Vehicle Header ************/
/****************************************/


/****************************************/
/******** Header Warning ************/
/****************************************/

/******** Media - Large ************/


	
.vehicle-header-warning {
    border:1px solid #000;
}

.header-warning-table {
    background-color:#fff;
    padding:5px;
    margin-left: auto;
    margin-right: auto;
}

.header-warning-caution-icon > img {
    width:60px;
    height:60px;
    padding:5px;
}

.header-warning-text {
    font-family: "Verdana", "Arial", "Helvetica", Sans-Serif;
    font-size:14px;
    line-height:16px;
    padding:5px;
    color:#000;
}

/******** Media - Medium ************/
	
@media (min-width: 768px) and (max-width: 992px) {
    .vehicle-header-warning{
        padding-right:0px !important;
    }
}

/****************************************/
/******** End Header Warning ************/
/****************************************/


/****************************************/
/******** Pairs Bar Section ************/
/****************************************/

/******** Media - Large ************/



/******** Media - Medium ************/

@media (min-width: 768px) and (max-width: 992px) {
    
.pairs-bar {
    margin-bottom:15px;
}

.pairs-item {
    font-size:15px;
}

}

/******** Media - Small ************/

@media (min-width: 320px) and (max-width: 767px) {

.pairs-item {
    font-size:15px;
}

.pairs-bar {
    margin-bottom:15px;
}

}

/****************************************/
/******** End Pairs Bar Section ************/
/****************************************/


/****************************************/
/******** Front Rear Section Header ************/
/****************************************/

/******** Media - Large ************/



.position-header {
  font-size: 26px !important;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
  padding: 0 !important;
  color:#fff;
  font-weight:bold;
}

.qty-header {
  border-left: 1px solid;
  border-right: 1px solid;
  width: 5%;
  color:#fff;
}

.sku-header {
  border-right: 1px solid;
  border-left: 1px solid;
  width: 15%;
  line-height: 18px !important;
  color:#fff;
  padding-top: 10px;
}

.price-header {
  width:15%;
  color:#fff;
  border-right: 1px solid #fff;
}

.fitting-header {
  width:7%;
  color:#fff;
  font-size:16px;
}


/****************************************/
/******** Front Rear Section Header ************/
/****************************************/


/****************************************/
/******** Vehicle Front Section ************/
/****************************************/

/******** Media - Large ************/


	
.front-container {
    padding:0 !important;
}

.front-outer-container {
    padding-left:0px !important;
    padding-right:7px !important;
    width:50%;
	float:left;
}

.front-header-fixed, .rear-header-fixed {
    position: fixed;
    top: 148.64px;
    max-width: 578px;
    float: left;
}


/******** Media - Medium ************/

@media (min-width: 320px) and (max-width: 992px) {

.front-outer-container {
    padding-right:0px !important;
    width:100%;
}

}

/****************************************/
/******** End Vehicle Front Section ************/
/****************************************/


/****************************************/
/******** Vehicle Rear Section ************/
/****************************************/

/******** Media - Large ************/


	
.rear-outer-container {
    padding-right:0;
    padding-left:7px;
    width:50%;
    float:right;
}
	
.right-side {
  margin-left: 0;

}
	

/******** Media - Medium ************/

@media (min-width: 320px) and (max-width: 992px) {
    
.rear-outer-container {
    padding-left:0px !important;
    width:100% !important;
}

}

/****************************************/
/******** End Vehicle Rear Section ************/
/****************************************/


/****************************************/
/******** Parts Section ************/
/****************************************/

/******** Media - Large ************/



.category-heading {
    display: grid;
    grid-template-columns: calc(100% - 30px) 30px;
    grid-template-areas: 'ha hp';
}
.vehicle_category_heading {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #4d4d4d;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 5px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.category-heading > h3 {
    margin-bottom:0!important;
}
.category-heading.heading-accordion:after, .category-subheading.subheading-accordion:after {
    content: '\002B';
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: larger;
}
.vehicle_category_heading { grid-area: ha; }
.category-heading.heading-accordion:after { grid-area: hp; }

.category-heading.heading-accordion:after {
    background: #262626;
}

.vehicle_category_subheading {
 background-color: #d5d5d5;
 border-bottom: 1px solid #fff;
 border-top: 1px solid #fff;
 font-weight: bold;
 padding: 3px;
 text-align: center;
 color: #000;
 margin:0 !important;
 font-size: 15px;
 line-height: 20px;
}
	

.category-subheading {
  background-color: rgba(213, 213, 213, 0.3);
  text-align: center;
}

.suspension_category_subheading {
    padding:10px 20px;
    background-color:#d0d0d0;
    color:#000;
}

.suspension_category_subheading > a {
    color:blue;
}
	
.custom-color-strip {
  background-color: #009ea5;
  padding: 5px;
}
.part-container {
    display: grid;
    grid-template-columns: calc(10% - 20px) calc(35% - 20px) calc(25% - 20px) calc(5% - 20px) calc(25% - 20px);
    grid-template-rows: 60% 40%;
    grid-column-gap: 25px;
    grid-template-areas:
        'pi pd ps pq pc'
        'pi pd ps pq bc';
}

.part-image { grid-area: pi; }
.part-description, .part-description-wide { grid-area: pd; }
.part-qty { grid-area: pq; }
.part-sku { grid-area: ps; }
.part-price { grid-area: pc; }
.button-container { grid-area: bc;
    padding: 0!important;
}
.part-image {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.part-image > a > img {
    width:100%;
    max-width: 250px;
}

.part-image, .b .add-to-cart {
  vertical-align: middle;
}

.part-description, .part-description-wide {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
}

.part-description-short.bull-bars, .part-description-short.camping {
    width:100%;
}
.part-alterations {
    display:grid;
    grid-template-columns: 32px 32px;
}
.part-qty {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 30% 40% 30%;
    grid-template-areas:
        'qxcp'
        'qxcb'
        'qxcm';
}
.quant_xc_plus { grid-area: qxcp; }
.quantity-box { grid-area: qxcb; }
.quant_xc_minus { grid-area: qxcm; }

.quantity-box input {
    width: 100%;
    height: 100%;
    max-width: 50px;
    border-radius: 0!important;
    border: 1pt solid #000;
}
.quantity-box {
    display: flex;
    justify-content: center;
}
.part-sku {
    display: grid;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    grid-template-rows: 42.5% 52.5%;
    grid-column-gap:10px;
    grid-row-gap: 5%;
    grid-template-areas:
        'skun skuf'
        'skuc skuc';
}
.stock-container { grid-area: skuc; }

.part-sku-container {
    font-weight: 600;
    grid-area: skun;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
    grid-template-areas:
        'skuh'
        'skup';
}
.sku-heading { grid-area: skuh; }
.sku-part-number { grid-area: skup; }

.fitting-time-container {
    font-weight: 600;
    grid-area: skuf;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
    grid-template-areas:
        'fth'
        'ftv';
}

.fitting-time-heading { grid-area: fth; }
.fitting-time-value { grid-area: ftv; }

.sku-part-number, .fitting-time-value { 
    font-size: 18px;
    line-height: 18px;
}


.multi_color {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 40% 30% 30%;
    grid-template-areas:
        'msl msl msl msl msl'
        'RKH BRH SYH MBH ADH'
        'RK BR SY MB AD';
}
.multi-stock-label {
    grid-area: msl;
    margin: 0 !important;
}
#RK, #RK2 { grid-area: RK; }
#BR, #BR2 { grid-area: BR; }
#SY, #SY2 { grid-area: SY; }
#MB, #MB2 { grid-area: MB; }
#AD, #AD2 { grid-area: AD; }

#RK, #RK2, #BR, #BR2, #SY, #SY2, #MB, #MB2, #AD, #AD2, #RKH, #BRH, #SYH, #MBH, #ADH {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight:600;
}

.stock-container > .multi_color.distributor .greencolor {
    color: green;
}
.stock-container > .multi_color.distributor .redcolor {
    color: red;
}

.stock-container > .multi_color.distributor .greencolor, .stock-container > .multi_color.distributor .redcolor {
    font-weight: 600;
    font-size: 14px;
}
.sku-heading, .multi-stock-label, .fitting-time-heading {
    background-color: #e7e7e7;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    line-height:18px;
}
.fitting-time-value {
    font-weight:600;
}
.sku-heading, .multi-stock-label, .sku-part-number, .stock-container, .fitting-time-heading, .fitting-time-value {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align:center;
}

.part-alteration-value {
    background: #6d6e71;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 10px;
}
.addtocart-bar {
    display: grid;
    grid-template-columns: 100% !important;
    grid-template-areas: 'dbtn cbtn';
    height: 100%;
    width: 100%;
}
.section-border {
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  margin-bottom: 20px;
}


.stock-label {
    padding-top:3px;
    padding-bottom:3px;
    width:65%;
}

.stock-container > .multi_color.retail .greencolor:after, .stock-container > .multi_color.retail .redcolor:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
}
.stock-container > .multi_color.retail .redcolor:after {
    color: red;
    content: "\f00d";
}
.stock-container > .multi_color.retail .greencolor:after {
    color: green;
    content: "\f00c";
}

.quantity-input {
    padding:0 !important;
    text-align:center;
}

span.quantity-controls {
    width: 100%!important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.part-price {
    display: grid!important;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    grid-template-areas: 'partprice partpack';
    align-items:center;
}
.part-price .shoppers_price,
.part-price .retailer_price {grid-area:partprice}

.part-price .part-pack {grid-area:partpack}

.part-title {
    font-weight:700;
}
.button-container {
    max-width: 1200px;
    padding-top: 30px;
    padding-bottom: 30px;
    /* height: 380px; */
    position: relative;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}


.heading-panel form {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.heading-panel form:nth-child(even) {
    background-color: #f5f5f5;
}
span.quantity-controls {
  width: auto important;
}


.retailer_price{
  display: none;
}

.add-to-cart a {
  padding: 8px 6px;
}
	

.part-details-btn:hover {
    color:#000;
    background-color:#fbdd12;
}


.part-btn, .notify-button {
    float: right;
    font-size: 23px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border:none;
}
.notify-button {
    background: #ff0000;
    color: #000;
}

.notify-button:hover {
    background: #000;
    color: #ff0000;

}

.part-form-group {
    margin:0 !important;
}

.public-note {
  margin: 0 auto;
  text-align: center;
}

.add-to-cart a {
  background-color: #fbdd12;
  padding: 10px 11px;
}

.add-to-cart a i{
	font-size:20px;
}

.add-to-cart a:hover {
  background-color: #000;
  color:#fbdd12;
}

.add-to-cart {
  margin-top: 10px;
  margin-bottom: 15px;
}

.part-sku.button-container {
  background-color: #e7e7e8;
}

.part-sku.button-container .btn {
  font-weight: bold !important;
  padding: 6px 14px !important;
  margin: 10px 0 !important;
}

.custom-margin.section-02 {
  background-color: #eaeaeb;
}


.b.custom-b {
  background-color: transparent;
  padding-bottom: 10px;
  padding-top: 10px;
}

/**.retail_shopper74 input[type="radio"]{
width:350px;
height:50px;
background-color:red;
border-radius:100px;

}
.price_shopper74 input[type="radio"]{
width:350px;
height:50px;
background-color:red;

}**/

.price_shopper74 > input {
  border: 1px solid red;
  border-radius: 50%;
  cursor: pointer;
  height: 24px;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 105px;
}

.retail_shopper74 > input {
  border: 1px solid red;
  border-radius: 50%;
  cursor: pointer;
  height: 24px;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 105px;
}

.part-desc-xc {
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	text-transform: uppercase;
}

.fa-shopping-cart {
    font-size:18px!important;
}
.price-buttons {
    margin:0!important;
}
.quantity-minus {
    display:flex;
    align-items:center;
}
@media screen and (min-width:601px) and (max-width: 1000px) {
    .part-container {
        width:calc(100% - 10px);
        display:grid;
        grid-template-columns: calc(35% - 10px) calc(65% - 10px) ;
        grid-template-rows: auto;
        grid-column-gap: 20px ;
        grid-row-gap: 20px ;
        grid-template-areas:
        'pi pd'
        'ps ps'
        'pc pc'
        'pq bc';
        margin:0 auto;
    }

    .part-sku {
        grid-template-columns: calc(33.333% - 10px) calc(33.333% - 10px) calc(33.333% - 10px);
        grid-column-gap: 15px ;
        grid-template-rows:auto!important;
        grid-template-areas:
            'skun skuf skuc';
    }
    .part-qty {
        grid-template-columns: calc(33.333% - 5px) calc(33.333% - 5px) calc(33.333% - 5px)!important;
        grid-template-rows: 40px!important;
        grid-template-areas:
            'qxcp qxcb qxcm'!important;
        }
    .shoppers_price, .retailer_price, .part-pack {
        font-size:25px;
    }
}
/******** Media - Medium ************/

@media (min-width: 768px) and (max-width: 992px) {
	

	
}

@media only screen and (max-width: 600px) {
    .part-container {
        grid-template-columns: 100%;
        grid-template-rows: auto auto 150px auto 45px 55px;
        grid-template-areas:
            'pi'
            'pd'
            'ps'
            'pc'
            'pq'
            'bc';
        grid-row-gap: 20px;
        margin: 0 auto;
        justify-content: center;
        
    }
    .category-heading.heading-accordion {
        margin-bottom:10px;
    }
    .part-qty {
        grid-template-columns: 30% 40% 30%;
        grid-template-rows: 100%;
        grid-template-areas: 'qxcm qxcb qxcp';
    }
}



@media (max-width: 320px) {
	

	


/****************************************/
/******** End Parts Section ************/
/****************************************/


::-webkit-scrollbar {
	-webkit-appearance: none; 
	}
::-webkit-scrollbar:vertical {
	width: 12px;
	}
::-webkit-scrollbar:horizontal {
	height: 12px;
	}
::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	border: 2px solid #ffffff;
	}
::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ffffff;
	}
  
}

/* Lightweight tooltip (no Bootstrap) */
/* Tooltip applies ONLY to the letter spans */

/* Letter targets */
.tip-letter { position: relative; display: inline-block; }

/* Simple body-level tooltip bubble (injected by JS) */
.tiny-tip {
  position: fixed;           /* stays above everything */
  left: 0; top: 0;
  transform: translate(-50%, -8px);
  background: #111; color: #fff;
  padding: 6px 8px; border-radius: 4px;
  font-size: 12px; line-height: 1.1; white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
  pointer-events: none; z-index: 2147483647;
  opacity: 0; transition: opacity .12s ease, transform .12s ease;
}
.tiny-tip[data-show="1"] { opacity: 1; transform: translate(-50%, -12px); }

/* Little arrow */
.tiny-tip::after {
  content: ""; position: absolute; left: 50%; bottom: -6px;
  transform: translateX(-50%);
  border: 6px solid transparent; border-top-color: #111;
}

/* Optional: keyboard focus ring for accessibility */
.tip-letter:focus { outline: 2px solid #2684ff; outline-offset: 2px; }
