* {
    /* box-sizing: border-box; */
    margin: 0px;
    padding: 0px;
  }
  
  body {
    margin: 0;
  }
  
  .navbar {
    overflow: hidden;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    
    display: flex;
    justify-content: space-around;
  }
  
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 10px;
    border: none;
    outline: none;
    color: #d61f27;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
  }
  
  .dropbtn > hr {
    border: none;
  }
  .dropbtn:hover > hr {
    border-bottom: 3px solid #d61f27;
  }
  
  .dropbtn:hover {
    color: white;
  
    /* text-decoration: underline; */
  }
  .navbar button:hover,
  .dropdown:hover .dropbtn {
    color: #d61f27;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    left: 0;
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);  */
    z-index: 1;
  }
  
  .dropdown:active .dropdown-content {
    display: block;
  }
  
  /* Create three equal columns that floats next to each other */
  .column {
    
    float: left;
    width: 16%;
    margin: auto;
    padding: 10px;
    display: grid;
    justify-content: space-evenly;
    /* align-content: space-around; */
    background-color: white;
    height: auto;
  }
  .column > hr {
    width: 100%;
  }
  
  .column a {
    float: none;
    font-size: 14px;
    color: #393939;
    padding: 7px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  .column > a:hover,
  h3 > a:hover {
    /* overflow: hidden; */
    /* position: absolute; */
    /* width: auto; */
    color: #00819d;
    border-bottom: 3px solid #00819d;
    border-color: #00819d;
    transition: 300ms;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  .bold {
    font-weight: bold;
  }
  .blue {
    color: #000000 !important ;
  }
  .blue:hover > hr {
    border-bottom: 3px solid #00819d !important;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
    /* display: grid; */
    /* grid-template-rows: repeat(auto); */
  }
  
  .column > img {
    position: absolute;
    cursor: pointer;
  
    /* top: 10%; */
    height: auto;
    width: auto;
    background-repeat: no-repeat;
  }
  .column:last-child > #navSign {
    position: absolute;
    bottom: 150px;
    color: #00819d;
    text-decoration: underline;
  }
  .column > .shopDress {
    position: absolute;
    bottom: 130px;
    color: #00819d;
    text-decoration: underline;
    /* text-decoration: underline; */
  }
  .column > .shopActive {
    position: absolute;
    bottom: 100px;
    color: #00819d;
    text-decoration: underline;
    /* text-decoration: underline; */
  }
  .column > .shopDress:hover {
    color: #00819d;
    border: none;
    /* text-decoration: underline; */
  }
  .column:last-child > #navSign:hover {
    border: none;
    color: #00819d;
    text-decoration: underline;
  }
  /* logo div   */
  .logoCon {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  #cartAndSignin{
   display: flex;
   justify-content: space-between; 
   width: 10%;
  }
  
  
  .searchdiv {
    height: 45px;
    width: 55%;
    border: 1px solid #bbbbbb;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
  }
  .searchdiv > #searchBar {
    border: none;
    text-indent: 5px;
    height: auto;
    width: 100%;
    padding: 0 10px;
    font-size: 18px;
    box-sizing: content-box;
  }
  
  #searchBar:focus {
    outline: none;
  }
  img {
    background-size: 83px 36px;
    height: 36px;
    width: 83px;
  }
  .searchdiv > i {
    /* position: absolute; */
    margin: 10px;
    color: #bbbbbb !important;
    left: 20px;
    /* background-repeat: no-repeat; */
    font-size: 20px;
  }
  .btnCart {
    display: flex;
    justify-content: space-between;
    /* justify-content: center; */
    /* align-items: center; */
    /* align-content: center; */
    width: 70px;
    padding-top: 10px;
    /* text-decoration: ; */
  }
  
  .btnCart > a {
    /* font-size: 20px; */
    color: #333;
    text-decoration: none;
  }
  .btnCart > i {
    color: #bbbbbb;
  }
  
  #cart > :nth-child(1){
    width: 10px;
    height: 5px; /* as the half of the width */
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border: 1px solid rgb(0, 0, 0);
    border-bottom: 0;
    margin: auto;
  
  }
  #cart > :nth-child(2){
  border: 1px solid black;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .offerRow{
    background-color: #00819d;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    /* padding: 1px; */
    color: white;
    display: flex;
    /* text-align: center; */
    justify-content: center;
    align-items: center;
    /* align-self: center; */
  
    height: 42px;
  }
  .offerRow > p{
    font-family: Arial, Helvetica, sans-serif;
    /* font-size: 16px; */
    /* font-weight: bold; */
  }
  .offerRow > p>span{
    /* font-size: 16px; */
    font-weight: bold;
  }
  .offerRow > p> a{
    color: white;
  
  }
  #fullMenu{
    width: 95%;
    margin: auto;
    /* border: 2px solid red; */
  }
  #hrTagLine{
    border: none;
    height: 1px;
    background-color: rgb(199, 199, 199);
  }
  
  .signupPage{
      /* border: 2px solid red; */
      /* display: flex; */
      /* display: inline; */
      /* width: fit-content; */
      width: 23%;
      margin: auto;
      margin-top: 5%;
    }
  .signupPage>*{
font-family:Arial, Helvetica, sans-serif ;
    }
  .signupPage>h3{
    font-size: 25px;
    font-weight: lighter;
    margin-bottom: 20px;
    }
  .signupPage>:nth-child(2){
    font-size: 13px;
    margin-bottom: 15px;
  }
  #SignUpForm>:nth-child(1){
font-size: 13px;
font-weight: bold;
margin-bottom: 10px;
  }
  #SignUpForm>:nth-child(2){
height: 40px;
width: 100%;
margin-bottom: 15px;
  }
  #SignUpForm>:nth-child(2):focus{
outline: none;
border: 1px solid grey;
border-bottom:3px solid #00819d;

  }
  #SignUpForm>:nth-child(3){
font-size: 13px;
margin-bottom: 20px;
  }
  #SignUpForm>:nth-child(3)>span{
color: #00819d;
text-decoration:underline;

  }
  #SignUpForm>:nth-child(4){
width: 100%;
height: 40px;
border: none;
background-color:#00819d;
color: white;

  }



  #SignUpForm>:nth-child(4):hover{
width: 100%;
height: 40px;
border: none;
background-color:#ffffff;
color: #00819d;
border: 1px solid #00819d;

  }

  

  #footer-1-box{
    margin: auto;
    display: grid;
    grid-template-columns: 20% 1fr 1fr;
    grid-gap: 10px;
    display: flex;
    justify-content: flex-end;
    font-family: Brandon Text,Arial,sans-serif;
    margin-top: 20px;
    
}
.upper-box{
    margin-top: 10px;
    font-weight: 100;
}
.Emai-box{
    width: 20%;
}
.signupbox{
    width: 20%;
    
}
.signupbox:hover{
    border: 2px solid #00819d;
}

#footer-box{
    display: flex;
}
#footer-1-box>div:nth-child(2)>span>input{
    height: 30px;
    width: 100%;
}
button{
    background: #00819d ;
    color: #fff;
    font-weight: 400;
    height: 36px;
    width: 100%;
    border: 0px;
    font-weight: 400;
    line-height: 1.4;

}
button:hover{
    cursor: pointer;
    background-color: #fff;
    color: #00819d;
    border: #00819d;
}
.footer-down-box{
    background-color: #f9f9f9;
    margin-top: 20px;
    font-family: Brandon Text,Arial,sans-serif;
    font-weight: 400;
    line-height: 1;
}
.left-content{
    display: flex;
    column-gap: 10px;
}
a{
    color: grey;
    text-decoration: none;
    cursor: pointer;
    font-family: Brandon Text,Arial,sans-serif;
}
a:hover{
    transition: border-color 300ms;
    color: #00819d;
    text-decoration:underline;
}
h3{
   margin-left: 40px;
   margin-bottom: -10px;
   line-height: 25px;
}
.list-content{
    list-style: none;
    line-height: 25px;
    
}
.bottom-content
{
    display: inline-flex;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin-left: -90px;
    margin-top: 40px;
    margin-bottom: 20px; 
}
.right-content{
    margin: auto;
    font-size: 20px;
    margin-top: 60px;
}

#social-icons
{
    display: inline-flex;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}
#social-icons:hover{
    cursor: pointer;
    
}
.link-icons{
    color: black;
}




