.text-black{
    color: #000;
}
a {
    color:#ff914d;
    text-decoration: none;
}
.btn-primary{
    border: none;
}
.bg-primary,.btn-primary{
    background-color: #ff914d !important;
    text-decoration: none;
}
.text-primary{
    color: #ff914d;
}
.item_price{
    color: #000 !important;
}
.media-object {
    width: 50px !important;             /* Smaller size for profile image */
    height: 50px !important;
    border-radius: 50% !important;      /* Makes it circular */
    object-fit: cover !important;       /* Ensures image covers the circle */
    /* overflow: hidden; */
    display: inline-block;   /* Optional: better inline alignment */
}
.productImage{
    max-height: 300px;
    width: auto !important;
}
.prodViewImage{
    max-width: 300px !important;
    height: auto;
}
.addtoCart{
    text-align: center;
    width: 35%;
}
.mask1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-brown {
    color: #9e4b18 !important;
}
.simpleCart_total1,#simpleCart_quantity1{
    font-family: Arial, Helvetica, sans-serif !important;
}
.item_price{
    font-size: 12pt;
}
.sale-badge {
    position: absolute;
    top: 10px; /* Adjust spacing from the top */
    right: 10px; /* Adjust spacing from the right */
    background-color: red;
    color: white;
    font-size: 12px; /* Adjust font size */
    /* font-weight: bold; */
    padding: 5px 10px;
    border-radius: 5px; /* Optional: for rounded corners */
    z-index: 10; /* Ensure it's above the image */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Optional: for a subtle shadow */
}
#flexiselDemo3 li {
    margin-right: 15px; /* Adjust the spacing as needed */
}

#flexiselDemo3 li:last-child {
    margin-right: 0; /* Avoid extra space after the last item */
}
.strikethrough{
    text-decoration: line-through;
    font-size: 10pt !important;
}
.toast-message{
    font-size: 14pt !important;
}
.toast-title {
    font-size: 18pt !important;
    font-weight: 700
}
.accordion-button:not(.collapsed) {
    color: #000 !important;
    font-size: 14pt;
    background-color: #ff914d !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    font-size: 14pt;
    box-shadow: #ff914d !important;
}
.accordion-button {
    font-size: 14pt;
}
.scroll-top-btn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    font-size: 24px;
    background-color: #333;
    color: white;
    padding: 10px 14px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.3s, visibility 0.3s;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.scroll-top-btn:hover {
    background-color: #555;
}
.stickeyCol{
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    /* z-index: 100; */
}
.profile-menu {
    float: right;
  .dropdown-menu{
    right: 0;
    left: unset;
  }
  .fa-fw{
    margin-right: 10px;
  }
}
.toggle-change{
    &::after {
    border-top: 0;
    border-bottom: .3em solid;
    }
}
#ordersDiv{
    font-size: 12pt !important;
}
@media (max-width: 768px) {
    .stickeyCol{
        /* position: sticky; */
        /* top: 0; */
        height: 40vh;
        overflow-y: auto;
        background: #fff;
        /* z-index: 100; */
    }
    .products-grid {
        margin-top: -30px;
    }
}
/* Desktop only sticky sidebar
@media (max-width: 768px) {
    .strikethrough{
        display: none !important;
    }
}
@media (min-width: 768px) {

    .sidebar-column {
        position: sticky;
        top: 0;
        height: 100vh;
        overflow-y: auto;
        background: #fff;
        z-index: 100;
    }

    .content-column {
        height: 100vh;
        overflow-y: auto;
    }

    body, html {
        overflow: hidden;
    }
}

/* Mobile: reset everything for natural scroll *
@media (max-width: 767.98px) {
    body, html {
        overflow: auto !important;
    }

    .content-column,
    .sidebar-column {
        height: auto !important;
        overflow: visible !important;
    }

    #product-container {
        padding-bottom: 60px; /* Add space if needed *
    }
} */
/* navbar */
.navbar-brand {
  font-size: 1.4em;
}
.navbar-dark .navbar-nav a.nav-link {
  color: #9e4b18;
  font-size: 1.1em;
  font-weight: 300;
}
.dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 0.7em;
}
@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu.show {
    display: flex;
  }
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
}
.dropdown-menu li .dropdown-item {
  color: gray;
  font-size: 1em;
  padding: 0.5em 1em;
}
.dropdown-menu li .dropdown-item:hover {
  background-color: #f1f1f1;
}
/* .dropdown-menu li:first-child a {
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #9e4b18;
}
.dropdown-menu li:first-child a:hover {
  background-color: #f1f1f1;
} */
@media only screen and (max-width: 992px) {
  .dropdown-menu.show {
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .dropdown:hover .dropdown-menu {
    width: 40vw;
    flex-wrap: wrap;
  }
}

.dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 0.5em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.dropdown-menu li a {
  color: gray;
  padding: 0.5em 1em;
}
/* .dropdown-menu li:first-child a {
  font-weight: bold;
  font-size: 1.1em;
  color: #9e4b18;
} */
@media screen and (min-width: 993px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu.show {
    display: flex;
  }
}
@media screen and (max-width: 992px) {
  .dropdown-menu.show {
    max-height: 60vh;
    overflow-y: scroll;
  }
}
/* Support nested submenu */
/* .dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
} */
