body {
     padding-top:50px;
}

#headerWrapper{
    position:relative;
	padding:0;
	margin:0;
	overflow:hidden;
	height:600px;
	background-image: url(../images/headerlogo/background.png);
	background-repeat:no-repeat;
	background-size: 100% 700px;  
	background-position: top center;
	background-attachment:fixed;
}


#logotext {
   position: absolute;
   width:100%;
   height:180px;
   background-image: url(../images/headerlogo/text.png);
   background-repeat: no-repeat;
   background-position: center;
   background-size:70% 100px;
   top: 50%;
   margin-top:-90px;
}

#fore-flower{
   position: absolute;
   width:100%;
   height:400px;
   background-image: url(../images/headerlogo/fore-flower.png);
   background-size: auto 400px;
   background-repeat:no-repeat;
   background-position:right bottom;
   top: 525px;
   right: -50px;
}

#back-flower{
   position: absolute;
   width:100%;
   height:350px;
   background-image: url(../images/headerlogo/back-flower.png);
   background-size: auto 350px;
   background-repeat:no-repeat;
   background-position:left bottom;
   top: 400px;
   left: -25px;

}

#partial-headerWrapper{
    position:relative;
	padding:0;
	margin:0;
	overflow:hidden;
	height:210px;
	background-image: url(../images/headerlogo/background.png);
	background-repeat:no-repeat;
	background-size: 100% 700px;  
	background-position: top center;
	background-attachment:fixed;
}


#partial-logotext {
   position: absolute;
   width:100%;
   height:180px;
   background-image: url(../images/headerlogo/text.png);
   background-repeat: no-repeat;
   background-position: center;
   background-size:70% 100px;
   top: 50%;
   margin-top:-90px;
}

#partial-fore-flower{
   position: absolute;
   width:100%;
   height:400px;
   background-image: url(../images/headerlogo/fore-flower.png);
   background-size: auto 400px;
   background-repeat:no-repeat;
   background-position:right bottom;
   top: 100px;
   right: -50px;
}

#partial-back-flower{
   position: absolute;
   width:100%;
   height:350px;
   background-image: url(../images/headerlogo/back-flower.png);
   background-size: auto 350px;
   background-repeat:no-repeat;
   background-position:left bottom;
   top: 75px;
   left: -25px;

}








.img-thumb {
width:auto;
height:200px;
}

#footer{
margin-top:50px;
}


fotorama__wrap{
  width:90%;
  margin: 15px auto;
}


.table-auto{
  width:auto;
  margin:0 auto;
}

#add-product-btn {
margin-top: -35px;
}

.saved_image{
  text-align:center;
}

.saved_image  img{
  width:auto;
  height:150px;
}

#login-form{
  width:50%;
  height:60%;
  border:2px solid #000;
  border-radius: 15px;
  box-shadow: 7px 7px 15px rgba(0,0,0,0,6);
  margin: 7% auto;
  padding:15px;
  background-color: #fff;
}

.totals-table-header th{
  text-align:center;
}

#cart_widget td, #recent_widget {
   font-size: 12px;
}

input.price-range {
width: 55px;
}



td {
    position: relative;
}

table td input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    resize: none;

    /* for column with internal spacing */
    width: 85%;
    padding: 0.3rem;
    margin: 0.2rem 0.5rem;
    border: 1px solid #ddd;
}