.pageHeader{
    background-color:rgb(68,68,68);
    padding:12px;
}

.prodThumb{
    border:1px solid #797976;
    padding:10px;
}

.proImg{
    /* border:1px solid yellow; */
}

.proImg img{
    width:90%;
    height : auto;
}

.proTitle{
    text-align: center;
    color:#fff;
    font-family: "arconregular";
    height : 70px;
    /* text-transform: uppercase; */
}

.smallText  {
    text-align: center;
    font-size: 1.1em;
    color:rgb(251,168,61);
    margin-top:50px;
    margin-bottom:50px;
}

.smallText a{
    color:rgb(251,168,61);
    /* text-decoration: none; */
}

.footer{
    width:100%;
    color:#fff;
    font-size: .9em;
    text-align: center;
    padding:10px;
    padding-right: 20px;
    background-color:rgb(103,0,1);
}

/* *********************** */
/* PRODUCT PAGE STYLES */
/* ************************** */
.backButton{
    color:#fff !important;
    font-size: .9em !important;
    cursor:pointer;
}

.backButton i{
    font-size: 2.5em !important;
    margin-left:30px;
    margin-top:30px !important;
    padding:10px;
}

.prodThumb a{
    text-decoration: none;
}

.prodThumb a:hover .proTitle{
    color:yellow;
}

.prodPage .prodPic{
    
}

.prodPage .prodPic img{
    border:2px solid #797976;
    border-radius: 15px;
    height:200px;
    width:auto;
}

.prodPage .prodTitle{
    color:#fff;
    /* font-family: "arconregular"; */
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: center;
    /* border:1px solid red; */
    margin-left:20px;
    line-height: 200px;

}

.description{
    color:#fff;
}

#desc_button:not(.active){
    color:#fff;
    cursor:pointer;
}

.specifications, .specifications table{
    color:#fff;
}

#specs_button:not(.active){
    color:#fff;
    cursor:pointer;
}


/* ******************* */
/* MOBILE SCREENS */
/* ********************** */

@media (max-width: 575px) {
    .prodPic{
        width:100%;
        text-align: center;
    }

    .prodTitle{
        /* border: 1px solid red; */
        width:100%;
        margin-top:30px;
        margin-left: 0px !important;
        font-size: 1.1em !important;
        line-height:25px !important;
    }
}