* {
    margin:0; padding:0;
    box-sizing: border-box;
    /*outline: 1px solid red;*/
    outline: none; border:none;
    text-decoration: none;
    transition: all .2s linear;
    text-transform: capitalize;
  }
  html{
    font-size: 62.5%;
    overflow-x: hidden;
 }
 
 body{
    background-color: #fffcef;
 }
  
  button {
    cursor: pointer;
  }
 
  .containerwrapper {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto auto auto auto auto 1fr;
      grid-template-areas:
      'headertop' 
      'banner'
      'main-product'
      'about-us-box'
      'others'
      'footer'
      ;
      width: 100%;
      height: 100%;
  }
  #headertop {
      background-color: #FFF;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      background-color: black;
  }
  .logo-box {
      height: 100%;
  }
  #headertop .logo-box img {
      height: 100%;
      padding: 0px 2px 0 0;
  }
  
  #headertop .nav-box nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
  }
  #headertop .nav-box nav ul li{
      float: left;
      border-radius: 4px;
  }

  nav ul li:hover {
    background: #02008d;
}
  #headertop .nav-box nav ul li a {
      display: block;
      color: white;
      text-align: center;
      padding: 7px;
      text-decoration: none;
      font-family: 'Inter';
      font-size: 15px;
      font-weight: bold;
  }
  #headertop .nav-box nav ul li .home {
      color: #00D1FF;
      font-family: 'Inter';
      font-size: 12px;
      font-weight: bold;
      padding-right: 50px;
  }

#lognavigation {
    display: none;
}
  .login-signup-box {
      display: block;
      padding: 5px 5px;
  }
  
  .login-signup-box form {
    display: inline;
  }
  .btn {
    padding: 1px;
    background-color: rgb(247, 235, 177);
  }
  .register {
    padding: 2px;
    background-color: rgb(250, 233, 151);
  }
  
  #banner {
    border-top: solid #d4af37 10px;
    background-image: url('img/background.png');
    background-size: cover;
    height: 480px;
    width: auto;
    background-attachment: inherit;
    background-position: center;
    background-blend-mode: lighten;
    padding-left: 10%;
    padding-right: 10%;
  }
  
#banner .text-banner {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 500;
    font-size: 120px;
    color: #ffffff;
    margin-top: 100px;
    text-shadow: 5px 5px 8px #d4af37;
    text-align: center;
}
#banner h2 {
    text-align: center;
    font-family: 'Great Vibes';
    font-weight: 400;
    font-size: 50px;
    line-height: 20px;
    color: #FFFFFF;
    text-shadow: 4px 4px 4px #d4af37;
    margin: 0 auto;
}
  .main-product main .text-our-product {
      color: black;
      font-size: 35px;
      font-family: 'Italiana';
      text-align: center;
      margin-top: 10px;
      padding: 5px;
      background-color: #d4af37;
  }
  .main-index {
      display: flex;
      flex-direction: row;
      font-size: 30px;
      padding-left: 10%;
      padding-right: 10%;
      padding-top: 7%;
      padding-bottom: 5%;
  }
  .main-product .main-index p {
      text-align: center;
      height: 50px;
      font-family: 'Inter';
      font-style: normal;
      font-size: 32px;
      color: #221d14;
      text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
      background-color: #ffffff88;
      line-height: 50px;
      margin-top: 100px;
  }
  
  .men-box, .women-box, .kids-box, .newarrival-box{
      background-color: #f1f1f1;
      flex: 25%;
      height: 305px;
      filter: drop-shadow(10px 10px 4px rgba(0, 0, 0, 0.25));
      border-radius: 0px 15px;
      background-size: cover;
      background-attachment: inherit;
      background-position: center;
      margin: 5px;
  }
  .men-box:hover, .women-box:hover, .kids-box:hover, .newarrival-box:hover {
      transform: scale(1.1);
      opacity: 100%;
      cursor: pointer;
  }
  .men-box{
      background-image: url('img/menswatch/mens_watch.jpg');
  }
  .women-box{
      background-image: url('img/womenswatch/womens_watch.jpg');
  }
  .kids-box{
      background-image: url('img/kidswatch/kids_watch3.jpg');
  }
  .newarrival-box {
      background-image: url('img/newarrival.jpg');
      
  }

  .about-us-box {
    margin-top: 10px;
  }
  .text-about-us {
      color: black;
      font-size: 32px;
      font-family: 'Italiana';
      text-align: center;
      margin-top: 25px;
      padding: 5px;
      background-color: #d4af37;
      padding-left: 10%;
      padding-right: 10%;
  }
  .about-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
  }
  .pic-about-box, .text-about-box {
      background-color: #f1f1f1;
      height: 400px;
  }
  .pic-about-box {
      background-image: url('img/picabout.jpg');
      background-size: cover;
      background-attachment: inherit;
      background-position: center;
      /*width: calc(100% - 425px);*/
      width: auto;
      border-radius: 0px 0px 0px 20px;
      flex: 60%;
      margin-left: 10%;
      margin-right: 10px;
  }
  .text-about-box {
      width: 400px;
      filter: drop-shadow(10px 10px 4px rgba(0, 0, 0, 0.25));
      border-radius: 0px 0px 0px 20px;
      flex: 40%;
      overflow: auto;
      margin-right: 10%;
  }
  .about {
      font-size: 20px;
      padding: 25px;
  }

   /*footer part*/
.other-box {
    border-top: solid 10px #d4af37;
    background-color: #fff5d4;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 5%;
}
.others {
    display: flex;
    flex-direction: row;
    font-size: 20px;
    padding-top: 10px;
    font-family: 'Italiana';
}

.shop, .help, .follow-us, .sign-up {
    flex: 25% ;
}

h3{
    text-transform: uppercase;
    padding-bottom: 25px;
}
#sign-up {
    text-transform: uppercase;
}
h5{
    margin-top: 10px;
}
#footer-form-box {
    padding-top: 10px;
}


  input[type="text"],
  input[type="password"] {
    display: block;
    box-sizing: border-box;
    margin-bottom: 3px;
    padding: 4px;
    width: 220px;
    height: 15px;
    border: none;
    border-bottom: 1px solid #4d4d4d;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    transition: 0.2s ease;
    background-color: rgba(255, 255, 255, 0.856);
  }
  
  input[type="text"]:focus,
  input[type="password"]:focus {
    border-bottom: 2px solid #16a085;
    color: #16a085;
    transition: 0.2s ease;
  }
  
  input[type="submit"] {
    margin-top: 20px;
    background: #16a085;
    border: none;
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.1s ease;
    cursor: pointer;
    
  }
  
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    opacity: 0.8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    transition: 0.1s ease;
  }
  
  input[type="submit"]:active {
    opacity: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    transition: 0.1s ease;
  }
  .footer {
    display: flex;
    flex-direction: row;
    font-size: 20px;
    background-color: #d4af37;
    text-align: center;
    font-family: 'Italiana';
    padding-left: 5%;
    padding-right: 5%;
  }
  .footer-container, .privacy, .terms {
    flex: 50%;
}

.p-copyright {
    font-family: 'Great Vibes';
    font-weight: 400;
}
  /* index mobile */

@media only screen and (min-width: 220px) and (max-width: 480px) {
    #headertop {
        height: 30px;
    }
    #headertop .nav-box nav ul li a {
        padding: 1px 2px;
        font-size: 8px;
    }
    #headertop .nav-box nav ul li .home {
        font-size: 7px;
        padding-right: 2px;
    }
    .login-signup-box {
        padding: 1px 1px;
        margin-right: 2px;
    }
    .btn {
        font-size: 7px;
    }
    #banner {
        grid-area: banner;
        background-size: cover;
        height: 150px;
        width: inherit;
    }
    #banner .text-banner {
        display: none;
    }
    #banner h2 {
        display: none;
    }
    .main-product main .text-our-product {
        padding-top: 5px;
        font-size: 15px;
        text-align: center;
    }
    .main-index {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .main-product .main-index p {
        height: 15px;
        font-size: 10px;
        color: #221d14;
        line-height: 10px;
        margin-top: 40px;
        font-size: 11px;
    }
    
    .men-box, .women-box, .kids-box, .newarrival-box{
        flex: 50%;
        height: 90px;
        filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.25));
        border-radius: 0px 7px;
    }
    
    .text-about-us {
        font-size: 17px;
        text-align: center;
    }
    .about-box {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .pic-about-box {
        width: 70px;
        height: 250px;
        filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.25));
        border-radius: 0px 0px 0px 50px;
    }
    .text-about-box {
        width: 70px;
        height: 250px;
        filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.25));
        border-radius: 0px 5px 0px 0px;
    }
    .about {
        font-size: 9px;
        padding: 5px;
    }
    .others {
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .shop, .help, .follow-us, .sign-up {
        flex: 25%;
        padding: 2px;
    }
    .other-h3 {
        padding-bottom: 10px;
        font-size: small;
    }
    #sign-up {
        text-transform: uppercase;
        padding-bottom: 2px;
    }
    h5{
        margin-top: 4px;
        font-size: 10px;
    }
    #footer-form-box {
        padding-top: 4px;
    }
        input[type="text"],
        input[type="password"] {
        margin-bottom: 1px;
        padding: 1px;
        width: inherit;
        height: 10px;
        }

        .footer {
        font-size: 10px;
        padding: 3px 3px;
        }
        
        .p-copyright {
        font-weight: 200;
    }
    .register {
        font-size: 7px;
        padding: 1px;
    }
    .footer {
        padding-left: 5px;
        padding-right: 5px;
    } 
  }

@media only screen and (max-width: 600px) {
    #headertop {
        height: 32px;
    }
    #headertop .nav-box nav ul li a {
        padding: 2px 2px;
        font-size: 9px;
    }
    #headertop .nav-box nav ul li .home {
        font-size: 9px;
        padding-right: 10px;
    }
    .login-signup-box {
        padding: 2px 2px;
        margin-right: 5px;
    }
    .btn {
        font-size: 8px;
    }
    #banner {
        grid-area: banner;
        background-size: cover;
        height: 250px;
        width: inherit;
    }
    #banner .text-banner {
        font-weight: 400;
        font-size: 75px;
        color: #ffffff;
        text-align: center;
        margin-top: 45px;
    }
    #banner h2 {
        text-align: center;
        font-weight: 400;
        font-size: 25px;
        line-height: 10px;
        color: #FFFFFF;
    }
    .main-product main .text-our-product {
        margin-top: 7px;
        font-size: 22px;
        text-align: center;
    }
    .main-index {
        font-size: 20px;
        margin-top: 50px;
        margin-bottom: 10px;
        gap: 0 5px;
    }
    .main-product .main-index p {
        height: 30px;
        font-size: 12px;
        color: #221d14;
        line-height: 30px;
        margin-top: 50px;
    }
    
    .men-box, .women-box, .kids-box, .newarrival-box{
        flex: 25%;
        height: 150px;
        filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.25));
        border-radius: 0px 10px;
        margin: 2px;
    }
    
    .text-about-us {
        font-size: 22px;
        text-align: center;
    }
    .about-box {
        font-size: 15px;
        margin-top: 30px;
        margin-bottom: 5%;
        gap: 0 5px;
    }
    
    .pic-about-box {
        width: calc(100% - 200px);
        filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.25));
        border-radius: 0px 0px 0px 10px;
    }
    .text-about-box {
        width: 200px;
        filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.25));
        border-radius: 0px 10px 0px 0px;
    }
    .about {
        font-size: 10px;
        padding: 15px;
    }
    .others {
        font-size: 15px;
        margin-left: 20px;
        margin-top: 5%;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    h3{
        padding-bottom: 13px;
    }
    #sign-up {
        text-transform: uppercase;
        padding-bottom: 2px;
    }
    .sign-up_ {
        display: none;
    }
    h5{
        margin-top: 5px;
    }
    #footer-form-box {
        padding-top: 5px;
    }
        input[type="text"],
        input[type="password"] {
        margin-bottom: 1px;
        padding: 1px;
        width: inherit;
        height: 10px;
        font-size: 10px;
        }

    .p-copyright {
        font-weight: 200;
    }
    .register {
        font-size: 9px;
        padding: 2px;
    }
    .footer {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* index tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #headertop {
        height: 35px;
    }
    #headertop .nav-box nav ul li a {
        padding: 6px 8px;
        font-size: 10px;
    }
    #headertop .nav-box nav ul li .home {
        font-size: 10px;
        padding-right: 35px;
    }
    .login-signup-box {
        padding: 8px 9px;
        margin-right: 5px;
    }
    .btn {
        font-size: 9px;
    }
    #banner {
        height: 400px;
        border-top: solid #d4af37 10px;
    }
    #banner .text-banner {
        font-weight: 400;
        font-size: 85px;
        color: #ffffff;
        text-align: center;
    }
    #banner h2 {
        text-align: center;
        font-weight: 400;
        font-size: 35px;
        line-height: 10px;
        color: #FFFFFF;
    }
    .main-product main .text-our-product {
        font-size: 27px;
    }
    .main-index {
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 5%;
        gap: 0 5px;
    }
    .main-product .main-index p {
        height: 35px;
        font-size: 25px;
        line-height: 35px;
        margin-top: 60px;
    }
    
    .men-box, .women-box, .kids-box, .newarrival-box{
        height: 250px;
        border-radius: 0px 10px;
    }
    
    .text-about-us {
        font-size: 25px;
    }
    .about-box {
        font-size: 25px;
        margin-top: 60px;
        margin-bottom: 80px;
        gap: 0 5px;
    }
    
    .pic-about-box {
        width: calc(100% - 250px);
        filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.25));
        border-radius: 0px 0px 0px 10px;
    }
    .text-about-box {
        width: 250px;
        filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.25));
        border-radius: 0px 10px 0px 0px;
    }
    .about {
        font-size: 13px;
        padding: 20px;
    }
    .others {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 0;
    }
    h3{
        padding-bottom: 16px;
    }
    #sign-up {
        text-transform: uppercase;
        padding-bottom: 3px;
    }
    h5{
        margin-top: 6px;
    }
    #footer-form-box {
        padding-top: 6px;
    }
        input[type="text"],
        input[type="password"] {
        margin-bottom: 2px;
        padding: 2px;
        width: inherit;
        height: 11px;
        font-size: 11px;
        }

        
    .p-copyright {
        font-weight: 200;
    }
    .register {
        font-size: 10px;
        padding: 2px;
    }
    .footer {
        padding-left: 15px;
        padding-right: 15px;
    } 
}

/* index landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #headertop {
        height: 40px;
    }
    #headertop .nav-box nav ul li a {
        padding: 7px 9px;
        font-size: 11px;
    }
    #headertop .nav-box nav ul li .home {
        font-size: 9px;
        padding-right: 40px;
    }
    .login-signup-box {
        padding: 9px 10px;
        margin-right: 5px;
    }
    .btn {
        font-size: 10px;
    }
    #banner {
        height: 450px;
        border-top: solid #E5D391 9px;
    }
    #banner .text-banner {
        font-family: 'Great Vibes';
        font-style: normal;
        font-weight: 500;
        font-size: 100px;
        color: #ffffff;
        margin-top: 100px;
        text-shadow: 5px 5px 8px #d4af37;
        text-align: center;
    }
    #banner h2 {
        text-align: center;
        font-family: 'Great Vibes';
        font-weight: 400;
        font-size: 42px;
        line-height: 20px;
        color: #FFFFFF;
        text-shadow: 4px 4px 4px #d4af37;
        margin: 0 auto;
    }
    .main-product main .text-our-product {
        font-size: 30px;
    }
    .main-index {
        font-size: 27px;
        margin-bottom: 10px;
        gap: 0 5px;
    }
    .main-product .main-index p {
        height: 40px;
        font-size: 30px;
        line-height: 37px;
        margin-top: 70px;
    }
    
    .men-box, .women-box, .kids-box, .newarrival-box{
        height: 270px;
        border-radius: 0px 10px;
    }
    
    .text-about-us {
        font-size: 27px;
    }
    .about-box {
        font-size: 27px;
        gap: 0 5px;
    }
    
    .pic-about-box {
        width: calc(100% - 300px);
        filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.25));
        border-radius: 0px 0px 0px 10px;
    }
    .text-about-box {
        width: 300px;
        filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.25));
        border-radius: 0px 10px 0px 0px;
    }
    .about {
        font-size: 15px;
        padding: 20px;
    }
    .others {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 0;
    }
    h3{
        padding-bottom: 16px;
    }
    #sign-up {
        text-transform: uppercase;
        padding-bottom: 3px;
    }
    h5{
        margin-top: 6px;
    }
    #footer-form-box {
        padding-top: 6px;
    }
        input[type="text"],
        input[type="password"] {
        margin-bottom: 2px;
        padding: 2px;
        width: inherit;
        height: 11px;
        font-size: 11px;
        }

        .p-copyright {
        font-weight: 200;
    }
    .register {
        font-size: 10px;
        padding: 2px;
    }
    .footer {
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }  
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #headertop {
        height: 43px;
    }
    #headertop .nav-box nav ul li a {
        padding: 8px 10px;
        font-size: 10px;
    }
    #headertop .nav-box nav ul li .home {
        font-size: 11px;
        padding-right: 45px;
    }
    .login-signup-box {
        padding: 10px 11px;
    }
    .btn {
        font-size: 11px;
    }
    #banner {
        height: 460px;
        width: inherit;
        border-top: solid #d4af37 10px;
    }
    #banner .text-banner {
        font-family: 'Great Vibes';
        font-style: normal;
        font-weight: 500;
        font-size: 100px;
        color: #ffffff;
        margin-top: 100px;
        text-shadow: 5px 5px 8px #d4af37;
        text-align: center;
    }
    #banner h2 {
        text-align: center;
        font-family: 'Great Vibes';
        font-weight: 400;
        font-size: 42px;
        line-height: 20px;
        color: #FFFFFF;
        text-shadow: 4px 4px 4px #d4af37;
        margin: 0 auto;
    }
    .main-product main .text-our-product {
        font-size: 30px;
    }
    .main-index {
        font-size: 27px;
        gap: 0 5px;
    }
    .main-product .main-index p {
        height: 45px;
        font-size: 30px;
        line-height: 40px;
        margin-top: 75px;
    }
    
    .men-box, .women-box, .kids-box, .newarrival-box{
        height: 280px;
        border-radius: 0px 10px;
    }
    
    .text-about-us {
        font-size: 29px;
    }
    .about-box {
        font-size: 27px;
    }
    
    .pic-about-box {
        width: calc(100% - 350px);
        filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.25));
        border-radius: 0px 0px 0px 10px;
    }
    .text-about-box {
        width: 350px;
        filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.25));
        border-radius: 0px 10px 0px 0px;
    }
    .about {
        font-size: 17px;
        padding: 22px;
    }
    .others {
        font-size: 17px;
        margin-top: 30px;
        padding-bottom: 8px;
    }
    h3{
        padding-bottom: 18px;
    }
    #sign-up {
        text-transform: uppercase;
        padding-bottom: 3px;
    }
    h5{
        margin-top: 8px;
    }
    #footer-form-box {
        padding-top: 8px;
    }
        input[type="text"],
        input[type="password"] {
        margin-bottom: 2px;
        padding: 3px;
        width: inherit;
        height: 12px;
        font-size: 12px;
        }

    .footer {
        font-size: 16px;
        padding: 6px 6px;
    }
        
        .p-copyright {
        font-weight: 300;
    }
    
    .register {
        font-size: 15px;
        padding: 2px;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #headertop {
        height: 55px;
    }
    #headertop .nav-box nav ul li a {
        padding: 9px 11px;
        font-size: 14px;
    }
    #headertop .nav-box nav ul li .home {
        font-size: 14px;
        padding-right: 48px;
    }
    
    .btn {
        font-size: 12px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    #banner {
        height: 470px;
        width: inherit;
        border-top: solid #d4af37 10px;
    }
    #banner .text-banner {
        font-family: 'Great Vibes';
        font-style: normal;
        font-weight: 500;
        font-size: 110px;
        color: #ffffff;
        margin-top: 100px;
        text-shadow: 5px 5px 8px #d4af37;
        text-align: center;
    }
    #banner h2 {
        text-align: center;
        font-family: 'Great Vibes';
        font-weight: 400;
        font-size: 42px;
        line-height: 20px;
        color: #FFFFFF;
        text-shadow: 4px 4px 4px #d4af37;
        margin: 0 auto;
    }
    .main-product main .text-our-product {
        font-size: 33px;
    }
    .main-index {
        font-size: 27px;
        margin-top: 10px;
        padding-bottom: 7%;
    }
    .main-product .main-index p {
        height: 45px;
        font-size: 30px;
        line-height: 40px;
        margin-top: 85px;
    }
    
    .men-box, .women-box, .kids-box, .newarrival-box{
        height: 295px;
        border-radius: 0px 10px;
    }
    
    .text-about-us {
        font-size: 30px;
    }
    .about-box {
        font-size: 27px;
        padding-bottom: 5%;
    }
    
    .pic-about-box {
        width: calc(100% - 375px);
        filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.25));
        border-radius: 0px 0px 0px 10px;
    }
    .text-about-box {
        width: 375px;
        filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.25));
        border-radius: 0px 10px 0px 0px;
    }
    .about {
        font-size: 17px;
        padding: 22px;
    }
    /*footer part*/
    .others {
        font-size: 18px;
    }
    h3{
        padding-bottom: 20px;
    }
    #sign-up {
        text-transform: uppercase;
        padding-bottom: 4px;
    }
    h5{
        margin-top: 9px;
    }
    #footer-form-box {
        padding-top: 9px;
    }
        input[type="text"],
        input[type="password"] {
        margin-bottom: 3px;
        padding: 4px;
        width: inherit;
        height: 13px;
        font-size: 13px;
        }

    .footer {
        font-size: 18px;
        padding: 8px 8px;
    }

    .register {
        font-size: 11px;
        padding: 3px;
        background-color: #E5D391;
    }
        
    .p-copyright {
        font-weight: 400;
    }

}


/*shop*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600&display=swap');

#banner-shop{
    height: 280px;
    background-image: url('img/background.png');
    background-size: cover;
    width: inherit;
    background-attachment: inherit;
    background-position: center;
    background-blend-mode: lighten;
    border-top: solid #d4af37 10px;
}

#banner-shop .text-banner {
    font-weight: 400;
    font-size: 100px;
    font-family: 'Great Vibes';
    font-style: normal;
    margin-top: 40px;
    padding: 0 auto;
    text-shadow: 5px 5px 8px #d4af37;
    text-align: center;
    color: #F6EBB1;
}
#banner-shop  h2 {
    text-align: center;
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 1px;
    color: #FFFFFF;
    text-shadow: 5px 5px 8px #d4af37;
    margin: 0 auto;
}
.container{
    display: flex;
    justify-content: center;
    padding-top: 50px;
    font-size: 20px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10%;
    column-gap: 15px;
 }
.side-menu {
    flex: 35%;
}
.side-menu p {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 5px;
}
#men-pro, #women-pro, #kid-pro, #assort-pro, #all-pro {
    font-family: 'Italiana';
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    width: 250px;
    height: 50px;
    background: #D9D9D9;
    box-shadow: 7px 7px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#men-pro:hover, #women-pro:hover, #kid-pro:hover, #assort-pro:hover, #all-pro:hover {
    outline: .3rem solid #fcdc6a;
    outline-offset: 0;
    transform: scale(1.1);
    opacity: 100%;
    cursor: pointer;
    border-radius: 3px;
}
 .container .title{
    font-size: 3.5rem;
    color:#444;
    margin-bottom: 3rem;
    text-transform: uppercase;
    text-align: center;
 }
 
 .container .products-container {
    flex: 65%;
    display: flex;
    flex-direction: row;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10%;
 }

#men {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
    'product1 product2 product3'
    'product4 product5 product6'
    ;
    column-gap: 15px;
}

#women {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
    'product7 product8 product9'
    'product10 product11 product12'
    ;
    column-gap: 15px;
}

#kid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
    'product13 product14 product15'
    'product16 product17 product18'
    ;
    column-gap: 15px;
}

#assort {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
    'product1 product13 product7 product18'
    'product12 product6 product17 product9'
    ;
    column-gap: 15px;
}
#all {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
    'product1 product2 product3 product4'
    'product5 product6 product7 product8'
    'product9 product10 product11 product12'
    'product13 product14 product15 product16'
    ;
    column-gap: 15px;
}

#men img, #women img, #kid img {
    width: 250px;
    height: inherit;
}

#assort img, #all img {
    width: 150px;
    height: inherit;
}

#men h3, #women h3, #kid h3, #assort h3, #all h3 {
    text-align: center;
    font-size: 17px;
    font-family: 'Italiana';
}

.price {
    text-align: center;
    font-size: 20px;
}

.product1, .product2, .product3, .product4, .product5, .product6, .product7, .product8, .product9,.product10,.product11, .product12, .product13, .product14, .product15, .product16, .product17, .product18 {
    margin: 0 auto;
    float: left;
    width: auto;
    border-radius: 2px;
    outline: .2rem solid #D9D9D9;
    margin: 0 auto;
    padding: 10px;
    background-color:#fffdfd;
 }
 .product1 img:hover, .product2 img:hover, .product3 img:hover, .product4 img:hover, .product5 img:hover, .product6 img:hover, .product7 img:hover, .product8 img:hover, .product9 img:hover,.product10 img:hover,.product11 img:hover, .product12 img:hover, .product13 img:hover, .product14 img:hover, .product15 img:hover, .product16 img:hover, .product17 img:hover, .product18 img:hover {
    outline: .3rem solid #ffffff;
    outline-offset: 0;
    transform: scale(1.1);
    opacity: 100%;
    cursor: pointer;
    border-radius: 3px;
 }

/*shop mobile*/
@media only screen and (max-width: 600px){
    #banner-shop .text-banner {
        font-weight: 400;
        font-size: 85px;
        color: #ffffff;
        text-align: center;
    }
    #banner-shop  h2 {
        text-align: center;
        font-weight: 400;
        font-size: 38px;
        line-height: 10px;
        color: #FFFFFF;
    }
    .container{
        display: flex;
        justify-content: center;
        padding-top: 50px;
        font-size: 20px;
        padding-top: 10%;
        column-gap: 8px;
    }
    .side-menu {
        flex: 35%;
    }
    .side-menu p {
        color: #000000;
        font-size: 15px;
        padding-bottom: 5px;
    }
    #men-pro, #women-pro, #kid-pro, #assort-pro, #all-pro {
        width: 160px;
        height: 30px;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .container .products-container {
        flex: 65%;
        font-size: 15px;
        text-align: center;
        margin-top: 2%;
        margin-bottom: 20%;
        height: max-content;
    }
    #men {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product1 product3'
        'product5 product6'
        'product2 product4'
        ;
        column-gap: 9px;
        row-gap: 9px;
    }
    #women {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product7 product8'
        'product9 product10'
        'product11 product12'
        ;
        column-gap: 9px;
        row-gap: 9px;
    }
    #kid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product13 product14'
        'product15 product16'
        'product17 product18'
        ;
        column-gap: 9px;
        row-gap: 9px;
    }
    #assort {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product1 product13'
        'product7 product18'
        'product12 product6'
        'product17 product9'
        ;
        column-gap: 9px;
        row-gap: 9px;
    }
    #all {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product1 product7 product15'
        'product10 product3 product9'
        'product2 product16 product5'
        'product11 product9 product3'
        'product4 product8 product5'
        ;
        column-gap: 9px;
        row-gap: 9px;
    }
    #men img, #women img, #kid img {
        width: 145px;
        height: inherit;
    }
    
    #assort img, #all img {
        width: 145px;
        height: inherit;
    }
}

@media only screen and (min-width: 600px) {
    #banner-shop .text-banner {
        font-weight: 400;
        font-size: 95px;
        color: #ffffff;
    }
    #banner-shop  h2 {
        text-align: center;
        font-weight: 400;
        font-size: 40px;
        line-height: 10px;
        color: #FFFFFF;
    }
    .container{
        display: flex;
        justify-content: center;
        padding-top: 50px;
        font-size: 20px;
        padding-top: 10%;
        column-gap: 9px;
    }
    .side-menu {
        flex: 35%;
    }
    .side-menu p {
        color: #000000;
        font-size: 17px;
        padding-bottom: 5px;
    }
    #men-pro, #women-pro, #kid-pro, #assort-pro, #all-pro {
        width: 175px;
        height: 35px;
        margin-bottom: 6px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    
    .container .products-container {
        flex: 65%;
        font-size: 20px;
        text-align: center;
        margin-top: 2%;
        margin-bottom: 20%;
        height: max-content;
    }
    #men {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product1 product3'
        'product5 product6'
        'product2 product4'
        ;
        column-gap: 10px;
        row-gap: 10px;
    }
    #women {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product7 product8'
        'product9 product10'
        'product11 product12'
        ;
        column-gap: 10px;
        row-gap: 10px;
    }
    #kid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product13 product14'
        'product15 product16'
        'product17 product18'
        ;
        column-gap: 10px;
        row-gap: 10px;
    }
    #assort {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product1 product13'
        'product7 product18'
        'product12 product6'
        'product17 product9'
        ;
        column-gap: 10px;
        row-gap: 10px;
    }
    #all {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product1 product7 product15'
        'product10 product3 product9'
        'product2 product16 product5'
        'product11 product9 product3'
        'product4 product8 product5'
        ;
        column-gap: 10px;
        row-gap: 10px;
    }
    #men img, #women img, #kid img {
        width: 195px;
        height: inherit;
    }
    
    #assort img, #all img {
        width: 195px;
        height: inherit;
    }
}

/* index landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #banner-shop .text-banner {
        font-weight: 400;
        font-size: 100px;
        color: #ffffff;
    }
    #banner-shop  h2 {
        font-size: 42px;
        line-height: 10px;
        color: #FFFFFF;
    }
    .container{
        display: flex;
        justify-content: center;
        padding-top: 50px;
        font-size: 20px;
        padding-top: 10%;
        column-gap: 9px;
    }
    .side-menu {
        flex: 35%;
    }
    .side-menu p {
        color: #000000;
        font-size: 19px;
        padding-bottom: 6px;
    }
    #men-pro, #women-pro, #kid-pro, #assort-pro, #all-pro {
        width: 190px;
        height: 38px;
        margin-bottom: 7px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    
    .container .products-container {
        flex: 65%;
        font-size: 22px;
        text-align: center;
        margin-top: 2%;
        margin-bottom: 20%;
        height: max-content;
    }
    #men {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product1 product2 product3'
        'product4 product5 product6'
        ;
        column-gap: 11px;
        row-gap: 11px;
    }
    #women {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product7 product8 product9'
        'product10 product11 product12'
        ;
        column-gap: 11px;
        row-gap: 11px;
    }
    #kid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product13 product14 product15'
        'product16 product17 product18'
        ;
        column-gap: 11px;
        row-gap: 11px;
    }
    #assort {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product1 product13 product7 '
        'product18 product12 product6'
        'product17 product9'
        ;
        column-gap: 11px;
        row-gap: 11px;
    }
    #all {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product1 product7 product15'
        'product10 product3 product9'
        'product2 product16 product5'
        'product11 product9 product3'
        'product4 product8 product5'
        ;
        column-gap: 11px;
        row-gap: 11px;
    }
    #men img, #women img, #kid img {
        width: 150px;
        height: inherit;
    }
    
    #assort img, #all img {
        width: 150px;
        height: inherit;
    }
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #banner-shop .text-banner {
        font-weight: 400;
        font-size: 105px;
        color: #ffffff;
    }
    #banner-shop  h2 {
        font-size: 44px;
        line-height: 10px;
        color: #FFFFFF;
    }
    .container{
        display: flex;
        justify-content: center;
        font-size: 20px;
        padding-top: 10%;
        column-gap: 11px;
    }
    .side-menu {
        flex: 35%;
        padding-top: 5px;
        margin-right: 10px;
    }
    .side-menu p {
        color: #000000;
        font-size: 21px;
        padding-bottom: 6px;
    }
    #men-pro, #women-pro, #kid-pro, #assort-pro, #all-pro {
        width: 215px;
        height: 41px;
        margin-bottom: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
    .container .products-container {
        flex: 65%;
        font-size: 23px;
        text-align: center;
        margin-top: 2%;
        margin-bottom: 20%;
        height: max-content;
    }
    #men {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product1 product2 product3'
        'product4 product5 product6'
        ;
        column-gap: 12px;
        row-gap: 12px;
    }
    #women {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product7 product8 product9'
        'product10 product11 product12'
        ;
        column-gap: 12px;
        row-gap: 12px;
    }
    #kid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product13 product14 product15'
        'product16 product17 product18'
        ;
        column-gap: 12px;
        row-gap: 12px;
    }
    #assort {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product1 product13 product7 '
        'product18 product12 product6'
        'product17 product9'
        ;
        column-gap: 12px;
        row-gap: 12px;
    }
    #all {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product1 product7 product15'
        'product10 product3 product9'
        'product2 product16 product5'
        'product11 product9 product3'
        'product4 product8 product5'
        ;
        column-gap: 12px;
        row-gap: 12px;
    }
    #men img, #women img, #kid img {
        width: 230px;
        height: inherit;
    }
    
    #assort img, #all img {
        width: 150px;
        height: inherit;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #banner-shop .text-banner {
        font-weight: 400;
        font-size: 115px;
        color: #ffffff;
    }
    #banner-shop  h2 {
        font-size: 48px;
        line-height: 10px;
        color: #FFFFFF;
    }
    .container{
        display: flex;
        justify-content: center;
        font-size: 21px;
        padding-top: 7%;
        column-gap: 12px;
    }
    .side-menu {
        flex: 35%;
        padding-top: 7px;
        margin-right: 10px;
    }
    .side-menu p {
        color: #000000;
        font-size: 23px;
        padding-bottom: 7px;
    }
    #men-pro, #women-pro, #kid-pro, #assort-pro, #all-pro {
        width: 250px;
        height: 41px;
        margin-bottom: 9px;
        padding-top: 9px;
        padding-bottom: 9px;
    }
    
    .container .products-container {
        flex: 65%;
        font-size: 23px;
        text-align: center;
        margin-top: 2%;
        margin-bottom: 20%;
        height: max-content;
    }
    #men {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product1 product2 product3'
        'product4 product5 product6'
        ;
        column-gap: 14px;
        row-gap: 14px;
    }
    #women {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product7 product8 product9'
        'product10 product11 product12'
        ;
        column-gap: 14px;
        row-gap: 14px;
    }
    #kid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product13 product14 product15'
        'product16 product17 product18'
        ;
        column-gap: 14px;
        row-gap: 14px;
    }
    #assort {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product1 product13 product7 '
        'product18 product12 product6'
        'product17 product9'
        ;
        column-gap: 14px;
        row-gap: 14px;
    }
    #all {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        'product1 product7 product15'
        'product10 product3 product9'
        'product2 product16 product5'
        'product11 product9 product3'
        'product4 product8 product5'
        ;
        column-gap: 14px;
        row-gap: 14px;
    }
    #men img, #women img, #kid img {
        width: 200px;
        height: inherit;
    }
    
    #assort img, #all img {
        width: 150px;
        height: inherit;
    }
}

 /*scroll-bar*/
 ::-webkit-scrollbar {
    width: 3px;
}
        
/*scrollbar track*/
::-webkit-scrollbar-track {
    border-radius: 1px;
}
     
/* this is the handle of the scrollbar */
::-webkit-scrollbar-thumb {
    border-radius: 1px;
}
        
/* the hover effect */
::-webkit-scrollbar-thumb:hover {
    background: #d4af37; 
}