@import url('https://fonts.googleapis.com/css2?family=Passion+One&display=swap');

.noStock, .inStock, #external { display: none; }
.noStock.show, .inStock.show, #external.show { display: inline-block; margin: 0 5px !important;}
.noStock.show span, .inStock.show span, #external.show span { 
  	position: relative;
	top: -3px; 
}

.noStock.show img, .inStock.show img, #external.show img { display: inline-block; }

.productListPrice { 
  	color: #B01F24;
  	font-weight: bold;
  	font-size: 1.4em;
    line-height: 19px;
    font-family: Verdana, Geneva, sans-serif;
}

.productListPrice .small { font-size: 0.8em; font-weight: bold; }


ul.list > li:has(.old_price):has(.isPulsar) .btnGroup:before { 
	content: "STOCKIST DISCOUNT"; }
ul.list > li:has(.old_price):has(.userSpecial) .btnGroup:before { 
	content: "ACCOUNT DISCOUNT"; }
ul.list > li:has(.old_price) .btnGroup:before { 
    content: "ON SALE";
    background: #B01F24;
    color: white;
    padding: 5px;
    text-align: center;
}

.priceBox {
    color: white;
    background-color: #B01F24;
    padding: 9px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
  }

.priceBox.userSpecial { padding: 1px 9px 9px 9px; }

.rrp {
    letter-spacing: -1px;
    display: inline-block;
  }

.rrp span {
    font-size: 11px;
    vertical-align: top;
    letter-spacing: -1px;
  }

#hiddenCat { display: none; }

div#specialBox, #specialBoxAncestor {
    padding: 21px;
    background-color: #2e2c35;
  }

#specialBoxCategory { padding: 21px; background-color: #2e2c35; }

div#specialBox > p, #specialBoxAncestor > p, #specialBoxCategory > p {
    font-weight: bold !important;
    color: white;
    font-size: 15px;
    line-height: 1.8;
  }

div#specialBox > p > a, #specialBoxAncestor > p > a, #specialBoxCategory > p > a { 
    color: #ae8181 !important; 
    font-weight: bold !important;
    font-size: 15px;
    line-height: 1.8;
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding-bottom: 2px;
}

div.heading { 
  line-height: 1.1em;
}

p.product-desc {
  font-size: 14px;
  }
  
p.product-desc-b {
  font-weight: bold;
  font-size: 16px;
  margin: 12px 0px;
  }
  
td.table-title {
  font-weight: bold;
  font-size: 12px;
  padding-right: 20px;
  
  }
  
td.table-desc {
  font-size: 12px;
  }
  
tr.spec-table-row {
  height: 30px;
  width: 150px;
  }
 
.alternativeContainer {
	background: #363636;
    padding: 5px 20px 14px 20px;
}

.alternativeContainer h3 { color: white; }

#alternativeProducts {
    border-radius: 5px;
    width: 100%;
 	cursor: pointer;
}
#alternativeProducts option { font-size: 1.1em; }

#tabs table td { padding: 10px; }
#tabs table tr:nth-child(even) { background: #edebeb91; }

.descriptionContainer { margin-top: 25px;}
.descriptionContainer p { margin: 12px 0;}

.MOQ {
  line-height: 40px;
    font-weight: bold;
    color: #B01F24;
    border: solid 2px #B01F24;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 18px;
    margin-top: 12px;
  	background: #b01f2424;
}
  
.cantBuy { 
	background: #B01F24;
    text-align: center;
    padding: 5px 15px;
    line-height: 12px;
    color: white;
    font-size: 10px;
    cursor: not-allowed;
    letter-spacing: 1px;
}
.tax { font-size: 0.6em; color: black; }

ul.grid #price-breaks {
	position: relative;
    bottom: 5px; 
    text-align: left; 
}
#price-breaks td { padding: 0 4px; border: solid 1px grey; }  

.divider { height: 20px; }

ul.list .grid-price { text-align: right !important;  }