header {
  background-color: #fff;
  padding: 22px 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  position: fixed;
  border-bottom: 1px solid #e0e0e0;
}

.required:after {
  content: " *";
  color: red;
}

.nav_bar {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_bar {
  list-style-type: none;
  display: flex;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0;
  position: relative;
  gap: 5px;
  margin-bottom: 0;
  position: relative;
}

.menu {
  font-size: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  transition: color 0.3s ease;
  position: relative;
  width: max-content;
}

.breadcrumb {
  background: #f9f9f9 !important;
  border-bottom: 1px solid #e0e0e0;
}

.menu_cus {
  display: flex;
  cursor: pointer;
  gap: 7px;
  padding: 7px 15px;
  transition: all 0.3s ease;
}

.menu_cus:hover {
  background: #000;
  color: #fff !important;
  border-radius: 6px;
}

.menu_cus:hover i {
  color: #fff !important;
}

.aro_icon {
  font-size: 13px;
  color: #000;
  transition: all 0.3s linear;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: #000;
  transition: all 0.3s linear;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  margin: 0 !important;
}

.aro_icon.active {
  transform: rotate(180deg);
}

main {
  margin-top: 81px;
}

.Pagination {
  margin-top: 20px;
}

.login_btn {
  display: flex;
  gap: 12px;
  display: flex;
  gap: 12px;
  justify-content: end;
}

.footer_logo img {
  width: 250px;
}

.category_name h5 {
  margin-top: 20px;
  color: #000;
  font-weight: 600;
}

.product_category:hover .category_name h5 {
  text-decoration: underline;
}

.product_category .category_img {
  overflow: hidden;
  border-radius: 6px;
}

.product_category:hover .category_img img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.Explore h4 {
  margin-top: 10px;
  font-weight: 700;
}

.product_category {
  margin-bottom: 20px;
}

ul.menu_bar li.sub_mega_menu .mega_menu .row {
  display: flex;
}

ul.menu_bar li.sub_mega_menu .mega_menu .row .col {
  width: 33.33%;
}

ul.menu_bar li.sub_mega_menu .mega_menu {
  width: -webkit-fill-available;
  width: -moz-available;
  left: 0;
  right: 0;
}

.mega_menu {
  display: none;
  position: absolute;
  display: none;
  background: #fff;
  top: 58px;
  box-shadow: 0 6px 10px #a8a7941a, 0 3px 20px #a8a79426;
  max-width: 100%;
  max-height: calc(100vh - 82px);
  z-index: 1000;
  overflow-y: auto;
  width: fit-content;
  overflow-x: clip;
  border-radius: 6px;
}

.mega_menu.active {
  display: block;
}

.mega_menu {
  transition: all 0.3s ease;
}

.mega_menu a.dropdown-item {
  font-size: 15px;
  padding: 7px 15px;
  font-weight: 500;
  margin: 5px 0;
}

.mega_menu a.dropdown-item.catalog {
  margin: 0;
}

.mega_menu .row {
  display: block;
}

a.dropdown-item {
  font-weight: normal;
  padding: 0.4rem 1rem;
  font-size: 1rem;
  display: block;
  color: #333;
  padding: 0.4rem 1rem;
  font-size: 1rem;
  display: block;
  color: #333;
}

.mega_menu p {
  font-weight: bold;
  margin-top: 0;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem;
}

.dropdown-item.categories {
  font-weight: 600 !important;
  font-size: 1rem;
  font-size: 1rem;
}

.header {
  position: relative;
}

.mega_menu .list-unstyled {
  margin-bottom: 10px;
}

body.menu-open,
body.active {
  overflow: hidden;
  height: 100vh;
  height: 100vh;
}

.dropdown_menu {
  display: none;
  position: absolute;
  display: none;
  position: absolute;
  background: #fff;
  top: 58px;
  padding: 20px;
  top: 58px;
  padding: 20px;
  box-shadow: 0 6px 10px #a8a7941a, 0 3px 20px #a8a79426;
  z-index: 1000;
  left: 0;
  z-index: 1000;
  left: 0;
  list-style: none;
}

.dropdown_menu.active {
  display: block;
}

.dropdown_menu.mega_menu_2 {
  width: max-content;
  right: 0;
  left: auto;
  left: auto;
}

.read_more {
  margin-top: 10px;
}

.read_more span {
  font-size: 14px;
  margin-top: 5px;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 10px;
}

a.dropdown-item.categories {
  font-size: 1rem;
}

.d_hide {
  display: none;
}

/* .menu_bar_m {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 30px;
      height: 20px;
      cursor: pointer;
      transition: all 0.3s ease;
      padding-bottom: 1px;
  }
  .menu_bar_m .bar {
      width: 100%;
      height: 2px;
      background-color: #000;
      border-radius: 5px;
      transition: all 0.3s ease;
  } */
.header_btn {
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 6px;
  border: 1px solid #000;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 1rem;
}

.login {
  color: #000;
}

.login:hover {
  background: #000;
  color: #fff;
  color: #fff;
}

.new_store {
  margin-left: 6px;
  background: #000;
  color: #fff;
  background: #000;
  color: #fff;
}

.new_store:hover {
  background: #fff;
  color: #000;
  color: #000;
}

.footer_socil ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0;
  margin: 0;
}

.footer_socil ul li {
  margin: 0 10px;
}

.footer_socil ul li a {
  font-size: 15px;
  color: #333;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  padding: 10px;
  border-radius: 50px;
  transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
  background: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 50px;
  transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
  background: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_socil ul li a:hover {
  background-color: #000;
  color: white;
  transform: scale(1.1);
  border: 2px solid #fff;
  color: white;
  transform: scale(1.1);
  border: 2px solid #fff;
}

.footer_socil ul li a i {
  color: inherit;
}

.footer_socil ul li a:hover i {
  color: white;
}

ul.menu_bar li.sub_mega_menu .mega_menu .row .col > a {
  font-weight: 500;
  position: relative;
}

.dropdown-item.catalog:focus {
  color: #000;
}

.mega_menu a.dropdown-item:focus {
  color: #000;
}

.mega_menu a.dropdown-item:hover {
  background-color: #000;
  border-radius: 6px;
  color: #fff;
}

.mega_menu a.dropdown-item:hover:focus {
  color: #fff;
}

/* .product-info .col-md-3 {
  border: solid #ccc; 
  border-width: 1px 1px 0px 1px;
  padding: 15px;
}
.product-info .col-md-9 {
  border: solid #ccc; 
  border-width: 1px 1px 0px 0px;
  padding: 15px;
}
.product-info {
  border: solid #ccc; 
  border-width: 0px 0px 1px 0px;
  padding: 15px;
} */
.product-info .col-md-3 {
  margin-bottom: 20px;
}

.product-info .col-md-9 {
  margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .search_container input {
    padding: 8px 12px 8px 5px !important;
  }

  .product-info .col-md-3 {
    margin-bottom: 5px;
  }

  .Status {
    margin-bottom: 5px !important;
  }

  ol.breadcrumb {
    padding: 10px 0 !important;
  }

  .m_hide {
    display: none;
  }

  .d_hide {
    display: block;
  }

  .col_md_6 {
    width: 50%;
  }

  .dropdown-item.catalog:active {
    color: #000;
  }

  .menu_bar_m {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 23px;
    height: 18px;
    transition: all 0.3s ease;
  }

  .menu_bar_m .bar {
    height: 2px;
    background-color: #333;
    transition: all 0.3s ease;
    display: block;
  }

  .menu_bar_m.active .bar:nth-child(1) {
    transform: translateY(3px) rotate(45deg);
  }

  .menu_bar_m.active .bar:nth-child(2) {
    opacity: 0;
  }

  .menu_bar_m.active .bar:nth-child(3) {
    transform: translateY(-1px) rotate(-45deg);
  }

  .mega_menu {
    left: 0;
    top: 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: none;
  }

  .menu_logo {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
  }

  .menu_cus:hover {
    background: #fff;
    color: #000 !important;
    border-radius: 0;
  }

  .menu_cus:hover i {
    color: #000 !important;
  }

  a.dropdown-item.categories {
    width: calc(100% - 50px);
    color: #000;
    padding: 10px 0px;
    width: calc(100% - 50px);
    color: #000;
    padding: 10px 0px;
    font-weight: 300 !important;
  }

  .drop_cate {
    position: relative;
    position: relative;
    border-top: 1px solid #333;
  }

  .child-category {
    display: none;
    opacity: 0;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .child-category.active {
    display: block;
    opacity: 1;
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  .nav_bar_m {
    display: none;
    display: none;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
  }

  .product_box_inner_text {
    padding: 0.5rem 0.5rem 0.5rem !important;
  }

  .menu_cus {
    justify-content: space-between;
    color: #000;
    font-weight: 600;
  }

  p.text_muted {
    font-size: 1rem !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .nav_bar_m.show {
    display: block;
    animation: slideIn 0.3s ease-in-out;
    height: 100dvh;
    width: 100%;
    top: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    z-index: 9999;
  }

  .right_canvas {
    max-width: 380px;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    height: 100dvh;
    background: #fff;
    overflow-y: auto;
  }

  .mega_menu .row .col a.dropdown-item {
    padding: 10px 18px;
  }

  .menu {
    color: #fff;
    width: 100%;
    color: #fff;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #f4f4f4;
    border-radius: 0;
  }

  .menu_bar {
    display: block;
    padding-left: 0;
    background: #fff;
    overflow-y: auto;
  }

  span.aro_icon {
    color: #000;
  }

  ul.dropdown_menu {
    width: 100%;
    position: relative;
    top: 10px;
    left: 0;
    width: 100%;
    position: relative;
    top: 10px;
    left: 0;
    box-shadow: none;
    padding: 0;
    padding: 0;
  }

  main {
    margin-top: 65px;
  }

  .mega_menu a.dropdown-item {
    border: 0px !important;
  }

  a.dropdown-item {
    padding: 10px 0;
    padding: 10px 0;
    font-weight: 300;
    border-top: 1px solid #666;
    border-top: 1px solid #666;
  }

  ul.menu_bar li.sub_mega_menu .mega_menu .row {
    display: block;
  }

  ul.menu_bar li.sub_mega_menu .mega_menu .row .col {
    width: 100%;
    position: relative;
    border-top: 1px solid #f5f5f5;
  }

  ul.menu_bar li .mega_menu .row .col {
    width: 100%;
    position: relative;
    border-top: 1px solid #f5f5f5;
  }

  .menu_header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
  }

  .sort_order {
    padding: 8px 10px !important;
  }

  .menu_bar_m.active {
    position: absolute;
    top: 8px;
    z-index: 99999;
    right: 15px;
    background: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 8px;
    border-radius: 5px;
  }

  .menu_bar_m.active:hover {
    background: #f5f5f5;
    transform: scale(1.05);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .menu_bar_m.active .bar {
    background: #000000 !important;
  }

  span.aro_icon {
    color: #000;
    background: #fff;
    z-index: 9;
    padding: 8px 10px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
  }

  .category-title {
    font-size: 1.2rem !important;
  }

  ul.menu_bar li.sub_mega_menu .mega_menu .row .col::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    float: right;
    background: #fff;
    right: 28px;
    z-index: 9;
    position: absolute;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    top: 6px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    transition: transform 0.3s ease;
  }

  ul.menu_bar
    li.sub_mega_menu
    .mega_menu
    .row
    .col
    .list-unstyled
    li.menu-item
    a.dropdown-item {
    padding-left: 28px !important;
    font-size: 13px;
  }

  ul.menu_bar li.sub_mega_menu .mega_menu .row .col.active::after {
    transform: rotate(180deg);
  }

  ul.menu_bar li.sub_mega_menu .mega_menu .row .col .list-unstyled {
    display: none;
  }

  ul.menu_bar li.sub_mega_menu .mega_menu .row .col .list-unstyled li a {
    border-top: 1px solid #f5f5f5 !important;
  }

  ul.menu_bar li.sub_mega_menu .mega_menu .row .col.active .list-unstyled {
    display: block;
  }

  .dropdown_menu.mega_menu_2 {
    top: 15px;
    position: relative;
    left: 0;
    box-shadow: none;
    padding: 0;
    top: 15px;
    position: relative;
    left: 0;
    box-shadow: none;
    padding: 0;
    margin-bottom: 5px;
    width: auto;
    width: auto;
  }

  .dropdown-item.catalog.active {
    color: #000;
  }

  .menu.show .mega_menu {
    display: block;
    top: 46px;
    top: 46px;
    padding: 2px;
  }

  .mega_menu a.dropdown-item:hover {
    background-color: #fff;
    border-radius: 0px;
    color: #000;
  }

  .mega_menu a.dropdown-item:hover:focus {
    color: #000;
  }

  span.sub_menu {
    padding: 9px 10px;
    font-size: 14px;
    display: flex;
    padding: 9px 10px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 7px;
    right: 0px;
    color: #000;
    z-index: 999;
    border: 1px solid #000;
    align-items: center;
    position: absolute;
    top: 7px;
    right: 0px;
    color: #000;
    z-index: 999;
    border: 1px solid #000;
  }

  .mega_menu a.dropdown-item {
    border-bottom: 1px solid #efefef;
    padding: 10px;
    padding: 10px;
  }

  .mega_menu .list-unstyled {
    margin-bottom: 0px;
  }

  .header_btn {
    padding: 8px 12px;
    display: inline-block;
  }

  header {
    padding: 12px 0;
  }
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .nav_bar_m {
    padding: 10px;
  }
}

.short_description {
  margin-bottom: 20px;
}

/* -----------------    Website Page Design Css Start ---------------- */
a {
  text-decoration: none;
}

/* Updated Styles */
.product-image {
  width: 100%;
  aspect-ratio: 4/4;
  object-fit: cover;
  object-position: top;
}

.price {
  font-size: 1.25rem;
  color: #d9534f;
  font-weight: bold;
}

.filter-group {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}

.form-check {
  padding: 0px 15px;
}

.filter-header {
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.8rem 1rem;
  background: #f9f9f9;
}

.filter-header.active {
  background: #fff;
}

.filter-content {
  max-height: 450px;
  overflow-y: auto;
  opacity: 1;
  transition: all 0.3s linear;
}

.filter-content.active {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}

.filter-content::-webkit-scrollbar {
  width: 5px;
}

.filter-content::-webkit-scrollbar-track {
  border-radius: 10px;
}

.filter-content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.filter-content::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

p {
  margin-bottom: 0px !important;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagination {
  justify-content: end;
}

.search-container input {
  padding: 1rem;
  text-indent: 0;
  background-color: #f5f5f0;
  border-radius: 8px;
  transition: background-color 0.3s;
}

.search-container input:focus {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.product-page.loading {
  opacity: 0.5;
  position: relative;
}

.product-page.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.price {
  font-size: 1.25rem;
  color: #d9534f;
  font-weight: bold;
}

/* .filter-section {
      border       : 1px solid #e0e0e0;
      border-radius: 5px;
      padding      : 15px;
      background   : #fff;
  } */

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagination {
  justify-content: end;
}

.search-container input {
  padding: 1rem;
  text-indent: 0;
  background-color: #f5f5f0;
  border-radius: 8px;
  transition: background-color 0.3s;
}

.search-container input:focus {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.product-page.loading {
  opacity: 0.5;
  position: relative;
}

.product-page.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

li.breadcrumb-item a {
  color: #000;
  font-weight: 400;
}

.search_container {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border-radius: 6px;
  border: 1px solid #e4e1dc;
}

.currency-switch {
  margin-bottom: 15px;
}

.search_container input {
  padding: 12px 12px 12px 5px;
  background: transparent;
  border: none;
  outline: none;
}

.search_bar {
  margin-bottom: 15px;
}

input:focus {
  outline: 0;
  box-shadow: none !important;
  background-color: transparent !important;
}

.form-select:focus {
  outline: 0;
  box-shadow: none !important;
  background-color: transparent !important;
  border: 1px solid #e4e1dc !important;
}

li.breadcrumb-item {
  font-size: 14px;
  font-weight: 400;
  color: #4f4f4f;
}

li.breadcrumb-item a {
  color: #000 !important;
}

.filtes_select {
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 8px;
  border-radius: 6px;
  width: fit-content;
  margin-bottom: 10px;
}

footer.copyrights_section {
  margin-top: 30px;
}

#active-filters-container {
  margin-bottom: 15px;
}

.clear_btn {
  border: none;
}

ol.breadcrumb {
  padding: 15px 0;
  margin: 0;
  border: none !important;
}

.irs--round {
  width: 95%;
}

.search {
  margin-left: 18px;
  margin-top: 2px;
  margin-top: 2px;
}

.air_btn {
  padding: 8px 15px;
  border-radius: 6px;
  background: transparent;
  border: 1px solid #e4e1dc;
  background: transparent;
  border: 1px solid #e4e1dc;
}

.air_btn:hover {
  background: #f9f9f9;
}

ol.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  /* content: "\f054";
    font-family: "Font Awesome 6 Free"; */
}

button.dropdown-item {
  border-radius: 6px;
}

.sort_by {
  padding: 8px 12px;
  width: 200px !important;
  cursor: pointer;
  border-radius: 6px;
}

.custom_nav button.active {
  border: none !important;
  border-bottom: 3px solid #000 !important;
}
.custom_nav button {
  color: #000;
  font-weight: 500 !important;
}

.tab-content {
  margin-top: 20px !important;
}

.currencydropdown {
  margin-top: 20px;
}

.dropdown-toggle::after {
  display: inline-block;
  content: "\f078";
  font-family: "Font Awesome 5 Free", "Font Awesome", sans-serif;
  font-weight: 900;
  vertical-align: 0;
  border: none !important;
  font-size: 12px;
  color: #575757;
  margin-left: 20px;
}

.product_box_inner {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  height: 100%;
  overflow: hidden;
}

.name_product h2 {
  font-size: 1.1rem;
  font-weight: 700;
}

.category-title {
  font-size: 1.6rem;
  font-weight: bold;
}

/* .product_img1 img,
.product_img2 img {
  aspect-ratio: 4/4;
  object-fit: cover;
} */

.product_img2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 1;
}

.product_box_inner_img {
  position: relative;
  overflow: hidden;
}

.product_box_inner:hover .product_img2 {
  opacity: 1;
  transform: scale(1.1);
  z-index: 2;
}

.product_box_inner ul.list-unstyled {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}

p.text_muted {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.neme_product h2 {
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 600 !important;
  line-height: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.neme_product h2 a {
  font-weight: 500 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.pagination {
  margin-bottom: 20px;
}

.product_box_inner_img span.bestseller {
  background-color: #000;
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 3;
  border-radius: 2px;
}

/* 
.product_box_inner:hover {
  background-color: #f6f1eb;
} */

.product_box_inner span.from {
  margin-right: 0.2rem;
}

.product_box_inner_text {
  padding: 1rem 1.2rem 0.5rem;
}

.pagination p.small.text-muted,
.pagination {
  margin-bottom: 0;
}

.pagination nav.d-flex.justify-items-center.justify-content-between {
  border: none;
}

.pagination
  .d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between {
  background: #fff;
}

.pagination p.small.text-muted {
  display: none;
}

.pagination li.page-item {
}

a.page-link,
span.page-link {
  color: #000;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e1dc;
  font-weight: 400;
}

.pagination li.page-item.active span.page-link {
  background: #e4e1dc;
  color: #000;
  border: 1px solid #e4e1dc;
}

li.page-item.disabled span.page-link {
  background: transparent;
  border: 1px solid #e4e1dc;
  font-size: 24px;
}

.pagination li:last-child.page-item a.page-link {
  font-size: 24px;
}

li.page-item:hover a.page-link {
  background: #e4e1dc;
  color: #000;
}

.page-link:focus {
  outline: 0;
  box-shadow: none;
  color: #000;
}

.filter-section .form-check-input,
.offcanvas-body .form-check-input {
  display: none;
}

.irs--round .irs-handle {
  border: 4px solid #000000 !important;
}

.irs--round .irs-bar {
  background-color: #000 !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  padding: 5px 8px !important;
  background-color: #000000 !important;
  border-radius: 3px !important;
  font-family: 0.8rem !important;
}

.customize_product {
  margin-top: 2rem;
}

h2.product_name {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.product-price {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

span.original-price {
  font-weight: 500;
  text-decoration: line-through;
  color: #6b6b6b;
  margin-right: 0.5rem;
  font-size: 1rem;
}

.Status {
  margin-bottom: 1rem;
  font-weight: 500;
}

label.attribut_title {
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.color-swatch {
  width: 28px;
  height: 28px;
  border-radius: 5px;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.price-range {
  width: 90%;
  margin: auto;
}

h5.description_headline {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.swatch-container {
  display: flex;
  gap: 10px;
}

.color-swatch-wrapper {
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #e4e1dc;
  padding: 4px;
}

.color-swatch-wrapper.selected::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  z-index: 2;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 60%);
}

.color-swatch-wrapper.selected {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #000;
}

.sizes {
  gap: 10px;
}

.customize_product ul {
  list-style: none;
  padding-left: 0px;
}

.customize_product ul li {
  margin-bottom: 0.8rem;
}

.product_price_text {
  font-weight: 600;
  margin-top: 5px;
  font-size: clamp(0.7rem, 0.65rem + 0.8vw, 1rem);
}

.product_box_inner .text-uppercase {
  font-size: clamp(0.7rem, 0.65rem + 0.8vw, 1rem);
}

button.customize_btn {
  border: 1px solid #000;
  padding: 10px 20px;
  border-radius: 6px;
  background: #000;
  color: #fff;
  width: -webkit-fill-available;
  width: -moz-available;
  transition: all 0.3sease;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}

button.customize_btn:hover {
  background: #fff;
  color: #000;
}

.product-detial {
  margin: 2rem 0;
}

.product-detial ul {
  list-style: auto;
  padding-left: 20px;
}

/* .product-detial ul li {
  padding-bottom: 1rem;
} */
.product-detial .nav-tabs .nav-link:focus,
.product-detial .nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #000;
}

p.text {
  margin-bottom: 0;
}

/* .product-description,
.manufacture {
  margin-bottom: 20px;
} */

.sizes label.btn.btn-outline-dark {
  min-width: 38px;
  padding: 5px !important;
  font-weight: 600;
  border: 1px solid #000;
}

/* -----------------    Website Page Design Css End ---------------- */

/* -----------------    product slider css start    -------------------*/

/* -----------------    product slider css end    -------------------*/

/* -----------------    Customize Your Product css start    -------------------*/

.design_header {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px;
}

.product-name-text {
  font-weight: 500 !important;
  font-size: 1.2rem !important;
}

.design_btn {
  border: 1px solid #000 !important;
  background: #fff;
  color: #000;
  border-radius: 4px;
  padding: 8px 20px;
}

.design_btn:hover {
  background: #000;
  color: #fff;
}

.design_btn i {
  padding-right: 6px;
  font-size: 12px !important;
}

.save_besign {
  border: 1px solid #000 !important;
  background: #000;
  color: #fff;
  border-radius: 4px;
  padding: 8px 15px;
}

.save_besign:hover {
  background: #fff;
  color: #000;
}

.tooler-insert button {
  border-radius: 4px;
  padding: 8px 15px;
}

.form-select.technique-select {
  padding: 8px 12px;
}

.price-detials thead th,
.price-detials tbody tr {
  text-align: left;
}

.price-detials tbody tr:last-child {
  border-bottom: none transparent;
}

.design00 input {
  padding: 10px;
  border-radius: 5px !important;
}

.submit_btn {
  padding: 10px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  margin-top: 10px;
}

.submit_btn:hover {
  color: #000;
  border: 1px solid #000;
}

/* -----------------    Customize Your Product css end    -------------------*/

.thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  margin: 5px;
}

.thumbnail:hover,
.thumbnail.active {
  opacity: 1;
}

.video-thumbnail {
  position: relative;
}

.video-thumbnail i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: white;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.video-thumbnail:hover i {
  opacity: 1;
}

.variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.text-swatch-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.text-swatch-option {
  min-width: 70px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4d5d9;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  color: #535766;
  transition: all 0.3s ease-in-out;
  padding: 0 10px;
}

.text-swatch-option:hover,
.text-swatch-option.selected {
  border-color: #ff3e6c;
  color: #ff3e6c;
}

.text-swatch-option.selected {
  background-color: #fff5f8;
}

.text-swatch-option.disabled {
  border-color: #eaeaec;
  color: #a1a1a1;
  cursor: not-allowed;
  background-color: #f7f7f7;
  pointer-events: none;
}

/* .product-price .original-price {
  /* .product-price .original-price {
      text-decoration: line-through;
      color          : #777;
      margin-right   : 10px;
  } */

*/
/* .product-price .sale-price {
  /* .product-price .sale-price {
      font-size  : 1.2em;
      font-weight: bold;
      color      : #ff3e6c;
  } */


*/ .media-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.thumbnail-container {
  display: flex;
  overflow-x: auto;
  margin-bottom: 20px;
  width: 100%;
}

.main-media-container {
  position: relative;
}

.main-media-container #mainImage,
.main-media-container #mainVideo {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: contain;
}

/* ---------   new design page css start   ---------- */
/* ---------   new design page css end   ---------- */
/* Loader container */
.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 9999;
  pointer-events: all;
  user-select: none;
  background: rgba(255, 255, 255, 0.5);
}

.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 35px;
  height: 35px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #000;
  border-radius: 50%;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.g_id_signin > div {
  display: flex;
  justify-content: center;
}

.mobile_logo {
  display: none;
}

.desktop_logo img {
  max-width: 100%;
  height: 28px;
}

span.irs.irs--round.js-irs-0 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .desktop_logo img {
    height: 25px;
  }

  .neme_product h2 {
    margin-bottom: 2px;
    font-size: 0.8rem;
    line-height: 1.1rem;
  }

  li.breadcrumb-item {
    font-size: 12px;
  }

  .product_box_inner_text small {
    font-size: 0.75rem;
  }

  p.text_muted {
    font-size: 0.8rem !important;
    margin-top: 4px !important;
    margin-bottom: 2px !important;
  }
}

@media only screen and (max-width: 520px) {
  .desktop_logo img {
    height: 20px;
  }
}

@media only screen and (max-width: 420px) {
  .mobile_logo {
    display: block;
  }

  .mobile_logo img {
    max-width: 100%;
    height: 28px;
  }

  .desktop_logo {
    display: none;
  }

  .col_sm_5 {
    width: 41.66666667%;
  }

  .col_sm_7 {
    width: 58.33333333%;
  }
}

.detail_product p.text-muted {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.accordion-button:not(.collapsed) {
    background: #f9f9f9 !important;
}