:root {
    --black: #0D0D0D;
    --blue: #299FBE;
    --white: #ffffff;
    --gray: #1E1E1E;
  }
body {
    font-family: "Oxanium", sans-serif;
    font-optical-sizing: auto;
    font-weight: 1000;
    font-style: normal;
    background-color: var(--gray);
    width: 99%;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}
/* alert css  */
.alert-box {
    padding: 20px;
    background-color: #299FBE;
    color: white;
    position: absolute;
    z-index: 10;
    border-radius: 50px;
  }
  
  .alert-closebtn {
    margin-left: 15px;
    color: black;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .alert-closebtn:hover {
    color: red;
  }
/* end of alert css  */
a {
    text-decoration: none;
    color: var(--blue);
}
/* navbar css */
.logo-and-nav {
    display: grid;
    grid-template-columns: 20% 60% 5% 5% 5% 5%;
    width: 100%;
}
#navbtn {
    margin-left: 70%;
}
.logo-and-nav i {
    align-content: center;
    font-size: 20px;
    color: #299FBE;
    float: left;
}
.logo-and-nav-cart {
    display: grid;
    grid-template-columns: 30% 30%;
}
.logo-and-nav-cart p {
    color: var(--white);
    border: 1px solid var(--blue);
    height: 20px;
    width: 20px;
    align-content: center;
    text-align: center;
    border-radius: 100%;
    font-size: xx-small;
}
.active-tab{
    text-align: center;
    align-content: center;
    font-size: larger;
    color: var(--blue);
}
.navbar-item {
    object-fit: cover;
    text-align: center;
}
.navbar-item1 {
    object-fit: cover;
    text-align: center;
}
.navbar-item2 {
    
    height: 30px;
    padding-top: 10px;
    box-sizing: border-box;
    text-align: center;
    margin: 10px;
}
.navbar-item3 {
    
    height: 30px;
    padding-top: 10px;
    box-sizing: border-box;
    text-align: center;
    margin: 10px;
}
.navbar-item4 {
    
    height: 30px;
    padding-top: 10px;
    box-sizing: border-box;
    text-align: center;
    margin: 10px;
}
.navbar-item5 {
    margin: 10px;
    height: 30px;
    padding-top: 10px;
    box-sizing: border-box;
    text-align: center;
}
.navbar-item6 {
    text-align: center;
    height: 30px;
    padding-top: 10px;
}
.navbar-item7 {
    text-align: center;
    height: 30px;
    padding-top: 10px;
}
.navbar-item8 {
    text-align: center;
    height: 30px;
    padding-top: 10px;
}
.navbar-item9 {
    text-align: center;
    height: 30px;
    padding-top: 10px;
}
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  /* position: relative; */
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #299FBE;
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #ffffff;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  right: 45px;
  font-size: 60px;
}

/* hero section css */
.hero-section {
    display: grid;
    grid-template-columns: 65% 35%;
    height: 500px;
    width: 100%;
    /* margin-top: 80px; */
}
.hero-item1 {
    width: 100%;
    height: 100%;
    /* background-color: black; */
    display: grid;
    grid-template-columns: 15% 85%;
}
.hero-main-pics img {
    object-fit: cover;
    max-height:55%;
    width: 100%;
}
.hero-main-pics2 img {
    object-fit: contain;
    max-height:60%;
    width: 100%;
}
.hero-item2{
    width: 100%;
    height: 100%;
}
.hero-item2 img {
    object-fit: cover ;
    width: 100%;
}
.hero-buttons {
    display: grid;
    grid-template-columns: 45% 45%;
    height: 100px;
    background-color: var(--gray);
    grid-column-gap: 7%;
    padding-left: 3%;
    align-items: center;
}
.hero-btns1 {
    width: 100%;
    height: 70%;
    background-color: var(--blue);
    text-align: center;
    align-content: center;
    border: 3px solid var(--white);
    border-radius: 50px 50px 50px 50px;
    color: var(--white);
    font-size: larger;
}
.hero-btns2 {
    width: 100%;
    height: 70%;
    background-color: var(--blue);
    text-align: center;
    align-content: center;
    border: 3px solid var(--white);
    border-radius: 50px 50px 50px 50px;
    color: var(--white);
    font-size: larger;
}
.hero-btns3 {
    width: 100%;
    height: 70%;
    background-color: var(--blue);
    text-align: center;
    align-content: center;
    border: 3px solid var(--white);
    border-radius: 50px 50px 50px 50px;
    color: var(--white);
    font-size: larger;
    margin-left: 60%;
}
/* home-main-section css */
.home-main-section {
    display: grid;
    grid-template-rows: 50% 50%;
    grid-row-gap: 30px;
    height: 600px;
    background-color: var(--gray);
}
.home-shop-now {
    background-color: var(--gray);
    display: grid;
    grid-template-columns: 65% 30%;
    grid-column-gap: 5%;
}
.home-sell-now {
    background-color: var(--gray);
    display: grid;
    grid-template-columns: 30% 65%;
    grid-column-gap: 5%;
}
.home-shop-now-info{
    background-color: var(--black);
    display: grid;
    grid-template-columns: 20% 68%;
    grid-column-gap: 8%;
    align-items: center;
    border-radius: 0px 50px 50px 0px;
    border: 5px solid var(--blue);
}
.home-shop-now-info-icon {
    /* background-color: pink; */
    height: 70%;
    margin-left: 15%;
    align-content: center;
    text-align: center;
}
.home-shop-now-info-text {
    /* background-color: yellow; */
    height: 70%;
    color: var(--white);
}
.home-shop-now-pic {
    background-color: var(--gray); 
    align-content: center;
}
.home-sell-now-pic{
    background-color: var(--gray);
    align-content: center;
}
.home-sell-now-info {
    background-color: var(--black); 
    display: grid;
    grid-template-columns:68% 20%;
    grid-column-gap: 7%;
    align-items: center;
    border-radius: 50px 0px 0px 50px;
    border: 5px solid var(--blue);
}
.home-sell-now-info-text {
    /* background-color: yellow; */
    height: 70%;
    margin-left: 5%;
    color: var(--white);
}
.home-sell-now-info-icon {
    /* background-color: pink; */
    height: 70%;
    align-content: center;
    text-align: center;
}
/* end of index css */

/* about page css */

.about-text {
    font-size: larger;
    color: var(--white);
    padding: 50px;
    text-align: justify;
}
.about-pic1 {
    width: 99%;
}


/* end of about page css */

/* shop page css */
.category-selector {
    display: grid;
    grid-template-columns: 10% 70% 20%;
    background-color: var(--white);
    top: 0;
    position:absolute;
    margin-top: 80px;
    height: 50px;
    width: 50%;
    margin-left: 25%;
    border-radius: 0px 0px 50px 50px;
    box-sizing: border-box;
    padding-left: 40px;
    border-bottom: 3px solid var(--blue);
    border-left: 3px solid var(--blue);
    border-right: 3px solid var(--blue);
    align-items: center;
}
.category-selector input {
    border: 3px solid var(--blue);
    height: 30px;
}
.shop-img h1 {
    color: var(--blue);
    font-size: 50px;
    position: absolute;
    margin-top: 150px;
}
.shop-img img {
    animation: move-left-right 4s infinite alternate ease-in-out;
}
/* Keyframes for left-right movement */
@keyframes move-left-right {
    0% {
        transform: translateX(-100px);
    }
    100% {
        transform: translateX(150px); /* Adjust the value for the desired distance */
    }
}
.filter-con {
    height: 50px;
    width: 96%;
    border: 3px solid var(--blue);
    margin-left: 1%;
    border-radius: 20px 20px 20px 20px;
    align-content: center;
    padding: 10px;
    display: grid;
    grid-template-columns: 30% 20%;
    grid-column-gap: 50%;
}
.filter-sidebar {
    width: 200px;
    height: auto;
    background-color: var(--black);
    border: 3px solid var(--blue);
    border-radius: 0px 50px 50px 0px;
    display: grid;
    grid-template-rows: auto auto auto auto auto;
    z-index: 5;
    position: relative;
    color: var(--white);
    line-height: 0.5;
    padding: 20px;
    position: absolute;
}
.shopping-main {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-column-gap: 1em;
    grid-row-gap: 20px;
    /* margin-left: 5%; */
}
.filter-options3 {
    display: grid;
    grid-template-rows: 35px 25px 25px 25px;
    grid-row-gap: 10px;
    border-top: 5px solid var(--white);
}
.filter-options3-items {
    display: grid;
    grid-template-columns: 70% 30%;
    height: 25px;
    align-items: center;
    
}
.filter-options3-items input {
    width: 30px;
    height: 30px;
    color: var(--black);
}
.filter-options4 {
    display: grid;
    grid-template-rows: 35px 25px 25px 25px 25px ;
    grid-row-gap: 10px;
    border-top: 5px solid var(--white);
    margin-top: 20px;
}
.filter-options5 {
    display: grid;
    grid-template-rows: 35px 25px 25px 25px 25px ;
    grid-row-gap: 10px;
    border-top: 5px solid var(--white);
    margin-top: 20px;
}
.filter-options5-items {
    display: grid;
    grid-template-columns: 40% 50%;
    height: 10px;
    align-items: center;
    text-align: center;
    
}
.filter-options5-items input {
    width: 100%;
    height: 20px;
    color: var(--black);
    border-radius: 20px 20px 20px 20px;
    padding: 2px;
    border: 1px solid var(--blue);
}
button {
    background-color: var(--blue);
    color: var(--black);
    border: 3px solid var(--white);
    width: 100px;
    border-radius: 20px;
}
.filter-options6 {
    display: grid;
    grid-template-rows: 35px 25px 25px 25px 25px ;
    grid-row-gap: 10px;
    border-top: 5px solid var(--white);
}
.sort-sidebar {
    width: 250px;
    height: auto;
    display: grid;
    background-color: var(--black);
    border: 5px solid var(--blue);
    box-sizing: border-box;
    padding: 20px;
    border-radius: 50px 0px 0px 50px;
    position: absolute;
    color: var(--white);
    font-size: smaller;
}








.shop-tile1 {
    width: 95%;
    height: 500px;
    background-color: var(--black);
    border-bottom: 3px solid var(--blue);
    border-left: 3px solid var(--blue);
    border-right: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    line-height: 0.5;
}
.shop-tile1 h1,h2,h3,h4,h5,h6{
    margin-left: 15px;
    color: var(--white);
}
.shop-tile1 img {
    border-radius: 50px 50px 50px 50px;
}
.tile-icons {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    text-align: center;
}


/* end of shop page css */


/* start of contact page css */

.contact-pic {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.contact-pic h1 {
    position: absolute;
    color: var(--white);
    font-size: 35px;
    margin-left: 40%;
    /* background-color: red; */
    width: auto;
    margin-left: 40%;
    margin-right: 40%;
}
.faq-con {
    display: grid;
    grid-template-rows: auto;
    grid-row-gap: 10px;
    width: 90%;
    padding: 20px;
    border: 3px solid var(--blue);
    background-color: var(--black);
    border-radius: 50px 50px 50px 50px;
    color: var(--white);
}
.faq-item1 {
    width: 100%;
    height: auto;
    /* background-color: red; */
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 95% 5%;
    grid-column-gap: 5px;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}
.faq-item1 button {
    width: 100%;
    height: 100%;
    max-width: 50px;
    height: 50px;
    border-radius: 20px 20px 20px 20px;
    box-sizing: border-box;
}
.faq-item2 {
    width: 100%;
    height: auto;
    /* background-color: red; */
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 95% 5%;
    grid-column-gap: 5px;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}
.faq-item2 button {
    width: 100%;
    height: 100%;
    max-width: 50px;
    height: 50px;
    border-radius: 20px 20px 20px 20px;
    box-sizing: border-box;
}
.faq-item3 {
    width: 100%;
    height: auto;
    /* background-color: red; */
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 95% 5%;
    grid-column-gap: 5px;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}
.faq-item3 button {
    width: 100%;
    height: 100%;
    max-width: 50px;
    height: 50px;
    border-radius: 20px 20px 20px 20px;
    box-sizing: border-box;
}
.faq-item4 {
    width: 100%;
    height: auto;
    /* background-color: red; */
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 95% 5%;
    grid-column-gap: 5px;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}
.faq-item4 button {
    width: 100%;
    height: 100%;
    max-width: 50px;
    height: 50px;
    border-radius: 20px 20px 20px 20px;
    box-sizing: border-box;
}
.faq-item5 {
    width: 100%;
    height: auto;
    /* background-color: red; */
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 95% 5%;
    grid-column-gap: 5px;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}
.faq-item5 button {
    width: 100%;
    height: 100%;
    max-width: 50px;
    height: 50px;
    border-radius: 20px 20px 20px 20px;
    box-sizing: border-box;
}
.faq-item6 {
    width: 100%;
    height: auto;
    /* background-color: red; */
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 95% 5%;
    grid-column-gap: 5px;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}
.faq-item6 button {
    width: 100%;
    height: 100%;
    max-width: 50px;
    height: 50px;
    border-radius: 20px 20px 20px 20px;
    box-sizing: border-box;
}
.contact-form {
    width: 90%;
    padding: 20px;
    border: 3px solid var(--blue);
    background-color: var(--black);
    border-radius: 50px 50px 50px 50px;
    height: auto;
}
.contact-form input {
    width: 95%;
    height: 60px;
    margin: 10px;
    border-radius: 50px 50px 50px 50px;
    border: 3px solid var(--blue);
    font-size: medium;
}
.contact-form button {
    width: 30%;
    height: 40px;
    border-radius: 50px 50px 50px 50px;
}
.message-box {
    height: 300px;
}
/* end of contact page css */

/* start of profile page css */
.profile-sections {
    display: grid;
    grid-template-columns: 55% 40%;
    grid-template-rows: 350px 200px;
    grid-gap: 4%;
    margin: 2%;
}
.profile-section-details {
    background-color: var(--black);
    box-sizing: border-box;
    border-radius: 50px 50px 50px 50px;
    border: 3px solid var(--blue);
    padding: 10px;
}
.profile-sections-options {
    background-color: var(--black);
    box-sizing: border-box;
    grid-area: 1/2/3/2;
    border-radius: 50px 50px 50px 50px;
    border: 3px solid var(--blue);
    padding: 10px;
}
.profile-sections-store {
    background-color: var(--black);
    box-sizing: border-box;
    border-radius: 50px 50px 50px 50px;
    border: 3px solid var(--blue);
    padding: 10px;
}
.p-details-header {
    display: grid;
    grid-template-columns: 40% 60%;
    align-content: center;
    align-self: center;
    border-bottom: 3px solid var(--white);
}
.profile-pic {
    width: 100px;
    height: 100px;
    border-radius: 50px 50px 50px 50px;
    border: 3px solid var(--blue);
}
.profile-section-details ul {
    list-style: none;
    color: var(--white);
    font-size:medium;
}
.profile-section-details a {
    width: 60%;
    height: 50px;
    border-radius: 50px 50px 50px 50px;
    font-size: larger;
    background-color: var(--blue);
    color: var(--white);
    border: 3px solid var(--white);
    padding: 10px;
}
.profile-sections-options {
    display: grid;
    grid-template-rows: 20% 20% 20% 20% 20%;
    color: var(--white);
    padding: 20px;
}
.profile-sections-options a{
    color: var(--white);
}
.profile-sections-options i {
    float: left;
}
.profile-sections-options h1 {
    text-align:justify;
}
.profile-sections-options-item1 {
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
}
.profile-sections-options-item2 {
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
}
.profile-sections-options-item3 {
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
}
.profile-sections-options-item4 {
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
}
.profile-sections-options-item5 {
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
}
.profile-sections-store {
    align-content: center;
}
.profile-sections-store-item1 {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center; 
}
.profile-sections-store-item1 h1 {
    color: var(--white);
    font-size: 35px;
    text-decoration: underline;
}



/* end of profile page css */

/* start of profile update page css */
.left-right {
    display: grid;
    grid-template-columns: 30% 68%;
    grid-column-gap: 2%;
}
.user-sidebar-main {
    position: relative;
    left: 0;
}
.user-sidebar {
    height: auto;
    width: 100%;
    background-color: var(--black);
    border-bottom: 3px solid var(--blue);
    border-right: 3px solid var(--blue);
    border-top: 3px solid var(--blue);
    display: grid;
    grid-template-rows: 21% 13% 13% 13% 13% 13% 13%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 10px;
    box-sizing: border-box;
    font-size: smaller;
    /* position: fixed;
    left: 0; */
}
.user-sidebar a {
    color: var(--white);
}
.user-sidebar-item1 {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    border-bottom: 3px solid var(--white);
    color: var(--white);
}
.user-sidebar-item2 {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    border-bottom: 3px solid var(--white);
    color: var(--white);
}
.user-sidebar-item3 {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    border-bottom: 3px solid var(--white);
    color: var(--white);
}
.user-sidebar-item4 {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    border-bottom: 3px solid var(--white);
    color: var(--white);
}
.user-sidebar-item5 {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    border-bottom: 3px solid var(--white);
    color: var(--white);
}
.user-sidebar-item6 {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    border-bottom: 3px solid var(--white);
    color: var(--white);
}
.user-sidebar-item7 {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    border-bottom: 3px solid var(--white);
    color: var(--white);
}
.update-details-con {
    height: 800px;
    width: 100%;
    background-color: var(--black);
    border: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    padding: 50px;
    box-sizing: border-box;
}
.update-details-con input {
    width: 100%;
    height: 60px;
    margin: 10px;
    box-sizing: border-box;
    border-radius: 50px 50px 50px 50px;
    font-size: large;
}
.update-details-con button {
    width: 40%;
    height: 40px;
    border-radius: 50px 50px 50px 50px;
    
}
.top-btn {
    width: 50px;
    height: 50px;
    background-color: var(--white);
    border-radius: 50px 50px 50px 50px;
    border: 3px solid var(--blue);
    text-align: center;
    align-content: center;
    position: fixed;
    bottom: 0;
    margin-left: 95%;
    margin-bottom: 20px;
}






/* end of profile update page css */



/* start of the order history page css */
.order-history-con {
    height: auto;
    width: 100%;
    background-color: var(--black);
    border: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    padding: 20px;
    box-sizing: border-box;
}
.three-way-split {
    display: grid;
    grid-template-columns: 35% 28% 35%;
    grid-gap: 3%;
    padding: 10px;
    border-bottom: 3px solid var(--white);
}
.order-con-items1 {
    display: grid;
    grid-template-rows: 40px 45px 20px;
    color: var(--white);
    border-right: 3px solid var(--blue);
    align-items: center;
}
.order-con-items2 {
    display: grid;
    grid-template-rows: 40px 25px 40px 25px;
    border-right: 3px solid var(--blue);
    height: 100%;
    align-items: center;
}
.order-con-items3 {
    display: grid;
    grid-template-rows: 40px auto;
    color: var(--white);
    align-items: center;
}
.order-summary {
    display: grid;
    grid-template-rows: 20px 20px 20px;
    grid-gap: 5px;
    padding: 10px;
    font-size: smaller;
}
.order-summary-item1 {
    width: 100%;
    display: grid;
    grid-template-columns: 75% 20%;
    margin-left: 3%;
}
.order-summary-item2 {
    width: 100%;
    display: grid;
    grid-template-columns: 75% 20%;
    margin-left: 3%;
}
.order-summary-item3 {
    width: 100%;
    display: grid;
    grid-template-columns: 75% 20%;
    margin-left: 3%;
}
.order-note {
    width: 100%;
    height: 30px;
    background-color: var(--white);
    border: 3px solid var(--blue);
    border-radius: 20px;
    align-content: center;
    padding-left: 10px;
}
.product-ordered-con {
    display: grid;
    grid-template-columns: 20% 80%;
}
/* end of the order history page css */


/* start of the wishlist page css  */
.wishlist-con {
    height: auto;
    width: 100%;
    background-color: var(--black);
    border: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    padding: 20px;
    box-sizing: border-box;
}
.wishlist-product-tile {
    display: grid;
    grid-template-columns: 25% 70%;
    grid-column-gap: 3%;
    border-top: 3px solid var(--white);
    padding: 10px;
}
.wishlist-btns {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    margin-left: 3%;
    grid-column-gap: 5%;
}
.wishlist-btns1 {
    width: 100%;
    height: 30px;
    background-color: var(--blue);
    border: 3px solid var(--white);
    align-content: center;
    text-align: center;
    border-radius: 20px;
    margin: 5px;
}
.wishlist-btns2 {
    width: 100%;
    height: 30px;
    background-color: var(--blue);
    border: 3px solid var(--white);
    align-content: center;
    text-align: center;
    border-radius: 20px;
    margin: 5px;
}


/* end of the wishlist page css  */

/* start of the messages page css */
.message-con {
    height: auto;
    width: 100%;
    background-color: var(--black);
    border: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    padding: 20px;
    box-sizing: border-box;
}
.messages-tile {
    display: grid;
    grid-template-columns: 15% 80%;
    grid-template-rows: 130px;
    grid-column-gap: 3%;
    border-top: 3px solid var(--white);
    padding: 10px;
}
.message-text {
    font-size: smaller;
    color: var(--white);
}




/* end of the messages page css */

/* start of cart page css  */
.cart-con {
    height: auto;
    width: 80%;
    background-color: var(--black);
    border: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    padding: 20px;
    box-sizing: border-box;
    margin-left: 10%;
}
.cart-product-tile {
    display: grid;
    grid-template-columns: 20% 80%;
    grid-column-gap: 3%;
    border-top: 3px solid var(--white);
    padding: 10px
}
.cart-btns {
    width: 50%;
    display: grid;
    grid-template-columns: 45% 45%;
    margin-left: 3%;
    grid-column-gap: 5%;
}
.cart-btns1 {
    width: 100%;
    height: 30px;
    background-color: var(--blue);
    border: 3px solid var(--white);
    align-content: center;
    text-align: center;
    border-radius: 20px;
}
.cart-btns2 {
    width: 100%;
    height: 30px;
    background-color: var(--blue);
    border: 3px solid var(--white);
    align-content: center;
    text-align: center;
    border-radius: 20px;
}
.cart-total {
    border-top: 3px solid var(--white);
}
.cart-total h3 {
    width: 20%;
    height: 30px;
    background-color: var(--blue);
    border: 3px solid var(--white);
    align-content: center;
    text-align: center;
    border-radius: 20px;
    color: var(--black);
}
.quantity-btns {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    width: 20%;
    font-size: larger;
    color: var(--white);
    padding: 5px;
    /* float: right; */
}

/* end of cart page css  */

/* start of the orders page css */
.order-con {
    height: auto;
    width: 100%;
    background-color: var(--black);
    border: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    padding: 20px;
    box-sizing: border-box;
}
.order-con h1 {
    border-bottom: 3px solid var(--white);
    color: var(--white);
}
.order-split-con {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-column-gap: 3%;
    width: 100%;
    color: var(--white);
}
.order-split-item1 {
    border-right: 3px solid var(--white);
}
.order-split-item2 {
    border-right: 3px solid var(--white);
}
.order-split-item1 input {
    margin: 2px;
    border-radius: 30px 30px 30px 30px;
    width: 80%;
}
.card-details {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-gap: 2%;
}
.card-details input {
    margin: 5px;
    border-radius: 30px 30px 30px 30px; 
}
.submit-btn input {
    width: 50%;
    height: 35px;
    border-radius: 30px 30px 30px 30px; 
    background-color: var(--blue);
    border: 3px solid var(--white);
}





/* end of the orders page css */

/* start of store management page css */
.store-management-con {
    height: auto;
    width: 100%;
    background-color: var(--black);
    border: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    padding: 20px;
    box-sizing: border-box;
    color: var(--white);
}
.store-management-form {
    border-top: 3px solid var(--white);
    border-bottom: 3px solid var(--white);
}
.store-management-form form {
    display: grid;
    grid-template-rows: auto 30px auto auto auto;
    grid-row-gap: 5px;
    margin-top: 5px;
}
.store-payment-methods {
    display: grid;
    grid-template-columns: 5% 20% 5% 20%;
    grid-template-rows: 30px 30px;
    grid-gap: 10px;
    align-items: center;
}
.store-payment-methods input {
    width: 30px;
    height: 30px;
}
.store-delivery-methods {
    display: grid;
    grid-template-columns: 30% 30%;
}
.store-delivery-methods input {
    width: 20px;
    height: 20px;
}
.store-update-btn input {
    width: 50%;
    height: 35px;
    border-radius: 30px 30px 30px 30px;
    background-color: var(--blue);
    border: 3px solid var(--white);
}
.add-product-form form input {
    width: 100%;
    height:30px;
    margin: 5px;
    font-size: larger;
    border-radius: 30px 30px 30px 30px;
    padding: 5px;
    box-sizing: border-box;
}
.product-gender {
    display: grid;
    grid-template-rows: 50px ;
    grid-template-columns: 5% 5% 5% 5% 5% 5%;
    grid-column-gap: 2%;
    align-items: center;
}
.add-new-product-btn input {
    width: 100%;
    height: 40px;
    background-color: var(--blue);
    border: 3px solid var(--white);
}
.new-store-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: row;
    gap: 10px;
    height: fit-content;
    box-sizing: border-box;
}
.store-tile1 {
    width: 100%;
    height: auto;
    background-color: var(--black);
    border-bottom: 3px solid var(--blue);
    border-left: 3px solid var(--blue);
    border-right: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    line-height: 1;
}
.store-tile1 h1,h2,h3,h4,h5,h6{
    margin-left: 15px;
    color: var(--white);
}
.store-tile1 img {
    border-radius: 50px 50px 50px 50px;
    max-height: 350px;
}
.store-management-tile1{
    width: 100%;
    height: fit-content;
    border-radius: 50px 50px 50px 50px;
    display: grid;
    grid-template-rows: 350px auto auto auto auto auto auto 30px;
    /* margin: 30px; */
    box-sizing: border-box;

}
.store-management-btns {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 2%;
    /* margin-left: 5%; */
}
.store-tile-icons {
    margin-top: -600px;
    margin-left: 20px;
}
.store-btns {
    display: grid;
    grid-template-columns: 25% 25%;
    margin-top: 550px;
    grid-column-gap: 5%;
    margin-left: 5%;
}
.store-btns-item1 {
    width: 100%;
    height: 30px;
    background-color: var(--blue);
    border: 3px solid var(--white);
    box-sizing: border-box;
    border-radius: 50px 50px 50px 50px;
    align-items: center;
    align-self: center;
    align-content: center;
    color: var(--white);
}
.store-btns-item2 {
    width: 100%;
    height: 30px;
    background-color: var(--blue);
    border: 3px solid var(--white);
    box-sizing: border-box;
    border-radius: 50px 50px 50px 50px;
    align-items: center;
    align-self: center;
    align-content: center;
    color: var(--white);
}
.store-btns-item1:hover{
    cursor: pointer;
}
.store-btns-item2:hover{
    cursor: pointer;
}
/* end of store management page css */





/* start of the store setup page css  */
.store-setup h1 {
    border-bottom: 3px solid var(--white);
}
.store-setup {
    height: auto;
    width: 100%;
    background-color: var(--black);
    border: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    padding: 20px;
    box-sizing: border-box;
    color: var(--white);
}
.setup-store-form-left-right {
    display: grid;
    grid-template-columns: 55% 40%;
    grid-column-gap: 5%;
}
.setup-store-form-left-right-item1 {
    display: grid;
    grid-template-rows: 20px 20px 20px 20px 20px;
    grid-row-gap: 5px;
}
.setup-store-form-left-right-item2 {
    display: grid;
    grid-template-rows: 20px 20px 20px 60px 50px;
    grid-row-gap: 5px;
}
.payments-row1 {
    display: grid;
    grid-template-columns: 33% 30% 30%;
    font-size: smaller;
}
.payments-row2 {
    display: grid;
    grid-template-columns: 33% 30% 30%;
    font-size: smaller;
}
/* .agree-btn {
    width: 40%;
    height: 50px;
    background-color: var(--blue);
    border: 3px solid var(--white);
    border-radius: 50px 50px 50px 50px;
} */
/* end of the store setup page css  */

/* start of the register page css */

.register-form-con {
    margin-left: 12%;
    background-color: #0D0D0D;
    border: 3px solid #299FBE;
    border-radius: 50px 50px 50px 50px;
    height: 450px;
    width: 70%;
    color: white;
    padding: 50px;
}
.register-form-con form {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row-gap: 5px;

}
.register-form-con form input {
    width: 95%;
    height: 30px;
    border-radius: 20px 20px 20px 20px;
    border: 3px solid #299FBE;
}

.register-form-con form button {
    width: 95%;
    height: 40px;
    border-radius: 20px 20px 20px 20px;  
    align-self:center;
    background-color: #299FBE;
    border: 3px solid white;
}
.genders {
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 15% 15% 15%;
    align-items: center;
}
#image {
    align-content: center;
    padding-left: 5px;
}
.sign-up-img-text {
    position: absolute;
    color: var(--white);
    margin-top: -300px;
    margin-left: 50px;
}
.sign-up-img-text a {
    color: var(--white);
}
.login-form-con {
    width: 70%;
    height: auto;
    margin-left: 15%;
    background-color: #0D0D0D;
    border: 3px solid #299FBE;
    border-radius: 50px 50px 50px 50px;
    color: white;
    padding: 50px;
}
.login-form-con input {
    width: 100%;
    height: 35px;
    border: 3px solid #299FBE;
    border-radius: 50px 50px 50px 50px;
    font-size: larger;
}
.login-form-con form button {
    width: 65%;
    height: 40px;
    border-radius: 20px 20px 20px 20px;  
    align-self:center;
    background-color: #299FBE;
    border: 3px solid white;
}


/* end of the register page css */


/* start of the product page css */
.product-left-right {
    display: grid;
    grid-template-columns: 50% 45%;
    grid-template-rows: 400px;
    grid-column-gap:2%;
    color: var(--white);
}
.product-left-right-items2 ul {
    font-size: larger;
}
li::marker {
    color: var(--blue);
  }
.product-btns {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-template-rows: 70px;
    grid-column-gap: 10%;
}
.product-btns-item1 {
    background-color: var(--blue);
    border: 3px solid var(--white);
    border-radius: 40px 40px 40px 40px;
    text-align: center;
    align-content: center;
    font-size: larger;
    width: 100%;
}
.product-btns-item2 {
    background-color: var(--blue);
    border: 3px solid var(--white);
    border-radius: 40px 40px 40px 40px;
    text-align: center;
    align-content: center;
    font-size: larger;
    width: 100%;
}
.product-description {
    width: 90%;
    height: auto;
    padding: 10px;
    background-color: var(--white);
    border: 3px solid var(--blue);
    border-radius: 40px 40px 40px 40px;
    margin-left: 4%;
}
.related-products {
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    grid-column-gap: 6%;
}
.Store-reviews {
    width: 90%;
    height: auto;
    padding: 10px;
    background-color: var(--white);
    border: 3px solid var(--blue);
    border-radius: 40px 40px 40px 40px;
    margin-left: 4%; 
}
.Review-textbox {
    width: 99%;
    height: 40px;
    border: 3px solid var(--blue);
    border-radius: 20px 20px 20px 20px;
}
.Review-btn {
    background-color: var(--blue);
    border: 3px solid var(--black);
    border-radius: 40px 40px 40px 40px;
    text-align: center;
    align-content: center;
    font-size: larger;
    color: var(--white);
}
.store-info {
    display: grid;
    grid-template-columns: 30% 20% 40%;
    grid-template-rows: 250px;
    grid-column-gap: 3%;
    align-content: center;
}
.store-info-item1 {
    align-content: center;
}
.pp-store-payment-methods {
    display: grid;
    grid-template-columns: 25% 25%;
    grid-template-rows: 80px 80px;
    grid-column-gap: 10%;
    grid-row-gap: 20px;
    justify-content: space-around;
}
.pp-store-payment-methods-item1 {
    object-fit: contain;
}
.pp-store-payment-methods-item2 {
    object-fit: contain;
}
.pp-store-payment-methods-item3 {
    object-fit: contain;
}
.pp-store-payment-methods-item4 {
    object-fit: contain;
}
/* end of the product page css */

/* start of the store profile page css */
.store-profile-header {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-template-rows: 350px;
    grid-column-gap: 3.3%;
}
.store-profile-header-item1 {
    align-content: center;
}
.store-profile-header-item2 {
    object-fit: contain;
    text-align: center;
}
.store-profile-header-item3 {
    align-content: center;
}
.profile-store-description {
    display: grid;
    grid-template-columns: 60% 35%;
    grid-column-gap: 5%;
}
.profile-store-description-item1 {
    text-align: justify;
}
.profile-store-description-item2 {
    display: grid;
    grid-template-rows: 40px 40px;
    grid-row-gap: 10px;
    padding-left: 20%;
}
.profile-store-description-item2-btn {
    background-color: var(--blue);
    border: 3px solid var(--white);
    color: var(--white);
    text-align: center;
    align-content: center;
    border-radius: 30px 30px 30px 30px;
    width: 70%;
}
.profile-store-description-item2-btn2 {
    grid-area: 2/2/2/2;
    background-color: var(--blue);
    border: 3px solid var(--white);
    color: var(--white);
    text-align: center;
    align-content: center;
    margin-top: -8%;
    margin-left: 20%;
    border-radius: 30px 30px 30px 30px;
    width: 55%;
    height: 40px;
}
.pp-store-payment-methods1 {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% ;
    grid-template-rows: 80px;
    /* grid-column-gap: 10%; */
    /* grid-row-gap: 20px; */
    justify-content: space-around;
    /* width: 50%; */
}
.pp-store-payment-methods1-item1 {
    object-fit: contain;
}
.pp-store-payment-methods1-item2 {
    object-fit: contain;
}
.pp-store-payment-methods1-item3 {
    object-fit: contain;
}
.pp-store-payment-methods1-item4 {
    object-fit: contain;
}


/* end of the store profile page css */







.footer-extra {
    grid-area: 3/1/3/3;
}

footer {
    text-align: center;
    font-size:medium;
    background-color: var(--black);
    color: white;
    bottom: 0;
    left: 0;
    border-top: 3px solid #299FBE;
    height: 90px;
}


@media (max-width: 600px) {
    /* footer css  */
    footer {
        text-align: center;
        font-size:smaller;
        background-color: var(--black);
        color: white;
        bottom: 0;
        left: 0;
        border-top: 3px solid #299FBE;
        height: 90px;
    }
    
/* hero section css */
.hero-section {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 35% 65%;
    height: 700px;
    width: 100%;
    /* margin-top: 80px; */
}
.logo-and-nav {
    display: grid;
    grid-template-columns: 20% 40% 10% 10% 10% 10%;
    width: 100%;
    font-size: smaller;
}
#navbtn {
    margin-left: 30%;
}
.hero-item1 {
    width: 100%;
    height: 100%;
    /* background-color: black; */
    display: grid;
    grid-template-columns: 15% 85%;
}
.hero-main-pics img {
    object-fit: contain;
    max-height:55%;
    width: 100%;
}
.hero-item2{
    width: 100%;
    height: 100%;
}
.hero-item2 img {
    object-fit: cover ;
    width: 100%;
}
.hero-buttons {
    display: grid;
    grid-template-columns: 45% 45%;
    height: 100px;
    background-color: var(--gray);
    grid-column-gap: 7%;
    padding-left: 3%;
    align-items: center;
}
.hero-btns1 {
    width: 100%;
    height: 70%;
    background-color: var(--blue);
    text-align: center;
    align-content: center;
    border: 3px solid var(--white);
    border-radius: 50px 50px 50px 50px;
    color: var(--white);
    font-size: larger;
}
.hero-btns2 {
    width: 100%;
    height: 70%;
    background-color: var(--blue);
    text-align: center;
    align-content: center;
    border: 3px solid var(--white);
    border-radius: 50px 50px 50px 50px;
    color: var(--white);
    font-size: larger;
}

/* home-main-section css */
.home-main-section {
    display: grid;
    grid-template-rows: 50% 50%;
    grid-row-gap: 30px;
    height: 1200px;
    background-color: var(--gray);
}
.home-shop-now {
    background-color: var(--gray);
    display: grid;
    grid-template-columns: 98%;
    grid-template-rows: 400px 200px;
    grid-column-gap: 5%;
}
.home-sell-now {
    background-color: var(--gray);
    display: grid;
    grid-template-columns: 98%;
    grid-template-rows: 200px 400px;
    grid-column-gap: 5%;
}
.home-shop-now-info{
    background-color: var(--black);
    display: grid;
    grid-template-columns: 20% 68%;
    grid-column-gap: 8%;
    align-items: center;
    border-radius: 0px 50px 50px 0px;
    border: 5px solid var(--blue);
    font-size: smaller;
    text-align: justify;
}
.home-shop-now-info-icon {
    /* background-color: pink; */
    height: 70%;
    margin-left: 15%;
    align-content: center;
    text-align: center;
}
.home-shop-now-info-text {
    /* background-color: yellow; */
    height: 70%;
    color: var(--white);
}
.home-shop-now-pic {
    background-color: var(--gray); 
    align-content: center;
}
.home-sell-now-pic{
    background-color: var(--gray);
    align-content: center;
}
.home-sell-now-info {
    background-color: var(--black); 
    display: grid;
    grid-template-columns:68% 20%;
    grid-column-gap: 7%;
    align-items: center;
    border-radius: 50px 0px 0px 50px;
    border: 5px solid var(--blue);
    font-size: smaller;
    text-align: justify;
}
.home-sell-now-info-text {
    /* background-color: yellow; */
    height: 70%;
    margin-left: 5%;
    color: var(--white);
}
.home-sell-now-info-icon {
    /* background-color: pink; */
    height: 70%;
    align-content: center;
    text-align: center;
}
/* end of index css */

/* start of the about page css */
.about-text {
    font-size: smaller;
    color: var(--white);
    padding: 50px;
    text-align:center;
}

/* end of the about page css */

/* shop page css */
.category-selector {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    background-color: var(--white);
    top: 0;
    height: 50px;
    width: 99%;
    border-radius: 0px 0px 50px 50px;
    box-sizing: border-box;
    border-bottom: 3px solid var(--blue);
    border-left: 3px solid var(--blue);
    border-right: 3px solid var(--blue);
    margin-left: -1%;
}
.category-selector input {
    border: 3px solid var(--blue);
    height: 30px;
}
.shop-img {
    height: 200px;
    align-content: center;
    margin-top: 50px;
}
.shop-img img {
    animation: move-left-right 4s infinite alternate ease-in-out;
}
/* Keyframes for left-right movement */
@keyframes move-left-right {
    0% {
        transform: translateX(-90px);
    }
    100% {
        transform: translateX(70px); /* Adjust the value for the desired distance */
    }
}
.filter-con {
    height: 50px;
    width: 90%;
    border: 3px solid var(--blue);
    margin-left: 1%;
    border-radius: 20px 20px 20px 20px;
    align-content: center;
    padding: 10px;
    display: grid;
    grid-template-columns: 30% 30%;
    grid-column-gap: 40%;
}
.filter-btn-open {
    height: 30px;
}
.filter-sidebar {
    width: 200px;
    height: auto;
    background-color: var(--black);
    border: 3px solid var(--blue);
    border-radius: 0px 50px 50px 0px;
    display: grid;
    grid-template-rows: auto auto auto auto auto;
    z-index: 5;
    position: relative;
    color: var(--white);
    line-height: 0.5;
    padding: 20px;
    position: absolute;
}
.shopping-main {
    display: grid;
    grid-template-columns: 90%;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-column-gap: 5%;
    grid-row-gap: 20px;
    margin-left: 5%;
}
.filter-options3 {
    display: grid;
    grid-template-rows: 35px 25px 25px 25px;
    grid-row-gap: 10px;
    border-top: 5px solid var(--white);
}
.filter-options3-items {
    display: grid;
    grid-template-columns: 70% 30%;
    height: 25px;
    align-items: center;
    
}
.filter-options3-items input {
    width: 30px;
    height: 30px;
    color: var(--black);
}
.filter-options4 {
    display: grid;
    grid-template-rows: 35px 25px 25px 25px 25px ;
    grid-row-gap: 10px;
    border-top: 5px solid var(--white);
    margin-top: 20px;
}
.filter-options5 {
    display: grid;
    grid-template-rows: 35px 25px 25px 25px 25px ;
    grid-row-gap: 10px;
    border-top: 5px solid var(--white);
    margin-top: 20px;
}
.filter-options5-items {
    display: grid;
    grid-template-columns: 40% 50%;
    height: 10px;
    align-items: center;
    text-align: center;
    
}
.filter-options5-items input {
    width: 100%;
    height: 20px;
    color: var(--black);
    border-radius: 20px 20px 20px 20px;
    padding: 2px;
    border: 1px solid var(--blue);
}
button {
    background-color: var(--blue);
    color: var(--black);
    border: 3px solid var(--white);
    width: 100px;
    border-radius: 20px;
}
.filter-options6 {
    display: grid;
    grid-template-rows: 35px 25px 25px 25px 25px ;
    grid-row-gap: 10px;
    border-top: 5px solid var(--white);
}
.sort-sidebar {
    width: 250px;
    height: auto;
    display: grid;
    background-color: var(--black);
    border: 5px solid var(--blue);
    box-sizing: border-box;
    padding: 20px;
    border-radius: 50px 0px 0px 50px;
    position: absolute;
    color: var(--white);
    font-size: smaller;
    margin-left: -30%;
}








.shop-tile1 {
    width: 100%;
    height: 400px;
    background-color: var(--black);
    border-bottom: 3px solid var(--blue);
    border-left: 3px solid var(--blue);
    border-right: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    line-height: 0.5;
}
.shop-tile1 h1,h2,h3,h4,h5,h6{
    margin-left: 15px;
    color: var(--white);
}
.shop-tile1 img {
    border-radius: 50px 50px 50px 50px;
}
.tile-icons {
    margin-top: -370px;
    margin-left: 20px;
}


/* end of shop page css */


/* start of contact page css */

.contact-pic {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.contact-pic h1 {
    position: absolute;
    color: var(--white);
    font-size: 20px;
    width: 150px;
}
.faq-con {
    display: grid;
    grid-template-rows: auto;
    grid-row-gap: 10px;
    width: 80%;
    padding: 20px;
    border: 3px solid var(--blue);
    background-color: var(--black);
    border-radius: 50px 50px 50px 50px;
    color: var(--white);
}
.faq-item1 {
    width: 100%;
    height: auto;
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 90% 5%;
    grid-column-gap: 5px;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: smaller;
    text-align: center;
    color: var(--white);
}
.faq-item1 button {
    width: 40px;
    height: 40px;
    border-radius: 10px 10px 10px 10px;
    box-sizing: border-box;
}
.faq-item2 {
    width: 100%;
    height: auto;
    /* background-color: red; */
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 90% 5%;
    grid-column-gap: 5px;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: smaller;
    text-align: center;
    color: var(--white);
}
.faq-item2 button {
    width: 40px;
    height: 40px;
    border-radius: 10px 10px 10px 10px;
    box-sizing: border-box;
}
.faq-item3 {
    width: 100%;
    height: auto;
    /* background-color: red; */
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 90% 5%;
    grid-column-gap: 5px;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: smaller;
    text-align: center;
    color: var(--white);
}
.faq-item3 button {
    width: 40px;
    height: 40px;
    border-radius: 10px 10px 10px 10px;
    box-sizing: border-box;
}
.faq-item4 {
    width: 100%;
    height: auto;
    /* background-color: red; */
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 90% 5%;
    grid-column-gap: 5px;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: smaller;
    text-align: center;
    color: var(--white);
}
.faq-item4 button {
    width: 40px;
    height: 40px;
    border-radius: 10px 10px 10px 10px;
    box-sizing: border-box;
}
.faq-item5 {
    width: 100%;
    height: auto;
    /* background-color: red; */
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 90% 5%;
    grid-column-gap: 5px;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: smaller;
    text-align: center;
    color: var(--white);
}
.faq-item5 button {
    width: 40px;
    height: 40px;
    border-radius: 10px 10px 10px 10px;
    box-sizing: border-box;
}
.faq-item6 {
    width: 100%;
    height: auto;
    /* background-color: red; */
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 90% 5%;
    grid-column-gap: 5px;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: smaller;
    text-align: center;
    color: var(--white);
}
.faq-item6 button {
    width: 40px;
    height: 40px;
    border-radius: 10px 10px 10px 10px;
    box-sizing: border-box;
}
.contact-form {
    width: 80%;
    padding: 20px;
    border: 3px solid var(--blue);
    background-color: var(--black);
    border-radius: 50px 50px 50px 50px;
    height: auto;
}
.contact-form input {
    width: 95%;
    height: 60px;
    margin: 10px;
    border-radius: 50px 50px 50px 50px;
    border: 3px solid var(--blue);
    font-size: larger;
}
.contact-form button {
    width: 30%;
    height: 40px;
    border-radius: 50px 50px 50px 50px;
}
.message-box {
    height: 300px;
}
/* end of contact page css */
/* start of profile page css */
.profile-sections {
    display: grid;
    grid-template-columns: 98%;
    grid-template-rows: auto auto auto;
    grid-gap: 1%;
    margin: 2%;
    height: auto;
}
.profile-section-details {
    background-color: var(--black);
    box-sizing: border-box;
    border-radius: 50px 50px 50px 50px;
    border: 3px solid var(--blue);
    padding: 10px;
    font-size: smaller;
}
.profile-sections-options {
    background-color: var(--black);
    box-sizing: border-box;
    grid-area: 2/1/2/1;
    border-radius: 50px 50px 50px 50px;
    border: 3px solid var(--blue);
    padding: 10px;
    font-size: smaller;
}
.profile-sections-store {
    background-color: var(--black);
    box-sizing: border-box;
    border-radius: 50px 50px 50px 50px;
    border: 3px solid var(--blue);
    padding: 10px;
    font-size: smaller;
}
.p-details-header {
    display: grid;
    grid-template-columns: 40% 60%;
    align-content: center;
    align-self: center;
    border-bottom: 3px solid var(--white);
}
.profile-pic {
    width: 100px;
    height: 100px;
    border-radius: 50px 50px 50px 50px;
    border: 3px solid var(--blue);
}
.profile-section-details ul {
    list-style: none;
    color: var(--white);
    font-size: larger;
}
.profile-section-details a {
    width: 65%;
    height: 50px;
    border-radius: 50px 50px 50px 50px;
    font-size:large;
    background-color: var(--blue);
    color: var(--white);
    border: 3px solid var(--white);
    padding: 7px;
}
.profile-sections-options {
    display: grid;
    grid-template-rows: 20% 20% 20% 20% 20%;
    color: var(--white);
    padding: 20px;
}
.profile-sections-options i {
    float: left;
}
.profile-sections-options h1 {
    text-align:justify;
}
.profile-sections-options-item1 {
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
}
.profile-sections-options-item2 {
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
}
.profile-sections-options-item3 {
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
}
.profile-sections-options-item4 {
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
}
.profile-sections-options-item5 {
    border-bottom: 3px solid var(--white);
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
}
.profile-sections-store {
    align-content: center;
}
.profile-sections-store-item1 {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center; 
}
.profile-sections-store-item1 h1 {
    color: var(--white);
    font-size: 30px;
    text-decoration: underline;
}



/* end of profile page css */

/* start of profile update page css */
.left-right {
    display: grid;
    grid-template-columns: 95%;
    grid-row-gap: 2%;
}
.user-sidebar-main {
    position: relative;
    left: 0;
}
.user-sidebar {
    height: auto;
    width: 100%;
    background-color: var(--black);
    border-bottom: 3px solid var(--blue);
    border-right: 3px solid var(--blue);
    border-top: 3px solid var(--blue);
    display: grid;
    grid-template-rows: 21% 13% 13% 13% 13% 13% 13%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 10px;
    box-sizing: border-box;
    font-size: smaller;
    /* position: fixed;
    left: 0; */
}
.user-sidebar a {
    color: var(--white);
}
.user-sidebar-item1 {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    border-bottom: 3px solid var(--white);
    color: var(--white);
}
.user-sidebar-item2 {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    border-bottom: 3px solid var(--white);
    color: var(--white);
}
.user-sidebar-item3 {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    border-bottom: 3px solid var(--white);
    color: var(--white);
}
.user-sidebar-item4 {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    border-bottom: 3px solid var(--white);
    color: var(--white);
}
.user-sidebar-item5 {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    border-bottom: 3px solid var(--white);
    color: var(--white);
}
.user-sidebar-item6 {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    border-bottom: 3px solid var(--white);
    color: var(--white);
}
.user-sidebar-item7 {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    border-bottom: 3px solid var(--white);
    color: var(--white);
}
.update-details-con {
    height: auto;
    width: 100%;
    background-color: var(--black);
    border: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    padding: 20px;
    box-sizing: border-box;
}
.update-details-con input {
    width: 100%;
    height: 35px;
    margin: 10px;
    box-sizing: border-box;
    border-radius: 50px 50px 50px 50px;
    font-size: xx-large;
}
.update-details-con button {
    width: 40%;
    height: 50px;
    border-radius: 50px 50px 50px 50px;
    
}
.top-btn {
    width: 50px;
    height: 50px;
    background-color: var(--white);
    border-radius: 50px 50px 50px 50px;
    border: 3px solid var(--blue);
    text-align: center;
    align-content: center;
    position: fixed;
    bottom: 0;
    margin-left: 80%;
    margin-bottom: 20px;
}


/* end of profile update page css */

/* start of the order history page css */
.order-history-con {
    height: auto;
    width: 100%;
    background-color: var(--black);
    border: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    padding: 20px;
    box-sizing: border-box;
}
.three-way-split {
    display: grid;
    grid-template-columns: 95%;
    grid-template-rows: auto auto auto;
    grid-gap: 3%;
    padding: 10px;
    border-bottom: 3px solid var(--white);
}
.order-con-items1 {
    display: grid;
    grid-template-rows: 40px 45px 20px;
    color: var(--white);
    border-bottom: 3px solid var(--blue);
    align-items: center;
    padding: 15px;
    border-right: 0px;
}
.order-con-items2 {
    display: grid;
    grid-template-rows: 40px 25px 40px 25px;
    border-bottom: 3px solid var(--blue);
    height: 100%;
    align-items: center;
    border-right: 0px;
}
.order-con-items3 {
    display: grid;
    grid-template-rows: 40px auto;
    color: var(--white);
    align-items: center;
}
.order-summary {
    display: grid;
    grid-template-rows: 20px 20px 20px;
    grid-gap: 5px;
    padding: 10px;
    font-size: smaller;
}
.order-summary-item1 {
    width: 100%;
    display: grid;
    grid-template-columns: 75% 20%;
    margin-left: 3%;
}
.order-summary-item2 {
    width: 100%;
    display: grid;
    grid-template-columns: 75% 20%;
    margin-left: 3%;
}
.order-summary-item3 {
    width: 100%;
    display: grid;
    grid-template-columns: 75% 20%;
    margin-left: 3%;
}
.order-note {
    width: 100%;
    height: 50px;
    background-color: var(--white);
    border: 3px solid var(--blue);
    border-radius: 20px;
    align-content: center;
    font-size: smaller;
    padding: 5px;

}
.product-ordered-con {
    display: grid;
    grid-template-columns: 50% 50%;
}
/* end of the order history page css */

/* start of the wishlist page css  */
.wishlist-con {
    height: auto;
    width: 100%;
    background-color: var(--black);
    border: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    padding: 20px;
    box-sizing: border-box;
}
.wishlist-product-tile {
    display: grid;
    grid-template-columns: 50% 45%;
    grid-column-gap: 3%;
    border-top: 3px solid var(--white);
    padding: 10px;
}
.wishlist-btns {
    width: 100%;
    display: grid;
    grid-template-columns: 42% 42%;
    grid-column-gap: 10%;
}
.wishlist-btns1 {
    width: 100%;
    height: 30px;
    background-color: var(--blue);
    border: 3px solid var(--white);
    align-content: center;
    text-align: center;
    border-radius: 20px;
    font-size: xx-small;
}
.wishlist-btns2 {
    width: 100%;
    height: 30px;
    background-color: var(--blue);
    border: 3px solid var(--white);
    align-content: center;
    text-align: center;
    border-radius: 20px;
    font-size: xx-small;
}


/* end of the wishlist page css  */


/* start of the messages page css */
.message-con {
    height: auto;
    width: 100%;
    background-color: var(--black);
    border: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    padding: 20px;
    box-sizing: border-box;
}
.messages-tile {
    display: grid;
    grid-template-columns: 30% auto;
    grid-template-rows: auto;
    grid-column-gap: 3%;
    border-top: 3px solid var(--white);
    padding: 10px;
}
.message-text {
    font-size: smaller;
    color: var(--white);
}

/* end of the messages page css */

/* start of cart page css  */
.cart-con {
    height: auto;
    width: 100%;
    background-color: var(--black);
    border: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    padding: 20px;
    box-sizing: border-box;
}
.cart-product-tile {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 3%;
    border-top: 3px solid var(--white);
    padding: 10px
}
.cart-btns {
    width: 100%;
    display: grid;
    grid-template-columns: 45% 45%;
    margin-left: 3%;
    grid-column-gap: 5%;
}
.cart-btns1 {
    width: 100%;
    height: 30px;
    background-color: var(--blue);
    border: 3px solid var(--white);
    align-content: center;
    text-align: center;
    border-radius: 20px;
    font-size: xx-small;
}
.cart-btns2 {
    width: 100%;
    height: 30px;
    background-color: var(--blue);
    border: 3px solid var(--white);
    align-content: center;
    text-align: center;
    border-radius: 20px;
    font-size: xx-small;
}
.cart-total {
    border-top: 3px solid var(--white);
}
.cart-total h3 {
    width: 40%;
    height: 30px;
    background-color: var(--blue);
    border: 3px solid var(--white);
    align-content: center;
    text-align: center;
    border-radius: 20px;
    color: var(--black);
    font-size: x-small;
}



/* end of cart page css  */

/* start of store management page css */
.store-management-con {
    height: auto;
    width: 100%;
    background-color: var(--black);
    border: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    padding: 20px;
    box-sizing: border-box;
    color: var(--white);
}
.store-management-form {
    border-top: 3px solid var(--white);
    border-bottom: 3px solid var(--white);
}
.store-management-form form {
    display: grid;
    grid-template-rows: auto 30px auto auto auto;
    grid-row-gap: 5px;
    margin-top: 5px;
}
.store-payment-methods {
    display: grid;
    grid-template-columns: 5% 20% 5% 20%;
    grid-template-rows: 30px 30px;
    grid-gap: 10px;
    align-items: center;
}
.store-payment-methods input {
    width: 30px;
    height: 30px;
}
.store-delivery-methods {
    display: grid;
    grid-template-columns: 30% 30%;
}
.store-delivery-methods input {
    width: 20px;
    height: 20px;
}
.store-update-btn input {
    width: 50%;
    height: 35px;
    border-radius: 30px 30px 30px 30px;
    background-color: var(--blue);
    border: 3px solid var(--white);
}
.add-product-form form input {
    width: 100%;
    height:30px;
    margin: 5px;
    font-size: larger;
    border-radius: 30px 30px 30px 30px;
    padding: 5px;
    box-sizing: border-box;
}
.product-gender {
    display: grid;
    grid-template-rows: 50px ;
    grid-template-columns: 5% 5% 5% 5% 5% 5%;
    grid-column-gap: 2%;
    align-items: center;
}
.add-new-product-btn input {
    width: 100%;
    height: 40px;
    background-color: var(--blue);
    border: 3px solid var(--white);
}
.new-store-products {
    display: grid;
    grid-template-columns: 95%;
    grid-template-rows: auto auto;
    grid-gap: 2%;
}
.store-tile1 {
    width: 100%;
    height: 700px;
    background-color: var(--black);
    border-bottom: 3px solid var(--blue);
    border-left: 3px solid var(--blue);
    border-right: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    line-height: 1;
}
.store-management-tile1{
    width: 100%;
    height: auto;
    background-color: var(--black);
    border-bottom: 3px solid var(--blue);
    border-left: 3px solid var(--blue);
    border-right: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    line-height: 1;
    position: relative;
}
.store-tile1 h1,h2,h3,h4,h5,h6{
    margin-left: 15px;
    color: var(--white);
}
.store-tile1 img {
    border-radius: 50px 50px 50px 50px;
    max-height: 350px;
}
.store-tile-icons {
    margin-top: -600px;
    margin-left: 20px;
}
.store-btns {
    display: grid;
    grid-template-columns: 25% 25%;
    margin-top: 550px;
    grid-column-gap: 5%;
    margin-left: 5%;
}
.store-btns-item1 {
    width: 100%;
    height: 30px;
    background-color: var(--blue);
    border: 3px solid var(--white);
    box-sizing: border-box;
    border-radius: 50px 50px 50px 50px;
    align-items: center;
    align-self: center;
    align-content: center;
    color: var(--white);
}
.store-btns-item2 {
    width: 100%;
    height: 30px;
    background-color: var(--blue);
    border: 3px solid var(--white);
    box-sizing: border-box;
    border-radius: 50px 50px 50px 50px;
    align-items: center;
    align-self: center;
    align-content: center;
    color: var(--white);
}
/* end of store management page css */

/* start of the orders page css */
.order-con {
    height: auto;
    width: 100%;
    background-color: var(--black);
    border: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    padding: 20px;
    box-sizing: border-box;
}
.order-con h1 {
    border-bottom: 3px solid var(--white);
    color: var(--white);
}
.order-split-con {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 3%;
    width: 100%;
    color: var(--white);
}
.order-split-item1 {
    border-bottom: 3px solid var(--white);
    border-right: 0px;
}
.order-split-item2 {
    border-bottom: 3px solid var(--white);
    border-right: 0px;
}
.order-split-item1 input {
    margin: 2px;
    border-radius: 30px 30px 30px 30px;
    width: 80%;
}
.card-details {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-gap: 2%;
}
.card-details input {
    margin: 5px;
    border-radius: 30px 30px 30px 30px; 
}
.submit-btn input {
    width: 50%;
    height: 35px;
    border-radius: 30px 30px 30px 30px; 
    background-color: var(--blue);
    border: 3px solid var(--white);
}





/* end of the orders page css */


/* start of the store profile page css */
.store-profile-header {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-template-rows: 100px;
    grid-column-gap: 3.3%;
}
.store-profile-header-item1 {
    align-content: center;
    font-size: smaller;
}
.store-profile-header-item2 {
    object-fit: contain;
    text-align: center;
}
.store-profile-header-item3 {
    align-content: center;
    font-size: smaller;
}
.profile-store-description {
    display: grid;
    grid-template-columns: 60% 35%;
    grid-column-gap: 5%;
}
.profile-store-description-item1 {
    text-align: justify;
}
.profile-store-description-item2 {
    display: grid;
    grid-template-rows: 40px 40px;
    grid-row-gap: 10px;
    padding-left: 20%;
}
.profile-store-description-item2-btn {
    background-color: var(--blue);
    border: 3px solid var(--white);
    color: var(--white);
    text-align: center;
    align-content: center;
    border-radius: 30px 30px 30px 30px;
    width: 70%;
}
.pp-store-payment-methods1 {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% ;
    grid-template-rows: 80px;
    /* grid-column-gap: 10%; */
    /* grid-row-gap: 20px; */
    justify-content: space-around;
    /* width: 50%; */
}
.pp-store-payment-methods1-item1 {
    object-fit: contain;
}
.pp-store-payment-methods1-item2 {
    object-fit: contain;
}
.pp-store-payment-methods1-item3 {
    object-fit: contain;
}
.pp-store-payment-methods1-item4 {
    object-fit: contain;
}


/* end of the store profile page css */



/* start of the product page css */
.product-left-right {
    display: grid;
    grid-template-columns: 95%;
    grid-template-rows: 200px;
    grid-column-gap:2%;
    color: var(--white);
}
.product-left-right-items2 ul {
    font-size: larger;
}
li::marker {
    color: var(--blue);
  }
.product-btns {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-template-rows: 70px;
    grid-column-gap: 10%;
}
.product-btns-item1 {
    background-color: var(--blue);
    border: 3px solid var(--white);
    border-radius: 40px 40px 40px 40px;
    text-align: center;
    align-content: center;
    font-size: larger;
}
.product-btns-item2 {
    background-color: var(--blue);
    border: 3px solid var(--white);
    border-radius: 40px 40px 40px 40px;
    text-align: center;
    align-content: center;
    font-size: larger;
}
.product-description {
    width: 90%;
    height: auto;
    padding: 10px;
    background-color: var(--white);
    border: 3px solid var(--blue);
    border-radius: 40px 40px 40px 40px;
    margin-left: -0.5%;
}
.related-products {
    display: grid;
    grid-template-columns: 95%;
    grid-row-gap: 2%;
    height: auto;
}
.Store-reviews {
    width: 90%;
    height: auto;
    padding: 10px;
    background-color: var(--white);
    border: 3px solid var(--blue);
    border-radius: 40px 40px 40px 40px;
    margin-left: -0.5%;
    margin-top: 100px;
}
.Review-textbox {
    width: 99%;
    height: 40px;
    border: 3px solid var(--blue);
    border-radius: 20px 20px 20px 20px;
}
.Review-btn {
    background-color: var(--blue);
    border: 3px solid var(--black);
    border-radius: 40px 40px 40px 40px;
    text-align: center;
    align-content: center;
    font-size: larger;
    color: var(--white);
}
.store-info {
    display: grid;
    grid-template-columns: 40% 55%;
    grid-template-rows: 200px;
    grid-column-gap: 3%;
    align-content: center;
}
.store-info-item1 {
    align-content: center;
}
.store-info-item3 {
    grid-area: 2/1/2/3;
}
.pp-store-payment-methods {
    display: grid;
    grid-template-columns: 25% 25%;
    grid-template-rows: 80px 80px;
    grid-column-gap: 10%;
    grid-row-gap: 20px;
    justify-content: space-around;
}
.pp-store-payment-methods-item1 {
    object-fit: contain;
}
.pp-store-payment-methods-item2 {
    object-fit: contain;
}
.pp-store-payment-methods-item3 {
    object-fit: contain;
}
.pp-store-payment-methods-item4 {
    object-fit: contain;
}
/* end of the product page css */

/* start of the register page css */

.register-form-con {
    margin-left: 12%;
    background-color: #0D0D0D;
    border: 3px solid #299FBE;
    border-radius: 50px 50px 50px 50px;
    height: auto;
    width: 70%;
    color: white;
    padding: 50px;
    margin-left: -0.5%;
    font-size: xx-small;
}
.register-form-con form {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-row-gap: 5px;

}
.register-form-con form input {
    width: 90%;
    height: 20px;
    border-radius: 20px 20px 20px 20px;
    border: 3px solid #299FBE;
}
.register-form-con form button {
    width: 95%;
    height: 40px;
    border-radius: 20px 20px 20px 20px;  
    align-self:center;
    background-color: #299FBE;
    border: 3px solid white;
}
.genders {
    display: grid;
    grid-template-columns: 19% 12% 19% 19% 19% 19%;
    align-items: center;
    font-size: xx-small;
}
#image {
    align-content: center;
    padding-left: 5px;
}
.sign-up-img-text {
    position: absolute;
    color: var(--white);
    margin-top: -100px;
    font-size: xx-small;
    margin-left: -0.1%;
}
.login-form-con {
    width: 98%;
    height: auto;
    margin-left: 0.1%;
    background-color: #0D0D0D;
    border: 3px solid #299FBE;
    border-radius: 50px 50px 50px 50px;
    color: white;
    padding: 70px;
    box-sizing: border-box;
}
.login-form-con input {
    width: 100%;
    height: 35px;
    border: 3px solid #299FBE;
    border-radius: 50px 50px 50px 50px;
    font-size: larger;
}
.login-form-con form button {
    width: 65%;
    height: 40px;
    border-radius: 20px 20px 20px 20px;  
    align-self:center;
    background-color: #299FBE;
    border: 3px solid white;
}


/* end of the register page css */

/* start of the store setup page css  */
.store-setup h1 {
    border-bottom: 3px solid var(--white);
}
.store-setup {
    height: auto;
    width: 100%;
    background-color: var(--black);
    border: 3px solid var(--blue);
    border-radius: 50px 50px 50px 50px;
    padding: 20px;
    box-sizing: border-box;
    color: var(--white);
}
.setup-store-form-left-right {
    display: grid;
    grid-template-columns: 95%;
    grid-column-gap: 5%;
}
.setup-store-form-left-right-item1 {
    display: grid;
    grid-template-rows: 20px 20px 20px 20px 20px;
    grid-row-gap: 5px;
}
.setup-store-form-left-right-item2 {
    display: grid;
    grid-template-rows: 20px 20px 20px 60px 50px;
    grid-row-gap: 5px;
}
.payments-row1 {
    display: grid;
    grid-template-columns: 33% 30% 30%;
    font-size: smaller;
}
.payments-row2 {
    display: grid;
    grid-template-columns: 33% 30% 30%;
    font-size: smaller;
}
.agree-btn {
    width: 40%;
    height: 50px;
    background-color: var(--blue);
    border: 3px solid var(--white);
    border-radius: 50px 50px 50px 50px;
}
li {
    font-size: smaller;
}
/* end of the store setup page css  */


}