/* ----------Global--------------- */
* {
  box-sizing: border-box;
}

body {
  background-color: #f6f6f6;
}

.clear {
  clear: both;
}

/* ----------Main containers-------------------- */
.container {
  margin: auto;
  width: 990px; /* Coniatner width set to 980px */
  /* border: 3px solid #73ad21; */
  padding: 20px 20px;
}

.banner {
  width: 100%;
  /* border: 1px solid #73a; */
  margin-top: 5px;
}

.navibar {
  width: 100%;
  /* border: 1px solid #73a; */
  margin-top: 25px;
}

.slider {
  width: 100%;
  margin-top: 25px;
}

.feature {
  width: 100%;
  margin-top: 25px;
}

.content {
  width: 100%;
  margin-top: 25px;
}

.footer {
  width: 100%;
  margin-top: 25px;
}
/* ----------Main containers end-------------------- */

/* -------------Nav Bar------------------ */
.grad {
  width: 980px;
  background-image: linear-gradient(to top, #959595, #d1d1d1);
  font-family: arial;
  color: #333;
  font-weight: bold;
  font-size: 13px;
  text-shadow: 0 1px 0 #e6e6e6;
  border: 1px solid #c2c2c2;
}

.menu-desc {
  display: block;
  font-size: 92%;
  text-shadow: none;
  font-weight: normal;
}

.nav-home-img {
  margin-top: -8px;
  margin-right: 5px;
}
/* -------------Nav Bar end------------------ */

/* --------------Slider ---------------------*/
.slider-img-box {
  width: 575px;
  float: left;
  padding: 0;
  margin: 0;
}
.slider-img {
  border-radius: 5px 0px 0px 5px;
}
.slider-txt-box {
  width: 375px;
  height: 340px;
  float: left;
  padding: 10px 15px 10px 15px;
  background-image: url(../img/slider-txt-bkg.png);
  font-family: arial;
  color: #fff;
  border-radius: 0px 10px 10px 0px;
}
.slider-txt-box h1 {
  text-shadow: 0 1px 0 #000;
}
.slider-txt-box p {
  font-size: 12px;
}
.slider-txt-box span {
  font-weight: bold;
}
.slider-txt-box button {
  background-color: #555;
  border: solid 1px white;
  border-radius: 5px;
  color: white;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
}

.slider-txt-box button:hover {
  color: #fff !important;
  text-shadow: 0 1px 0 #000;
  background-color: #7a7a7a !important;
  cursor: pointer;
}
/* --------------Slider end ---------------------*/

/* --------------Feature start ---------------------*/

.feature-box {
  float: left;
  padding: 20px 18px;
  background-color: #fff;
}
.feature-box-border-left {
  border: 1px solid #dadada;
  border-radius: 5px 0px 0px 5px;
}
.feature-box-border {
  border: 1px solid #dadada;
}
.feature-box-border-right {
  border: 1px solid #dadada;
  border-radius: 0px 5px 5px 0px;
}
/* --------------Feature end ---------------------*/

/* --------------Content box start ---------------------*/
.cBTitle {
  height: 30px;
  background-image: linear-gradient(to top, #1a5581, #43769b);
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-top: 2px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-left: 20px;
  padding-top: 5px;
  font-family: Arial, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 13px;
  color: white;
}

.cBTitle a {
  text-decoration: none;
}
.cBBody {
  background-color: #fff;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  padding: 20px 20px 10px 20px;
}
.cBFooter {
  height: 20px;
  background-color: #fff;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* --------------Content Box end ---------------------*/

/* --------------Footer start ---------------------*/
.footer div {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  height: 20px;
}
.footer p {
  font-family: arial;
  font-size: 10px;
  color: #333;
}

/* --------------Footer end ---------------------*/

/* --------------Fonts start ---------------------*/

.indexContent h3 {
  /* index */
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}
.indexContent p {
  /* index */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #333;
  line-height: 1.2;
}

.cBBody span {
  font-size: 9px;
}

/* --------------Fonts end ---------------------*/


/* --------------Product Page List ---------------------*/


 .pbContainer {
            width: 100%;
            padding: 30px 30px;

        }

        .productBox {
            display: inline-block;
            background-color: white;
            text-align: center;
        }

        .pbTitle {
            text-align: center;
            padding: 20px;
            font-family: arial;
            color: #1a5581;
            font-weight: bold;
            font-size: 20px;
            text-shadow: 0 1px 0 #e6e6e6;
        }

        .pbTitle a {
            font-family: arial;
            color: #1a5581;
            font-weight: bold;
            font-size: 20px;
            text-shadow: 0 1px 0 #fffdfd;
            text-decoration: none;
        }

        .pbTitle a:hover {
            text-shadow: 0 1px 0 #666565;
        }

        .productBoxSpacer {
            display: inline-block;
            width: 90px;

        }


/* --------------Product Page List end ---------------------*/


/* --------------Product Page Specs ---------------------*/

.prodName{
  font-family: arial;
  color: #1a5581;
  font-weight: bold;
  font-size: 25px;
  text-shadow: 0 1px 0 #fffdfd;
}
.prodPic{
  margin-top: 25px;
}

.standupPadding{
 padding-left: 50px; 
}

.prodFeatures{
  margin-top: 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #1a5581;
  line-height: 1;
  background-color: #e7e4e4;
  padding: 15px;
  border-radius: 3px;
}
.prodFeatures p{
  padding-left: 10px; 
}

.prodFeatures p span{
   font-size: 15px;
   font-weight: bold;
}

.prodSpecs{
  margin-top: 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #6f6f6f;
  line-height: .8;
  padding: 15px;
}

.prodSpecs h4{
  color:#1a5581;
  font-weight: bold;
}

.prodSpecs p{
  padding-left: 40px; 
}

.prodSpecs p span{
  color:green;
  font-size: 16px;
}
.prodNav{
  margin-top: 25px;
  width:100%;
  font-family: Ari
  al, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color:#FFF;
}

.prodNavLeft{
display:inline-block;
width:40%;
text-align: center;
background-color: #1a5581;
padding:15px;
}

.prodNavRight{
display:inline-block;
width:40%;
text-align: center;
background-color: #1a5581;
padding:15px;
}

.prodNavRight span, .prodNavLeft span{
font-size: 15px;
}

.prodNavLeft:hover, .prodNavRight:hover{
  background-color:#959595;
  color:#FFF;
}

.prodNavLeft a, .prodNavRight a{
text-decoration: none;
}

.prodNavEnd:hover{
  background-color: #1a5581;
  color:#FFF;
}

.prodNavSpacer{
  display:inline-block;
  width:15%;
}



/* --------------Product Page Specs end ---------------------*/

/*---- Salon Kit Pages---------------*/

.cBBody h3  {
  color: #1a5582;
  font-weight: bold;
}

.cBBody p{
  color: #1a5582;
  font-size: 14px;
}

.flex-container {
  display: flex;
  padding-bottom: 60px;
}

.flex-item-qty{
  width: 125px;
  text-align: center;  
}

.flex-item-qty-padding-1
{
  margin-top: 25px;
}

.flex-item-qty-padding-2 {
  margin-top: 50px;
}

.flex-item-unit{
  width: 300px;
  text-align: center;
}
.flex-item-specs{
  width: 300px;
  padding-left: 25px;
  color: #1a5582;
  font-weight: bold;
}

.flex-item-specs > p{
  font-size: 14px;
  font-weight: normal;
}

.flex-item-specs p{
  color:#333;
  font-size: 13px;
}

.kit-contact p {
  color: #1a5582;
  font-size: 17px;
  font-weight:bold;
}

/*---- End Salon Kit Pages---------------*/


