body{
  margin: 0 auto;
  font-family: 'Catamaran', sans-serif;

}


#navbar{
  overflow: hidden;
  z-index: 999;
}

.sticky{
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content{
  padding-top: 60px;
}


#cover{
  width:100vw;
  height: 100vh;
  background-image: url(image/whiteflowers.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: rgb(28, 28, 28);
  color: white;

}

.headertitle{
  position: relative;
  color: #303030;
  font-size: 3em;
  padding-top: 8em;
  padding-right: 17.5em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  text-align: right;
  }



#navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  padding: 0px 11px 0px 13em;
  border-bottom:  1px solid #ddd;
}


li {
  float: left;

}

li a {
  display: block;
  color: black;
  text-align: center;
  text-decoration: none;
  font-family: 'Work Sans', sans-serif;
  padding: 16px 42px ;
  font-size: 14px;
  font-weight: 600;
}



.box {
  background-color: #000;
  color: #fff;
  padding: 16px 32px;
}

.logo {
    position: absolute;
    letter-spacing: 13px;
    font-size: 23px;
    color: black;
    text-decoration: none;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    padding-left: 18em;
    padding-top: 11px;
    /* margin-top: 1em; */
    /* top: 3%; */
}




/* product */



#ourtitle{
  font-family: 'Work Sans', sans-serif;
  padding-top: 5em;
  text-align: center;
  font-size: 12px;
  font-weight: lighter;
  color: #303030;
}


#ourtoppick{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 3em 10em 3em 10em;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  margin-bottom: 27px;
  text-align: center;
  font-family: 'Catamaran', sans-serif;
  padding: 26px;
}

.card h1{
  color: #303030;
  margin: 0;
  font-size: 22px;
}

.price {
  color: #7F7F7F;
  font-size: 20px;
  margin: 0;

}

.card p{
  font-family: 'Catamaran', sans-serif;
  font-size: 13px;

}

.text{
  font-weight: 200;
  color: #7F7F7F;

}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #303030;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}






.flower{
  height: 512px;
}



input{
  padding: 0px 0 2px 10px;
  width: 74px;
  height: 37px;
  border: 1px solid #000;
  border-radius: 2px;
  color: #303030;
  font-size: 26.25px;
  text-align: right;
}






/* catalog_page */

#container {
    padding: 0em 9em 0em 15em;
  }

#container{
  display: flex;
}

#content{
  padding: 5em 0em 0em 0em;
}

.bestsellerstitle{
  font-family: 'Work Sans', sans-serif;
  color: #303030;
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 0 2.5px;
}

table, td, th {
  text-align: left;

}

table{
    width: 38em;
}

tr:hover {
  background-color:#FFF8F8;
}

.nohover:hover {
   background-color: white !important;
}

td:nth-child(3) {
  color: #303030;
  font-weight: 500;
}



th {
    font-size: 0.9em;
}



td {
    width: 42%;
    height: 72px;
    font-weight: 200;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    color:#7F7F7F;
    border-bottom: 1px solid #F4F4F4;
}
td a{
    color: #303030;
    text-decoration: none;
    font-weight: 600;
}









/* footer */

 .footer{
  background-color: #000;
  width:100%;
  height:50px;

}

/* .footer a{
  text-decoration: none;
  color:#fff;
  font-size: 14px;
  letter-spacing: 1px;
}
.footer ul{
  padding-right: 10em;
}
.footer li{

  padding: 0px 1em 0px;
}

.footer a:active{
  color:#fff;
} */

.footer p{
  font-weight: 100;
  text-align: right;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  padding-top: 9px;
  margin: 0;
}

/*
.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

}

.footer li {
  float:right;
}

.footer li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 50px;
  text-decoration: none;
}

.footer li a:hover {
    color: white;
    height: 22px;
    background-color: #333;
}  */


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 19px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}





/* responsive */


@media screen and (max-width:960px)  {
  .logo {
      padding-left: 10em;
  }
  .headertitle {
    padding-top: 7em;
    padding-right: 11.5em;
}
#ourtoppick {
    padding: 3em 3em 3em 5em;
}
}



@media screen and (max-width:768px)  {
  .logo {
      padding-left: 116px;
  }
  .headertitle {
    padding-top: 7em;
    padding-right: 8.5em;
}
#ourtoppick {
    padding: 3em 0em 3em 1em;
}

}



@media screen and (max-width:524px)  {



}


@media screen and (max-width:438px){


@media screen and (max-width:375px){
  #navbar ul {
      padding: 4em 0px 0px 4em;
  }
    #cover{
      background-size: cover;
    }
}

.headertitle {
    position: relative;
    color: #303030;
    font-size: 3em;
    padding-top: 8em;
    padding-right: 0em;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    text-align: right;
}

.logo {
    padding-left: 1em;
    top: 3%;
}
.box{
  background-color: #fff;
  color: #000;
}
#ourtoppick {
    padding: 3em 0em 3em 0em;
}
.flower {
  height: 320px;
}


}

@media screen and (max-width:360px){
  #navbar ul {
      padding: 4em 0px 0px 0em;
  }
  .headertitle {
    padding-top: 4em;
    font-size: 2em;
}
#ourtoppick {
    padding: 2em 2em 3em 3em;
}
.logo {
    padding-left: 95px;
    top: 3%;
    padding-top: 27px;
}
.sticky{
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content{
  padding-top: 60px;
}
}

@media screen and (max-width:325px){

}
