* {
  margin: 0;
  padding: 0;
  /* <a href='https://pngtree.com/so/shopping'>shopping png from pngtree.com/</a> */
  /* <a href='https://pngtree.com/so/2.5d'>2.5d png from pngtree.com/</a> */
}

/* navbar */

.navbar-brand img {
  width: 100px;
  margin-left: 30px;
}

/* .navbar-nav
{
    margin-right: 20px !important;
} */
.navbar-nav a {
  margin-right: 20px !important;
}
.nav-link {
  color: #fc9e00 !important;
  padding-right: 10px !important;
}
.nav-link:hover {
  color: #7b7f82 !important;
  /* background-color: #7B7F82 !important; */
}

.nav-tabs .nav-link:hover {
  /* background-color: #7B7F82 !important; */
  color: #7b7f82 !important;
}

.nav-tabs .nav-link {
  /* background-color: #7B7F82 !important; */
  border-color: #7b7f82 !important;
}
.nav-tabs .nav-link.active {
  /* background-color: #7B7F82 !important;
    border-color: #7B7F82 !important; */
  color: #7b7f82 !important;
}
.nav-item {
  font: #fc9e00 !important;
}

/* sidebar */

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  color: #333;
}

.sidebar .nav-link .feather {
  color: #727272;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.sidebar .nav-link {
  color: #fc9e00;
}

.sidebar a .nav-link:active {
  color: #727272 !important;
  background: #fc9e00;
}

.sidebar a .nav-item:hover {
  color: #727272 !important;
  background: #fc9e00;
}

.sidebar a:hover {
  color: #727272 !important;
  background: #fc9e00;
}

#sidebarMenu {
  z-index: 1000 !important;
  width: fit-content !important;
}

/* home-page */
.home-page {
  margin: 20px !important;
  width: 100%;
}
/* button */
.button-store {
  padding: 20px;
  align-items: center;
  justify-content: center;
}
.btn-store {
  width: 200px;
  height: 70px;
  transition: 0.5s all ease;
  display: block;
  border-radius: 20px;
}

.btn-primary {
  --bs-btn-color: #7b7f82;
  --bs-btn-bg: #fc9e00;
  --bs-btn-border-color: #fc9e00;
  --bs-btn-hover-color: #fff; /* Only hover text color is white */
  --bs-btn-hover-bg: #7b7f82;
  --bs-btn-hover-border-color: #7b7f82;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #7b7f82;
  --bs-btn-active-bg: #7b7f82;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-store:hover {
  cursor: pointer;
}
.btn-store {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  box-shadow: 9.91px 9.91px 15px #d9dade, -9.91px -9.91px 15px #ffffff;
  position: relative;
  border: 2px solid transparent;
  padding: 15px 50px;
  overflow: hidden;
}

/*button:before (attr data-hover)*/
.btn-store:hover:before {
  opacity: 1;
  transform: translate(0, 0);
}
.btn-store:before {
  content: attr(data-hover);
  position: absolute;
  top: 1.1em;
  left: 0;
  width: 200px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  color: #fc9e00;
  opacity: 0;
  transform: translate(-100%, 0);
  transition: all 0.3s ease-in-out;
}
/*button div (button text before hover)*/
.btn-store:hover div {
  opacity: 0;
  transform: translate(100%, 0);
}
.btn-store div {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px !important;
  color: #fc9e00 !important;
  transition: all 0.3s ease-in-out;
}

/* Featured Product Page  */
.featured-products {
  margin: 10px 0px;
  width: 100%-250px !important;
}
.featured-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
.featured-box img {
  /* width: 100%;
        height: 100% !important; */
  padding: 20px 0;
  transition: 00.5s ease all;
  cursor: pointer;
}
.featured-box img:hover {
  z-index: 1000;
  transform: translateY(-10px) scale(1.2);
}

/* Featured Product Page  */
.on-sale-page {
  margin: 10px 0px;
  padding: 10px 10px;
}
.title-box {
  background: #7b7f82;
  width: 180px;
  height: 40px;
  display: flex;
  padding: 4px 10px;
  margin-bottom: 30px;
  color: #fc9e00;
  border-radius: 20px 0px 0px 20px;
}
.title-box h2 {
  font-size: 24px;
  margin-left: 10px;
}
.title-box::after {
  content: "";
  border-bottom: 40px solid #7b7f82;
  border-right: 50px solid transparent;
  position: absolute;
  display: flex;
  margin-top: -4px;
  margin-left: 170px;
}

.product-img {
  position: relative;
  cursor: pointer;
}
.overlay-icons {
  display: block;
  opacity: 0;
  position: absolute;
  top: 10%;
  margin-left: 0;
  width: 50px;
}
.overlay-icons .icons {
  cursor: pointer;
  color: #fc9e00;
  height: 35px;
  background: rgba(34, 36, 42, 0.2) !important;
  font-size: 20px;
  padding: 7px;
  margin-top: 5%;
  margin-bottom: 5%;
}
.overlay-icons .btn-secondary {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.product-img:hover .overlay-icons {
  opacity: 1;
  margin-left: 5%;
  transition: 0.5s;
}
.rating {
  /* 7B7F82 */
  color: #fc9e00;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
}
.product-desc h4 {
  font-weight: bold;
  font-size: 20px;
}
.product-desc p {
  font-size: 15px;
  padding-bottom: 10px;
}
/* new-product-page */

.store-features {
  margin: 50px 0px;
}
.feature-box img {
  width: 50% !important;
  margin-bottom: 10px;
}

.LoadingGif {
  display: block;
  visibility: visible;
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: white;
  align-items: center;
  justify-content: center;
  padding-top: 20%;
  /* filter: alpha(opacity=75);  */
  opacity: 0.75;
  font-size: large;
  color: blue;
  font-style: italic;
  font-weight: 400;
  background-image: url("loading_circle.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
}

@media (min-width: 320px) and (max-width: 767px) {
  .on-sale-page,
  .new-product-page .col {
    width: 70% !important;
    height: auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .on-sale-page,
  .new-product-page img {
    width: 90%;
    height: auto;
  }
}

/* @media (min-width: 768px) and (max-width: 991px) {

    .on-sale-page .col{
        width: 80% !important;
        height: auto;
    }
    .on-sale-page img{
        width: 90%;
        height: auto;
    }
} */

@media (min-width: 992px) and (max-width: 1280px) {
  /* .on-sale-page .col{
        width: 95% !important;
        height: auto;
    } */
  .on-sale-page,
  .new-product-page img {
    width: 90%;
    height: auto;
  }
}

/* Hover effect for cards */
.hover-effect {
  transition: all 0.3s ease;
  transform: translateY(0);
}

.hover-effect:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Product image container */
.card-img-top {
  background-color: #f8f9fa;
  padding: 15px;
}

/* Breadcrumb styling */
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .display-4 {
    font-size: 2rem;
  }
}
