#dynamicpages {
  .container {
    @media (max-width:768px) {
      gap: 0px !important;
    }
    ul {
      row-gap: 10px;
      justify-content: center;
      cursor: pointer;
      li {
        background-color: transparent;
        width: 190px;
        @media (max-width:480px) {
          flex-grow: 1;
          width: auto;
          flex-basis: 40%;
        }
        a {
          text-align: center;
          color: #000000;
          font-weight: 600;
          @media (max-width:480px) {
            padding: 5px !important;
            font-size: 14px !important;
          }
        }
      }
    }
    /*  .col-custom-12{
       height: 100%;
     }
     div#productsList .mb-4:last-child{
       margin-bottom: 0px !important;
     } */
    .category-container {
      padding-top: 20px !important;
    }
    .active {
      background-color: #fe5e00 !important;
      color: white;
    }
  }

  .nav-link {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}

.profile_card.profile_product {
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  overflow: hidden;
  h5 {
    font-size: 15px;
    @media (max-width:768px) {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;  
      overflow: hidden;
      font-size: 14px;
    }
    color: #000000;
  }
  p {
    color: #681e77;
    font-weight: 600;
  }
}
.card-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 9px;
  background-color: #f9f9f9;
  transition: all 0.3s;
  /*  z-index: 5; */
}
.title_explore {
  height: fit-content;
  .explore_title_image {
    padding: 20px 0 10px 0;
    @media (max-width:768px) {
      padding-top: 0px;
      padding-bottom: 20px;
    }
  }
  img {
    height: 699px;
  }
}
.explore-btn,.explore-btn-show {
  background-color: #681e77;
  width: fit-content;
  margin-left: auto;
  padding: 6px;
  border-radius: 9999px;
  transition: all 0.7s;
  position: relative;
  cursor: pointer;
  img {
    width: 25px;
    height: 19px;
    object-fit: contain;
  }
}
.card-body .card-text {
  color: #fff;
  font-size: 12px;
  text-wrap: nowrap;
  font-weight: 500;
}
/*
.card-body .explore-btn::before {
  content: "add to cart";
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 30px;
  top: -50px;
  left: -20px;
  background-color: #681e77;
  color: white;
  font-size: 12px;
  border-radius: 12px;
}

.card-body .explore-btn:hover:before,
.card-body .explore-btn:hover::after {
  display: flex;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.card-body .explore-btn::after {
  content: "";
  display: none;
  position: absolute;
  top: -28px;
  left: 10px;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-top: 16px solid #681e77;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
*/

/*
.profile_card:hover .card-body .explore-btn {
  opacity: 1 !important;
  transform: translateX(-30px) rotate(-360deg);
}*/

.profile_card.profile_product:hover .card-body {
  background-color: rgba(234, 224, 224, 0.53) !important;
}

.show-container {
  display: block;
}
.hide-container {
  display: none;
}

@media (max-width: 768px) {
  .dynamic_front_image {
    display: none;
    width: auto !important;
  }
}
@media (max-width: 1024px) {
  #dynamicpages {
    .container {
      ul {
        justify-content: center;
        /*  gap: 14px; */
        li {
          flex: 1;
          @media (max-width:700px) {
            flex: 1 1 45%;
          }
          a {
            border-color: #fe5e00;
            background-color: #fe5e00;
            color: #f9f9f9;
            transition: all 0.3s ease-in-out;
            @media (max-width:768px) {
              padding: 8px 10px;
              font-size: 14px;
            }
          }
          a.active {
            border-color: transparent;
          }
        }
      }
    }
  }
}

@media (min-width: 991px) {
  #dynamicpages {
    .container {
      ul {
        justify-content: end;
        /*  gap: 20px; */
        li {
          flex: 1;
          a {
            border-color: #fe5e00;
            background-color: #fe5e00;
            color: #f9f9f9;
            transition: all 0.3s ease-in-out;
          }
          a.active {
            border-color: transparent;
          }
        }
      }
    }
  }
  #dynamicpages {
    .container {
      ul {
        justify-content: end;
        /*  gap: 20px; */
        li {
          a:hover {
            background-color:#681e77;
            color: #f9f9f9;
            border-color: transparent;
          }
          a.active {
            border-color: transparent;
          }
        }
      }
    }
  }
}

/*  @media (min-width: 768px) {
   #dynamicpages{
     .title_explore{

     }
     .dynamic_front_image{
       display: none;
     }
   }
 } */

.nav-tabs {
  border-bottom: none;
  --bs-nav-tabs-link-active-border-color: rgba(0, 0, 0, 0.2);
}

.profile_card.profile_product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(234, 224, 224, 0.53);
  z-index: 1;
  display: none;
}

.profile_card.profile_product .hover_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  z-index: 5;
}
.profile_card.profile_product .quick_view_btn {
  position: absolute;
  /*  top: 50%;
   right: 50%;
   transform: translateX(50%) translateY(-50%); */
  color: #681e77;
  opacity: 0;
  z-index: 1;
  padding: 0;
  width: 100%;
  height: 100%;
  
}
.profile_card.profile_product:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.profile_card.profile_product:hover .hover_btn,
.profile_card.profile_product:hover .quick_view_btn {
  opacity: 1;
}
.profile_card.profile_product:hover:before {
  display: block;
}
.quick_view_btn:hover {
  color: #fe5e00;
}

.profile_card .explore-btn:hover,.profile_card .explore-btn-show:hover {
  background-color: #fe5e00 !important;
}

.profile_card .hover_btn:hover .button_arrow::before {
  background-color: #fe5e00 !important;
  color: #fe5e00;
}

.profile_card .hover_btn:hover {
  border: none;
}
.profile_card .hover_btn:hover .button_text {
  color: white;
}
.profile_card .hover_btn:hover .button_arrow {
  color: #fe5e00;
  background-color: white !important;
}

.modal-footer .hover_btn {
  padding: 4px 8px;
  border: none;
  background-color: #681e77;
  color: white;
  border-radius: 30px;
}

#modalProductImage {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.quickViewImg{
  padding-bottom: 100%;
  position: relative;
  /*  @media (max-width:768px) {
     padding-bottom: 80%;
   } */
}
.popup_image_container .qkvw-buttons{
  align-items:center;
}
#modalProductPrice {
  font-weight: 600;
  color: white;
  /*  z-index: -1; */
  pointer-events: none;
}

.explore-btn,.explore-btn-show {
  opacity: 1;
  color: white;
  border-radius: 4px;
  background-color: #681e77;
  padding: 6px;
  border-radius: 9999px;
  transition: all 0.7s;
  z-index: 4;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  img {
    width: 25px;
    height: 19px;
    object-fit: contain;
  }
}
.modal-body .wishlist-btn{
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.explore-btn:hover,.explore-btn-show:hover {
  background-color: #fe5e00 !important;
}

/*  @media (min-width: 768px) and (max-width: 1200px) {
   #dynamicpages .row {
     height: 700px;
     overflow-y: scroll;
   }
 } */
