

*{
    padding: 0;
    margin: 0;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hrefFormat {
  color: inherit;
  text-decoration: none; 
}

html{
        background-color: white;
}

:root{
    --colour1:rgb(252, 252, 252);
    --colour2:rgb(49, 49, 49);   
    --colour3:rgb(247, 247, 247);
    --colour4:rgba(0, 0, 0, 0.025);
    --colour5:rgba(0, 0, 0, 0.75);
    --colour6:rgb(50, 50, 50);
    --colour7:rgba(0, 0, 0, 0);
    --colour8:rgba(0, 0, 0, 0);
    --colour9:rgba(0, 0, 0, 0);  
    --colour0:rgba(0, 0, 0, 0);         
}


body{
    display: flex;
    justify-content: center;
    color: var(--colour6);
}

.hrefFormat:hover{
    color: rgb(138, 138, 138);
}

main{
    border-style: none;
    border-radius: 15px;
    background-color:var(--colour1);
    width: 98%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header{
    border-style: none;
    background-color: var(--colour1);
    margin: 5px;
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
}

.logo{
    text-align: center;
    align-content: center;
}

.logoImg{
    width:90%;
    max-width: 350px;
}

.info{
    border-style: none;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.contact{
    border-style: none;
    width: 95%;
    align-content: center;
    text-align: center;
    margin-bottom: 10px;
}

.orders{
    border-style: none;
    font-size: 1.3rem;
    text-align: center;
    align-content: center;
    margin-top: 20px;

}


.nav{
    border-style: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-weight: 500;
    width: 100px;
    flex-wrap: wrap;
}

.link{
    border-style: none;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    width: 100px;
}

.link:hover{
    color: rgb(153, 153, 153);

}






.title{
    color: rgba(0, 24, 75, 0.726);
    border-radius: 10px;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 10px;
    text-align: center;

}

.container{
    border-style: none;
    border-radius: 10px;
    background-color: var(--colour3);
    width: 90%;
    margin: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}

.box{
    width: 95%;
    height: 275px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 15px;
    background-color:rgb(250, 250, 250) ;
}

.boxTitle {
    border-style: none;
    font-size: 1.25rem;
    margin-left: 10px;
    margin-top: 5px;
}

.partNo {
    border-style: none;
    font-size: 1rem;
    font-weight: 100;
    margin-left: 15px;
}

.price {
    border-style: none;
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 10px;
    padding-bottom: 5px;
}
.boxGst {
    border-style: none;
    font-size: 1rem;
    margin-left: 5px;
    font-weight: 100;
}

.boxMain {
    border-style: none;
    flex-grow: 1;
    background-color: white;
    position: relative;
}

.boxImg {
    border-style: none;
    position: absolute;
    width: 70%;
    top: 10px;
    right: 5px;
    align-content: start;
    text-align: end;
}

.boxPic{
    width: 90%;
}

.boxFeatures {
    border-style: none;
    position: absolute;
    width: 200px;
    bottom: 15px;
    left: 5px;
}

.boxMain li{
    font-size: .8rem;
    list-style: none;
    margin-left: 5px;
    padding: 2px;
}

.footer{
    border-style: none;
    background-color: var(--colour1);
    height: 50px;
    margin: 5px;
    margin-top: 50px;
    font-size: .75rem;
    text-align: center;
    align-content: center;
}

.xtraInfo{
    text-align: center;
    margin-top: 75px;
    margin-bottom: 100px;
    font-size: 1rem;
}




/*-----------------------------------------------------------------------------------------------------------------------------*/



#popBG{
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color:var(--colour5);
    z-index: 0;
    cursor: pointer;
    align-items: center;
}


.x {
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 1rem;
    color: rgb(255, 255, 255);
    z-index: 10;
}



/*-----------------------------------------------------------------------------------------------------------------------------*/



#dynamicPop{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh
}

.popContainer {
   display: none;
}

.pop{
    background-color: var(--colour1);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    cursor: auto;
}

.popHead{
    border-style: none;
    font-size: 2rem;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 0px;
}

.popPart{
border-style: none;
font-size: 1.25rem;
padding: 20px;
padding-top: 0px;
padding-bottom: 15px;
}

.popPrice{
border-style: none;
padding-left: 20px;
font-size: 2rem;
font-weight: 600;
padding-bottom: 10px;
}

.popGst{
    font-size: 1rem;
    margin-left: 10px;
}

.popImg{
border-style: none;
margin-top: 20px;
align-self: center;
width: 60%;
}


.popPic {
border-style: none;
width: 100%;
}


.popFeatures{
border-style: none;
padding: 20px;
font-size: 1rem;
}

.popFeatures li{
list-style: none;
padding: 3px;
padding-left: 10px;
}

.popBlurb{
border-style: none;
padding: 20px;
width: 90%;
flex-grow: 2;
align-content: top;
font-size: .9rem;
}


.download{

padding: 20px;
font-size: 1rem;
}



@media (min-width: 600px){



header{
    border-style: none;
    flex-direction: row;
    max-width: 900px;
    background-color: var(--colour1);
    margin: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10;
}

.logo{
    border-style: none;
    align-content: center;

}

.logoImg{
    width:90%;
    max-width: 350px;
}


.info{
    border-style: none;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    flex-grow: 1;
        padding-right: 20px;
}

.contact{
    border-style: none;
    width: 100%;
    align-content: center;
    text-align: right;
    margin-bottom: 10px;

}

.orders{
    border-style: none;
    font-size: 1.3rem;
    text-align: center;
    align-content: center;
    margin-top: 20px;
    margin-left: 60px;

}


.nav{
    width: auto;
    max-width: 700px;
    justify-content:space-between;
    margin-top: 40px;
}


.container {
    flex-direction: row;
    max-width: 900px;
    overflow-x: scroll;
}

.box{
    width: 300px;
    min-width: 300PX;
    height: 275px;
    margin-bottom: 0px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}


.xtraInfo{
    text-align: center;
    margin-top: 75px;
    margin-bottom: 100px;
    font-size: 1.5rem;
    max-width: 700px;
}


/*----------------------------------------------------------------------------------------------*/



.pop{

    width: auto;
    max-width: 700px;
    height: auto;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    cursor: auto;
    position: relative;
}


.popImg{
position: absolute;
margin-top: 0px;
top:   70px;
right: 50px;
width: 50%;


}


.popPic {
border-style: none;
width: 100%;
}



}