body {
    /* font-family: "Times New Roman", Times, serif; */
    /* font-family: "Geneva", sans-serif; */
    /* font-family: "Lucida Handwriting", cursive; */
    font-family: Cambria, Cochin, 'Times New Roman', Times, serif;
}
select {
    font-family: Cambria, Cochin, 'Times New Roman', Times, serif;
}
p {
  text-indent: 25px;
  margin-left: 25px;
  margin-right:25px;
  font-size: 20px;
}
p2 {
  text-indent: 25px;
  margin-left: 0.01px;
  font-size: 18px;
}

.info-circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background-color: #7b7d85;
  color: white;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.tooltip {
  display: none;
  width: 300px;
  background-color: #7b7d85;
  color: #fff;
  font-size:12px;
  text-align: match-parent;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%; 
  left: 50%;
  margin-left: -80px; 
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip::after {
  content: "";
  position: absolute;
  top: 100%; 
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.info-circle:hover .tooltip {
  display: block;
  opacity: 1;
}


.toggle-button {
  padding: 8px 12px;
  background-color: #7b7d85;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 10px;
}

.toggle-button:hover {
  background-color: #bcc0ce;
}

#divForestContainer {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

a {
    /* color:#7b7d85; */
    color: #26272b;
}
a:hover {
  color:#7b7d85;
}
.main-head {
    height: 150px;
    background: #FFF;
}

button:hover img {
  opacity: 0.5; /* Set the desired transparency level (0 is fully transparent, 1 is fully opaque) */
}

button:hover {
  opacity: 0.5; /* Set the desired transparency level (0 is fully transparent, 1 is fully opaque) */
}

.link-button {
  background: none;
  border: none;
  /* color: #7b7d85; */
  color:#26272b;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1em;
  font-family: serif;
}
.link-button:focus {
  outline: none;
}
.link-button:active {
  color:#7b7d85;
}

tfoot input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}

.input-wrapper { 
    position: relative; 
    display: inline-block; 
} 

.input-wrapper input { 
    padding-right: 40px; 
    width: 600px;
} 

.input-wrapper button { 
    position: absolute; 
    bottom: 0; 
    right: 0; 
    border: none; 
    background-color: transparent; 
    cursor: pointer; 
} 

.site_body {
  width: 100%;
  padding-top: 25px;
  padding-left: 75px;
  padding-right: 75px;
  padding-bottom: 25px;
  overflow-x: auto;
}
.site_body img {
  width: 50%;
}

.full_break {
  display: flex;
  flex-wrap: wrap;
}

.full_break img {
  width: 33%;
}

.site_body a {
  color: #000000;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.sidenav {
    height: 100%;
    /* background-color: #4b4c4d; */
    background-color:#26272b;
    overflow-x: visible;
    /* padding-top: 40px; */
}

.main {
    padding: 0px 10px;
}

.login-main-text {
    margin-top: 20%;
    padding: 60px;
    color: #fff;
}

.login-main-text h2 {
    font-weight: 300;
}

.btn-black {
    border: none;
    background-color: #000 !important;
    color: #fff;
}

.btn-grey {
  border: none;
  background-color: gray !important;
  color: #fff;
}

.btn-gray {
  border: none;
  color: white;
  background-color: gray;
}

.btn-gray:hover {
  color:white;
  text-decoration: none;
  background-color: rgb(70, 70, 70);
}


.grey_table{
  background-color: #26272b;
  color: white;
}

.sidenav img {
  width: 100vw; /* Set width to 100% of viewport width */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Ensure the image is treated as a block-level element */
}


section {
    color: #fff;
    text-align: center;
}

.container {
    display: table;
    width: 100%;
    font-size: 18px;
    color:#c5c5c5;
}


.left-half {
    background-color: #ff9e2c;
    position: absolute;
    left: 0px;
    width: 50%;
}

.right-half {
    background-color: #b6701e;
    position: absolute;
    right: 0px;
    width: 50%;
}

.pagination {
    color: red;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 25px;
}

#page {
    padding: 10px;
}

.search-form {
    display: flex;
}

.long-search-input {
    width: 700px; 
    border-bottom-left-radius: .25em;
    border-top-left-radius: .25em;
    border: none;
    outline: none;

}
.custom-right-border-radius {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.search-button {
    background: none;
    border: none;
    cursor: pointer;
}

.header-content{
    display: flex;
    justify-content: space-between;
    align-items: center; 
    margin-bottom: 25px;
    /* margin-left:50px; */
    padding-left: 75px;
    padding-right: 75px;
}

.header-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product-container {
    margin: auto;
    padding: 50px;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
}

.product-image img {
    max-width: 100%;
    /* display:block; */
    height: auto;
    text-align: left;
}

.product-details {
    flex: 1;
    padding: 20px;
}

#product-info {
    display: flex;
    width: 95%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.item-image-parent {
    order: 1;
    width: 50%;
    display: flex;
}

.item-info-parent {
    order: 2;
    width: 50%;
}

.item-list-vertical {
    order: 1;
    width: 10%;
    overflow-y: auto;
    margin-top: 50px;
}

.item-image-main {
    order: 2;
    width: 90%;
    height: 100%;
}


.thumb-box {
    width: 75%;
    margin: 10px auto;
    background: white;
    border: 1px solid gray;
}
.thumb-box img {
    width: 100%;
    height: 100%;
}

.item-image-main img {
    width: 100%;
    height: auto;
}

.thumb-box:hover {
    cursor: pointer;
    border-color: #e77600;
    box-shadow: 0px 1px 5px 1px #e77600;
}

.main-info h4{
    font-size: 21px;
    margin-bottom: 0;
    font-weight: 400;
    width:70%;
}

.star-rating {
    width: 25%;
    margin-left: 25px;
    color: gray;
    font-size: 24px;
    border-bottom: 0.4px solid rgba(194, 194, 194, 0.829);
    text-align:center;
}

.star-rating span {
    color: gold;
    text-align:center;
}

.main-info p {
    font-size: 15px;
    color: gray;
    margin-bottom: 30px;
}

.change-color {
    margin-bottom: 10px;
}

.change-color .thumb-box{
    margin: 10px 10px 10px 0;
    width: 40px;
    display: inline-block;
}

.change-size select {
    padding: 5px 10px;
    border-radius: 4px;
    border-color: rgb(189, 189, 189);
    margin-top: 10px;
}

.description{
    margin-top:25px;
    padding-left: 17px;
    font-size: 15px;
    line-height: 1.3rem;
    color: black;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .card {
    width: 25%; /* Adjust the width as needed to fit 4 cards in a row */
    margin-bottom: 20px;
    padding: 0px;
    border:none;
  }
  
  .card-body {
    padding: 10px;
  }
  .card-image {
    width: 100%;
    height: 50%;
    display: block;
    margin: auto;
    object-fit: cover;
    border-radius: 2%;
  }
  
  .card:hover .card-image{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  
  .card-subtitle {
    font-size: 1rem;
    color: #333;
    margin-top: 0px;
    padding-top: 5px;
  }
  
  .card-text {
    font-size: 0.9rem;
    color: #777;
  }
  
  form {
    margin-top: 10px;
  }
  
  .clearfix::after {
    content: "";
    display: table;
    clear: both;
  }
  /* Add your styles to a separate CSS file or include them in the HTML head */
.category-banner {
    display: flex;
    background-color: #804a03;
    justify-content: left;
    padding-left: 10px;
}

.category-banner a {
    text-decoration: none;
    color: #007bff;
}

.category {
    text-align: center;
    margin: 10px;
}

.category img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.category-name {
    margin-top: 5px;
    font-weight: bold;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.banner-header{
    display: flex;
    justify-content: center;
    /* background-color: #4b4c4d; */
    background-color:#26272b;
    flex-wrap: wrap;
    align-items: center; 
}

.tab-banner {
    margin: auto;
    color: white;
    align-items: center;
    /* background-color: #4b4c4d; */
    background-color:#26272b;
    margin: 15px;
    margin-top: 0px;
}
.tab-banner:hover{
    background-color: #4b4c4d;
    /* background-color:#26272b; */
    color: white;
}

/* Dropdown Button */
.dropbtn {
    background-color: #26272b;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin: 15px;
    margin-top: 0px;
  }

  .download-btn {
    background-color: #26272b;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin: 0px;
    margin-top: 0px;
  }
  
  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
    background-color: #26272b;
  }
  /* Dropdown button on hover & focus */
  .download-btn:hover, .download-btn:focus {
    background-color: #26272b;
  }
  .my-dropdown {
    position: relative;
    display: inline-block;
    overflow: visible; 
  }

  .my-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000; /* Increased to ensure overlap */
    max-height: 300px;
    overflow-y: auto; /* Better than scroll for cross-browser */
    border-radius: 10px; /* Changed from 10% to px for consistency */
    top: 100%; /* Start right below parent */
    left: 0;
    margin-top: 5px; /* Small gap from button */
  }

  /* Keep your existing link styles */
  .my-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .my-dropdown-content a:hover {
    background-color: #ddd;
  }
  .show {display:block;}

  .index-div {
    margin: 20px 50px 20px 50px;
  }
  .page-div {
    margin: 20px 20px 20px 20px;
  }
  
  textarea {
    height: 100%;
    width: 800px;

  }

  #cat-title{
    text-align: center;
    margin-bottom: 50px;
  }

  #filter-sort{
    width:100%;
    margin-bottom: 20px;
  }
  #sort-form{
    display: inline-block;
    margin-right: 20px;
  }

.add-form {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.add-form input[type="text"],
.add-form textarea,
.add-form select {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.add-form input[type="file"] {
    width: 100%;
    margin-bottom: 15px;
}

.add-form input[type="submit"] {
    background-color: #a76c20;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.add-form input[type="submit"]:hover {
    background-color: #804a03;
}

.add-form h1 {
    text-align: center;
    color: #333;
}

.add-form label {
    display: block;
    margin-bottom: 8px;
    color: #555;
}

.footer-basic {
    padding:40px 0;
    background-color:#ffffff;
    color:#4b4c4d;
  }
  
  .footer-basic ul {
    padding:0;
    list-style:none;
    text-align:center;
    font-size:18px;
    line-height:1.6;
    margin-bottom:0;
  }
  
  .footer-basic li {
    padding:0 10px;
  }
  
  .footer-basic ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
  }
  
  .footer-basic ul a:hover {
    opacity:1;
  }
  
  .footer-basic .social {
    text-align:center;
    padding-bottom:25px;
  }
  
  .footer-basic .social > a {
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid #ccc;
    margin:0 8px;
    color:inherit;
    opacity:0.75;
  }
  
  .footer-basic .social > a:hover {
    opacity:0.9;
  }
  
  .footer-basic .copyright {
    margin-top:15px;
    text-align:center;
    font-size:13px;
    color:#aaa;
    margin-bottom:0;
  }
  
  /* Credit to https://epicbootstrap.com/snippets/footer-basic */


.site-footer
{
  padding-top: 45px;
  padding-left: 75px;
  padding-right: 75px;
  background-color:#26272b;
  /* padding:45px 0 20px; */
  font-size:15px;
  line-height:24px;
  color:c5c5c5;
  min-height: auto;
  display: flex;
  flex-direction: column; 
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:white;
  font-size:20px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  /* color:#a4a3a3; */
  color: #c5c5c5
}
.site-footer a:hover
{
  color:#7b7d85;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#a4a3a3
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#7b7d85;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

.footer-basic {
    padding:40px 0;
    background-color:#ffffff;
    /* color:#4b4c4d; */
    color:white;
  }
  
  .footer-basic ul {
    padding:0;
    list-style:none;
    text-align:center;
    font-size:18px;
    line-height:1.6;
    margin-bottom:0;
  }
  
  .footer-basic li {
    padding:0 10px;
  }
  
  .footer-basic ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
  }
  
  .footer-basic ul a:hover {
    opacity:1;
  }
  
  .footer-basic .social {
    text-align:center;
    padding-bottom:25px;
  }
  
  .footer-basic .social > a {
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid #ccc;
    margin:0 8px;
    color:inherit;
    opacity:0.75;
  }
  
  .footer-basic .social > a:hover {
    opacity:0.9;
  }
  
  .footer-basic .copyright {
    margin-top:15px;
    text-align:center;
    font-size:13px;
    color:#aaa;
    margin-bottom:0;
  }
  