body{
    background-color: #f4f2f2;
        font-family: 'Open Sans', sans-serif;
        color:#525151;
}
.head{
       font-family: 'Open Sans', sans-serif;
    font-size: 50px;
  
    text-align: center;
}
.sub{
        font-family: 'Open Sans', sans-serif;
    font-size: 26px;
  
    text-align: center;
}
.subhead{
        font-family: 'Open Sans', sans-serif;
    font-size: 22px;
  
    text-align: center;
}

.p2{
        font-family: 'Open Sans', sans-serif;
    font-size: 15px;
  
    text-align: center;
}
.text{
        font-family: 'Open Sans', sans-serif;
    font-size: 12px;
 
    text-align: center;
}

.italic{
        font-family: 'Open Sans', sans-serif;
    font-size: 26px;
  
    text-align: center;
}
.bottom{
    height:120px;
    width: 120px;
    border: 0px solid gray;
}
.upperfoot{
    background-color: #eceaea;
}
.foot{
    background-color: #b3b2b2;
}
.foottext{
   font-size: 15px;
   color:black;
   text-align: left;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    line-height: 2px;
    float: left;
    border-right: 2px solid #000000;
    height: 22px;
    padding: 8px;
}
ul li:last-of-type {
border-right: none;
}

.fancy {
    
  background-image: url("img/bag.jpg");
  width: 300px;
  height:200px;
  margin: 1px auto;
  border: solid gray 2px;
 
  background-repeat:no-repeat;
 
}



/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
}

/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
}

.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
}

/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
      color: #e64522;
      background: #fff;
}

/* linkedin button class*/
.linkedinBtn{
    background: #0094BC;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #0094BC;
      background: #fff;
}
.skypeBtn{
    background: #00ABE3;
}
.skypeBtn:before{
      font-family: "FontAwesome";
      content: "\f17e";
}
.skypeBtn:hover{
       color: #0094BC;
      background: #fff;
}
.youtubeBtn{
     background: #e64522;
}
.youtubeBtn:before{
      font-family: "FontAwesome";
       content: "\f167";
}
.youtubeBtn:hover{
       color: #0094BC;
      background: #fff;
}


/* pinterest button class*/
.pinterestBtn{
    background: #cb2027;
}

.pinterestBtn:before{
      font-family: "FontAwesome";
      content: "\f0d2"; /* add pinterest icon */
}

.pinterestBtn:hover{
      color: #cb2027;
      background: #fff;
}

/* tumblr button class*/
.tumblrBtn{
    background: #3a5876;
}

.tumblrBtn:before{
      font-family: "FontAwesome";
      content: "\f173"; /* add tumblr icon */
}

.tumblrBtn:hover{
      color: #3a5876;
      background: #fff;
}

/* rss button class*/
.rssBtn{
    background: #e88845;
}

.rssBtn:before{
      font-family: "FontAwesome";
      content: "\f09e"; /* add rss icon */
}

.rssBtn:hover{
      color: #e88845;
      background: #fff;
}
.smGlobalBtn{ /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 2px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
}


  
.product1{
   height:150px;
   width:195px;
   
    
}


.choose{
   height:550px;
   width:300px;
   border: 1px solid black; 
   margin:20px;
   padding: 0px;
}

.check{
   
    float: left;
    
    text-transform: uppercase;
    padding: 6px;
    font-size: 12px;
     font-weight: normal;
}
.check1{
    
    float:right;
    padding: 6px;
    font-size: 12px;
    font-weight: normal;
}
