.bottom-nav{
    position: fixed;
    width: 100%;
    padding: 15px 5px;
    background-color: white;
    z-index: 1;
    bottom: 0;
    left: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    white-space: nowrap;
    display: none;
    -webkit-animation-name: swipup;
    -webkit-animation-duration: 0.6s;
    animation-name: swipup;
    animation-duration: 0.6s;
    }
/* Add Animation */
@-webkit-keyframes swipup {
    from {bottom:-100px; opacity:0;} 
    to {bottom:0; opacity:1;}
    }
@keyframes swipup {
    from {bottom:-100px; opacity:0;}
    to {bottom:0; opacity:1;}
    }
.bottom-nav-cont{
    display: flex;
    max-width: 200px;
    justify-content: space-around;
    margin: auto;
    font: normal 400 12px 'roboto';
    padding-left: 15px;
    }
.btm-nav-padder{padding-right: 15px; text-align: center;}
.bottom-nav-item1{
    display: inline-block;
    padding: 8px 15px;;
    border-radius: 50px;
    border: 1px solid #df930B;
    }
.bottom-nav-item2 a{
    display: inline-block;
    background-color: #df930B;
    border-radius: 50px;
    padding: 8px 15px;
    color: white;
    border: 1px solid #df930B;
    }
.bottom-nav-item2 a:hover{
    text-decoration: none;
    color: white;
    }
@media screen and (max-width : 250px){
    .bottom-nav-cont{
    font-size: 4.2vw;
    }
    }
/*for size*/
.size-input-cont{
    display: flex;
    padding: 0px 20px 15px 20px; 
    }
.size-input{
    width: 50px;
    font: normal 400 12px 'roboto';
    padding: 8px 3px;
    border: 1px solid grey;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
    }
.err-cart{
    color: red; 
    font-family: normal 400 13px 'roboto';
    text-align: left;
    padding-left: 20px;
    }
/*for reviews*/
.rating-cont, .rated-cont{
    display: flex;
    }
.rating-cont span, .rated-cont span{
    font: normal 400 15px 'roboto';
    }
.fa-star, .fa-edit{
    padding: 0px 4px 0px 0px;
    background: none;
    font-size: 13px;
    border: none;
    color: grey;
}
/*for customer review*/ 
.cus-review-cont{
    display: flex;
    }
.name-date-cont{
    margin-top: 7px; 
    font: normal 700 13px 'roboto';
    }
.name-date-cont span{
    font-weight: 400;
    color: grey;
    }
.review-text{
    padding-top: 6px;
    font: normal 400 13px 'roboto';
    line-height: 1.2;
    }
.underliner{
    display: block;
   height: 2px;
   background-color: #df930B;
   width: 110px;
}
@media screen and (max-width : 350px){
    .name-date-cont, .review-text{ font-size: 3.2vw;}
    .size-input{
    width: 15vw;
    font-size: 5vw;
    }
    .underliner{width: 30vw;}
   .rating-cont span, .rated-cont span, .fa-star, .fa-edit{
    font-size: 4.2vw;
    }
    }
/*for form completion*/
/*.gen-cont{
    margin: 0px 0px 0px 0px;
    }
.card-cont{ padding: 0px 30px 240px 30px; }*/
.description{
  height: 70px;
  width: 100%;
  padding: 5px 10px;
  font: normal 400 13px 'roboto';
  border-radius: 5px;
  border: 1px solid gray;
 }
textarea[name="desc"]{ resize: horizontal; }
@media screen and (max-width : 900px){.gen-cont{margin: 0px;}}
.errs{
  font: normal 400 13px 'roboto';
  color: red;
  text-align: left;
}
