body {
    position: relative;
    font-family: 'oxygen', sans-serif;
    background-color: #f2f2f2;
    color: #fff;
    font-size: 16px;
    width: 100%; 
}
/****HEADER*****/
#head{
  position: relative;
  /*width:1300px;*/
  height:60px; 
  text-align: center;
  font-size: 20px;
  font-family: 'oxygen', sans-serif;
  color: #ffaf4d;
  font-weight: bold;
  text-shadow: 3px 1px 3px #222;
  margin-top: 0;
  margin-bottom: 0;
  line-height: .75;
}
button {
    position: relative;
}
#cartbutton{
  position: relative;
  text-align: center;
  float: right;
  width: 60px;
  height:35px;
  font-weight: bolder;
  font-size: 18px;
  font-family: serif;
  margin-right: 20px;
  margin-top: 4px;
  background-color:#ffaf4d;
}

/****BODY*****/

/****LEFT PART*****/
.left{
 position: relative;
 width:100%;
 height:650px; 
 color:black;
 text-align: center;
 float:left;
}
#heading{
 position: relative;
 width:100%;
 height:50px; 
 font-size: 1.6em;
 background-color: #ffaf4d;
 text-align: center;
 float:left;
 border: solid;
 border-width: 1px;
 color: white;
 font-size: 40px ;
 font-weight: bold;
 text-shadow: 2px 1px 2px #222;
 line-height: 1;
 margin-bottom: 10px;
 padding-top: 7px;
}

#imgbox{
 position: relative;
 width:33%;
 height:270px; 
 color:black;
 text-align: center;
 float:left;
}

#imgbox:hover{
    box-shadow: 0 1px 5px 1px #cccccc;
}
#imgname{
 position: relative;
 width:100%;
 height:30px; 
 color:black;
 text-align: center;
 float:left;
}

#quantityVal{
    position: relative;
    width: 40%;
}

/****END OF LEFT PART*****/


/****RIGHT PART*****/
.Right{
    position: relative;
    width:100%; 
    height: 650px;
    color:#ff9900;
    text-align: center;
    float:right;
}

#orderDetails{
    position: relative;
    width:100%; 
    height: 250px;
    color:black;
    text-align: left;
    float:right;
    font-size: 1.2em;
    font-style: normal;
    font-weight: bold;

}
#cust_name{
  width: 325px;
  height: 30px;
  background-color: #eeeedd;
  text-align: left;
}
#cust_mob{
  width: 325px;
  height: 30px;
  background-color: #eeeedd;
  text-align: left;
}
.insideright-left{
  width: 33%;
  height: 650px;
  float: left;
}
.insideright-center{
   width: 33%;
   height: 650px;
   float: left;
}
.insideright-right{
   width: 33%;
   height: 650px;
   float: left;
}
label{
    display: inline-block;
    width: 250px;
    text-align:left;
    font-weight: normal;
    font-size:15px;
}

#buttonsize{
    position: relative;
    width: 150px;
    height: 40px;
    text-align: left;
    font-weight: bolder;
    font-size: 18px;
    font-family: serif;
    border-color: blue;
    border:outset;
    margin-left: 140px;

}
#buttonsize:hover{
    box-shadow: 0 1px 4px 1px #000033;
}

/****END OF RIGHT PART*****/
/****END OF BODY*****/

/****FOOTER*****/
#footer{
    position: relative;
    width:29%; 
    height: 40px;
    font-size: 1.6em;
    background-color: #ffad33;
    text-align: center;
    float:left;
    border: dashed;
    border-width: 1px;
    color: white;
    font-weight: bold;
    text-shadow: 2px 1px 2px #222;
    line-height: 1;

}

/****END OF FOOTER*****/

/****RESPONSIVE QUERIES*****/
@media (max-width: 768px) { 
  body {font-size:1em;} #head{font-size: 1.2;} #heading{font-size:1.4em; padding-top:25px;}
   } 
@media (max-width:1060px) { 
  body {font-size:1.2em;} #heading{font-size:1.4em;}
}
@media (min-width:200px) and (max-width:640px) { 
  body {font-size:0.8em;} #head{font-size: 1em;} #heading{font-size:1.4em;} #imgbox{height: 200px;}
  #imgname{margin-bottom: 13px;} .insideright-center{width: 55%;} .insideright-left{width: 0%;height: 1px;} .insideright-right{height: 1px;}
 #buttonsize{width: 90px; height: 30px; font-size: 0.6em;} #cust-name{font-size: 1em;} #cust-mob{font-size: 1em;} #orderDetails{font-size: 1em;}
}

/* Tabled Portrait */
@media screen and (max-width: 768px) {
  #head{ width: 100%;}
}
/* Desktops and laptops ----------- */
@media only screen  and (max-width : 1224px) {
#head{ width: 100%;}
}
/* Tablet Landscape */
@media screen and (max-width: 1060px) {
   #head{ width: 100%;}   
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
#head{ width: 100%;height:40px;}
}

