html{scroll-behavior: smooth;scroll-padding-top: 130px;}
p {color: var(--theme-color);font-size: 1rem;}

  /* html{font-size: 90%;} */
  *{margin: 0; padding: 0; box-sizing: border-box; accent-color: var(--secondary-color);}
  ::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: var(--secondary-color);
  }
  
  ::selection {
    color: #fff;
    background: var(--secondary-color);
  }
  
  body {font-family: "Inter", sans-serif; color: var(--theme-color); margin: 0px;padding-top: var(--header-height);}
  a {display: inline-block; text-decoration: none; transition: all ease 0.5s;}
  a:hover{color: var(--secondary-color);}
  span{display: inline-block;}


body a{text-decoration: none;outline: none;}

/* global */
:root{
--theme-color : hsl(220, 24%, 12%);
--theme-color10 : hsla(220, 24%, 12%, 0.01);
--theme-color20 : hsla(220, 24%, 12%, 0.02);
--theme-color30 : hsla(220, 24%, 12%, 0.03);
--theme-color40 : hsla(220, 24%, 12%, 0.04);
--theme-color50 : hsla(220, 24%, 12%, 0.05);
--theme-color60 : hsla(220, 24%, 12%, 0.06);
--theme-color70 : hsla(220, 24%, 12%, 0.07);
--theme-color80 : hsla(220, 24%, 12%, 0.08);
--theme-color90 : hsla(220, 24%, 12%, 0.09);
--theme-color100 : hsla(220, 24%, 12%, 0.10);
--theme-color200 : hsla(220, 24%, 12%, 0.20);
--theme-color300 : hsla(220, 24%, 12%, 0.30);
--theme-color400 : hsla(220, 24%, 12%, 0.40);
--theme-color500 : hsla(220, 24%, 12%, 0.50);
--theme-color600 : hsla(220, 24%, 12%, 0.60);
--theme-color700 : hsla(220, 24%, 12%, 0.70);
--theme-color800 : hsla(220, 24%, 12%, 0.80);
--theme-color900 : hsla(220, 24%, 12%, 0.90);


--secondary-color : hsl(0, 100%, 50%);
--secondary-color10 : hsla(0, 100%, 50%, 0.01);
--secondary-color20 : hsla(0, 100%, 50%, 0.02);
--secondary-color30 : hsla(0, 100%, 50%, 0.03);
--secondary-color40 : hsla(0, 100%, 50%, 0.04);
--secondary-color50 : hsla(0, 100%, 50%, 0.05);
--secondary-color60 : hsla(0, 100%, 50%, 0.06);
--secondary-color70 : hsla(0, 100%, 50%, 0.07);
--secondary-color80 : hsla(0, 100%, 50%, 0.08);
--secondary-color90 : hsla(0, 100%, 50%, 0.09);
--secondary-color100 : hsla(0, 100%, 50%, 0.10);
--secondary-color200 : hsla(0, 100%, 50%, 0.20);
--secondary-color300 : hsla(0, 100%, 50%, 0.30);
--secondary-color400 : hsla(0, 100%, 50%, 0.40);
--secondary-color500 : hsla(0, 100%, 50%, 0.50);
--secondary-color600 : hsla(0, 100%, 50%, 0.60);
--secondary-color700 : hsla(0, 100%, 50%, 0.70);
--secondary-color800 : hsla(0, 100%, 50%, 0.80);
--secondary-color900 : hsla(0, 100%, 50%, 0.90);


}
.payment{background: #00000078;}
.tdiv {display: flex;align-items: center;justify-content: center;height: 100%;flex-direction: column;height: 100vh;}
p#alert {text-align: center;color: #fff;font-size: 16px;font-weight: 400;font-style: normal;}
.paymentLoad {text-align: center;    filter: brightness(100);}
.tlogo img{width: 200px;}






/***  1.1 Header Area  ***/
/*Bootstrap Reset*/
.header_bottom {
    border-bottom: 2px solid #ddd;
    padding: 0.5rem 2rem;
}
.header_menu nav.navbar #navbarCollapse {
    justify-content: center;
}
.head_right {
    height: 100%;
    text-align: right;
    position: relative;
}
.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_right > ul {
    list-style: none;
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 0;
    height: 100%;
    justify-content: flex-end;
}
.head_right .sign_btn a.nav-link {
    background: var(--secondary-color);
    color: #fff;
    padding: 0.5rem 1rem;
}
.head_right .sign_btn a.nav-link:hover {
    background: var(--secondary-color600);
}
.head_right a:hover {
    color: var(--secondary-color);
}

.navbar-nav > li > a{padding-top:0;padding-bottom:0}
.mainmenu{background-color:transparent;border-color:transparent;margin-bottom:0;border:0!important}
.navbar-nav > li:last-child > a{padding-right:0;margin-right:0}
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.navbar-nav .show .dropdown-menu > li > a{padding:16px 15px 16px 25px;}
/* .header_bottom{background:#0D47A1} */
.header_area .header_bottom .mainmenu a, .navbar-default .navbar-nav > li > a, .header_area .header_bottom .mainmenu ul li a {color:#414651;font-size:1rem;text-transform:capitalize; font-weight: 600; padding:8px 15px;display: flex;align-items: center;justify-content: space-between;}
/* .header_area .mainmenu .active a,.header_area .mainmenu .active a:focus,.header_area .mainmenu .active a:hover,.header_area .mainmenu li a:hover,.header_area .mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #fff;background: #4CAF50;outline: 0;} */
/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle { border-color: #fff } /*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar { background-color: #fff } /*Toggle Button*/

/*==========Sub Menu=v==========*/
.mainmenu ul > li:hover > a{color: var(--secondary-color);}

.mainmenu ul ul, .mainmenu ul ul.dropdown-menu {
    background: #fff;
    border: 1px solid var(--theme-color100);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px !important;
    padding: 1rem;
    min-width: 20rem;
}
.mainmenu ul ul.dropdown-menu li a:hover {
    /* background: var(--secondary-color100); */
    color: var(--secondary-color);
}

.header_area .mainmenu ul ul.dropdown-menu li a {
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.95rem;
}
.mainmenu ul ul ul, .mainmenu ul ul ul.dropdown-menu{background:#fff}
.mainmenu ul ul ul ul, .mainmenu ul ul ul ul.dropdown-menu{background:#fff}
.dropdown > .dropdown-toggle::after {
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f107"; /* angle-right */
    border: none; /* remove default bootstrap arrow */
    margin-left: .5em;
}
.dropdown-menu .dropdown-toggle::after {
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f105"; /* angle-right */
    border: none; /* remove default bootstrap arrow */
    margin-left: .5em;
}




/** Header Search ***/

.search-box {
    display: none;
    background: #fff;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 3rem;
    right: 0;
}
.head_right .search {
    position: relative;
    display: flex;
    align-items: center;
}
.search-box input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 0;
  box-shadow: none !important;
}
.profile .user span > i {
    border: 1px solid var(--theme-color200);
    border-radius: 100%;
    color: var(--theme-color400);
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
}
.profile .user span > i:hover {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color200);
}
.profile .user span {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
span.badge.cart-count {position: relative; top: -15px;font-size: 11px;}
/*End */

/* Right Login */
.right_login {
    position: sticky;
    top: 1rem;
}
.right_login .login_sticky .login-container{
    max-width: 100%;
}.password-wrapper {
    position: relative;
}
.password-wrapper .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
}
.login-container {
      background: #fff5f5;
      padding: 40px 30px;
      /* border-radius: 6px; */
      width: 350px;
      /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
      text-align: center;
      margin-left: auto;
    }
    .login_signup .login-container {
    margin: 0 auto;
    width: 650px;
}
    .login-container img {
      width: 120px;
      margin-bottom: 20px;
    }
    .login-container img.glogo{width: 22px;margin-bottom: 0;    margin-right: 0.5rem;}
    .google_with_login_container .loginbtn {display: flex ; align-items: center; background: #fff; border: 1px solid; padding: 10px; border-radius: 1000px; font-size: 14px; justify-content: center;}

.google_with_login_container .border {
    font-size: 14px;
    border: 0 !important;
}
    .login-container h2 {
      font-size: 20px;
      margin-bottom: 25px;
      font-weight: bold;
      color: #222;
    }
    .form-group {
      text-align: left;
      margin-bottom: 0.5rem;
    }
    .form-group label {
      display: block;
      font-size: 14px;
      margin-bottom: 6px;
      color: #222;
    }
    .form-group input, .form-group .form-control {
      width: 100%;
      padding: 10px;
      font-size: 14px;
      border: 1px solid var(--secondary-color200);
      border-radius: 3px;
      outline: none;
    }
    .form-control{font-size: 14px;}
    .form-group input:focus {
      border-color: #ff0000;
    }
    .form-check .form-check-input {
    width: auto;
    margin-right: 0.5rem;
}
.form-check-inline label.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    width: 100%;
    display: flex;
    align-items: center;
}
    .forgot-password {
      display: block;
      text-align: left;
      font-size: 13px;
      margin-top: 0px;
      margin-bottom: 20px;
      color: #ff0000;
      text-decoration: none;
    }
    .login-btn {
      width: 100%;
      background: #ff0000;
      border: none;
      padding: 12px;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      border-radius: 0px;
      cursor: pointer;
    }
    .login-btn:hover {
      background: #cc0000;
      color: #FFF;
    }
    .info_card .list li a.login-btn, .info_card .list li:last-child form button.login-btn {
    display: flex;
    justify-content: space-between;
}
.info_card .list li:last-child form {
    width: 100%;
}
    .signup-text {
      margin-top: 20px;
      font-size: 14px;
    }
    .signup-text a {
      color: #ff0000;
      font-weight: bold;
      text-decoration: none;
    }
.otp-input {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 22px;
  border: 2px solid #ddd;
  border-radius: 8px;
  transition: border-color 0.3s;
}
.otp-input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0,123,255,0.5);
}
form.otp-form .form_submit {
    width: auto;
    margin-top: 1rem;
    padding: 10px 25px;
}

    /* Card Item */
.card-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--theme-color);
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.card_item {
    background: var(--theme-color40);
    padding: 1rem;
    transition: all ease 0.5s;
    border-bottom: 1px solid transparent;
}
.card_item .categ_img img {
    max-height: 15rem;
    width: 100%;
    object-fit: cover;
}
.card_item .categ_img {
    text-align: center;
    padding-bottom: 1.2rem;
}
.card_item:hover {
    border-bottom: 1px solid var(--secondary-color);
    transition: all ease 0.5s;
}
.arrow_btn{
  color: var(--secondary-color);
  font-size: 0.9rem;
}
.card_info {
    padding: 7rem 2rem;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-radius: 1rem;
}
.card_info i {
    font-size: 5rem;
    padding-bottom: 1rem;
    color: var(--secondary-color100);
}

.card_info h3 {
    max-width: 25rem;
    margin: 0 auto;
    padding: 1rem 0;
}



.card_bg {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.section-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0px 0 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  color: #333;
}
.address_box {
    min-height: 230px;
}
.details-row {
  display: flex;
  padding: 5px 0;
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
}

.details-row:last-child {
  border-bottom: none;
}

.details-row .label {
  flex: 0 0 30%;
  font-weight: 600;
  color: #444;
}

.details-row .value {
  flex: 1;
  color: #666;
}
.details-row:first-child {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
    margin-bottom: 5px;
}
.details-row:first-child .label, .details-row:first-child .value {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: var(--theme-color);
}
.users-orders .details-row .action_btn {
    background: var(--theme-color900);
    padding: 8px 15px;
    font-size: 14px;

}
.users-orders .details-row .action_btn:hover{
    background: var(--secondary-color);
}
button.accordion-button.heading {
    font-size: 1.5rem;
    font-weight: 600;
    pointer-events: none;
}
.accordion-item .accordion-header {
    padding-bottom: 1rem;
}

.login-btn.loader-bt {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 18px;
    border: none;
    background: var(--secondary-color);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.login-btn.loader-bt .btn-loader {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

#checkoutBtn span.btn-loader {
    font-size: 0;
}
.btn-right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 1rem;
}
.shipping-addrs .section-title {
    display: flex;
    justify-content: space-between;
}
.select-by {
    display: flex;
    align-items: center;
}
.select-by label {
    font-size: 1rem;
}

.address-block {
    padding: 1rem;
    /* background: #f1f1f1dd; */
    border-left: 2px solid rgba(3, 102, 214, 0.3);
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}


/******** Footer Start ***********/
footer {
    padding: 1.5rem;
    border-top: 1px solid var(--theme-color600);
}
.ft_menu ul{
  text-align: right;
  list-style: none;
}
.ft_menu ul li a{
  color: var(--theme-color);
  text-decoration: underline;
}
.ft_menu ul li a:hover{
  color: var(--secondary-color);
}


/**** Product List *******/

.prod_item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.prod_item > div {
 padding: 0.3rem 0.7rem;
  text-align: center;
}
.prod_item.product_nav {
    background: var(--theme-color30);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.prod_item .prd_name_div, .prod_item .mdl_name_div {
    text-align: left;
    font-size: 0.9rem;
}
/* Column widths */
.check_div {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_div { width: 100%; }
.mdl_name_div { flex: 1; }
.price_action {
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.qtm_div { width: 120px; }
.daam_div {
    /* width: 120px; */
    flex: 1;
    text-align: left;
}
.action_div {
    width: 160px;
    flex: 1;
    text-align: right;
}

/* Checkbox styling */
.check_div input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* Image */
.img_div img {
  /* max-width: 60px; */
  height: auto;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.5s;
    overflow: hidden;
  }
  /* .img_div img:hover {
    transform: scale(1.1);
} */

/* Quantity buttons */
.quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity input {
  width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  height: 32px;
  margin: 0 5px;
}
.quantity button {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  color: var(--theme-color);
  display: flex;
    align-items: center;
    justify-content: center;
}
.quantity button:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

/* Price */
.daam_div {
  font-size: 14px;
  color: #000;
}

/* Add to Cart button */
.action_btn {
  display: inline-block;
  /* width: 100%; */
  padding: 8px 10px;
  background: red;
  color: #fff;
  border: none;
  text-align: center;
  font-size: 0.8rem;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0;
}
.action_btn:hover {
  background: var(--theme-color);
  color: #fff;
}
.more_cart {
    display: none;
}

/* Container */
#product-list-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  padding: 20px 10px;
}

/* Each product card */
.product-grid {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-grid:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* Checkbox */
.check_div {
  position: absolute;
  z-index: 2;
  left: 0;
}

/* Image wrapper */
.img_div {
  text-align: center;
  /* background: #f9f9f9; */
  padding: 15px;
}

.img_div img {
  height: 180px;
  object-fit: contain;
}

/* Product name + model */
.name_wrapper {
  padding: 12px 15px;
  flex-grow: 1;
  width: 100%;
}

.prd_name_div {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}

.mdl_name_div {
  font-size: 13px;
  color: #777;
  text-align: left !important;
}
.stok_name_div{
    text-align: right !important;
}















/********* Filtter Css ******/

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  /* border: 1px solid #ddd;
  padding: 15px;
  background: #fafafa;
  border-radius: 8px; */
  margin-bottom: 10px;
}

.filter-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-item label {
  font-weight: 600;
  font-size: 14px;
  display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.filter-item select,
.price-input {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-width: 120px;
  font-size: 14px;
}

.price-input {
  width: 80px;
}

.btn-apply {
  padding: 8px 18px;
  background: red;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-apply:hover {
  background: #cc0000;
}

.pagin_btn ul {
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
}
.pagination_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    gap: 1rem;
}

.pagination_list .prev_btn span, .pagination_list .next_btn span {
    border: 2px solid var(--theme-color200);
    padding: 0.3rem 1rem;
    border-radius: 8px;
    color: var(--theme-color800);
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.5s;
    cursor: pointer;
}
.pagination_list .prev_btn span:hover, .pagination_list .next_btn span:hover {
    background: var(--theme-color);
    color: #fff;
}
.pagin_btn ul li a:hover, .pagin_btn ul li.active a {
    background: var(--secondary-color100);
    color: var(--secondary-color);
}
.pagin_btn ul li a {
    padding: 0.5rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    color: var(--theme-color);
    font-weight: 600;
}
.name_wrapper {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}
.order-bar {
    align-items: center;
    background: var(--theme-color);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: space-between;
    padding: 0 25px 0 22px;
    position: fixed;
    text-transform: uppercase;
    z-index: 3;
    border-radius: 5px;
    bottom: 10px;
    left: 10px;
    margin: 0 auto;
    right: 10px;
    max-width: 500px;
    transition: all 0.5s;
}

.order-bar .item-count-container {
    align-items: center;
    display: flex;
    color: #fff;
}

.order-bar .confirm-text-container {
    align-items: center;
    color: #fff;
    display: flex;
}
.order-bar .confirm-text-container .text {
    font-size: 16px;
    margin-right: 8px;
}
.order-bar:hover {
    background: var(--secondary-color);
    transition: all 0.8s;
}
.order-bar .item-count-container .item-count {
    color: #fff;
    font-size: 15px;
    margin-left: 15px;
    text-transform: lowercase;
}
.order-bar .item-count-container .order-price {
    color: #fff;
    font-size: 15px;
    margin-left: 15px;
    text-transform: none;
}
.breadcrumb-container {
    /* background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 8px; */
    margin-bottom: 20px;
}

.breadcrumb {
    margin: 0;
    background: none;
    padding: 0;
    justify-content: flex-end;
    font-size: 0.8rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›"; /* arrow style */
    color: #6c757d;
    font-weight: bold;
    padding: 0 8px;
}

.breadcrumb a {
    text-decoration: none;
    color: #000;
    transition: color 0.2s;
}

.breadcrumb a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: var(--secondary-color);
    font-weight: 600;
}



.selected-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-tag {
    background: var(--secondary-color100);
    /* border: 1px solid #ccc; */
    padding: 4px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
}
.filter-tag:hover {
  background: var(--secondary-color50);
}
.filter-tag .close {
  margin-left: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}

.filter-tag .close:hover {
  color: #000;
}








.filter-tag button.remove-filter {
    border: 0;
    margin-left: 5px;
    font-size: 18px;
    background-color: transparent;
}
.filter-tag button.remove-filter:hover {
   color: var(--secondary-color);
}
.dropdown-check-list {
  display: inline-block;
  position: relative;
}
.dropdown-check-list .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 5px 50px 5px 10px;
    border: 1px solid #ccc;
    background: var(--theme-color70);
    min-width: 12rem;
}
.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}
.dropdown-check-list ul.items {
    padding: 10px;
    display: none;
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
    position: absolute;
    z-index: 99;
    background: hsl(0deg 0% 98.43%);
    left: 0;
    min-width: 12rem;
    width: 100%;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 0px 0px 10px 10px;
    margin-top: 0;
}
.dropdown-check-list ul.items li {
  list-style: none;
  padding: 0.5rem 0;
}
.cms-content img {
    float: right;
    padding: 2rem;
    max-width: 30rem;
    margin-top: 0rem;
}

/*** User Menu  ********/


/********** POPUP Design **********/

/* Popup overlay */
.popup {
  display: none; /* hidden by default */
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

/* Popup box */
.popup-content {
  background: #fff;
  margin: 5% auto;
  padding: 20px;
  width: 80%;
  border-radius: 0px;
  position: relative;
}
.image_slider .swiper-slide a {
    width: 100%;
}
/* Close button */
.popup .close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}

/* Content layout */
.popup-body {
    grid-template-columns: 70% 30%;
    display: grid;
    gap: 20px;
}

.popup-img img {
  /* width: 300px; */
  border-radius: 0px;
}
.popup-img {
    overflow: hidden;
    /* width: 300px; */
}
.popup-details {
  font-size: 14px;
  line-height: 1.6;
  overflow-y: auto;
    max-height: 30rem;
}
.popup-details > ul {
    padding: 0;
    list-style: none;
}
.popup-details > ul li {
    padding-bottom: 0.8rem;
    color: var(--theme-color);
}
.popup-details > ul li span {
    min-width: 5rem;
    font-weight: 800;
    color: var(--theme-color);
}
.popup-details .description ul {
    padding-left: 1.2rem;
    list-style: disc;
}
.description h6 {
    font-weight: 700;
}
.image_slider {
  width: 100%;
  /* max-width: 300px;  */
  height: auto;
}

.image_slider .swiper-slide img {
  display: block;
  width: 100%;
  max-height: 70dvh;
  object-fit: contain;
}
.image_slider .swiper-button-next, .image_slider .swiper-button-prev {
    color: #fff;
    background: var(--secondary-color);
    width: 35px;
    height: 35px;
    border-radius: 100px;
}
.image_slider .swiper-button-next::after, .image_slider .swiper-button-prev::after {
    font-size: 1.2rem;
}

/* profile menu */

.profile {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    text-align: end;
}
.profile:hover .menu{
	display:block;
}
.profile h3 {
    text-align: end;
    line-height: 1;
    margin-bottom: 4px;
    font-weight: 600;
}

.profile p {
    line-height: 1;
    font-size: 14px;
    opacity: .6;
}

.profile .img-box {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.profile .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* menu (the right one) */

.user_menu {
    position: absolute;
    top: calc(100% + 24px);
    right: 16px;
    width: 220px;
    min-height: 100px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
/*     opacity: 0;
    transform: translateY(-10px);
    visibility: hidden; */
    transition: 300ms;
}

.user_menu::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 14px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
}

/* .user_menu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
} */

/* user_menu links */

.user_menu ul {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
    padding-left: 0;
    background: #fff;
}

.user_menu ul li {
    list-style: none;
}

.user_menu ul li:hover {
    background: var(--secondary-color100);
}

.user_menu ul li a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    gap: 6px;
    font-size: 0.9rem;
}

.user_menu ul li a i {
    font-size: 1.2em;
}


/* menu (the right one) */
.user_menu {
    position: absolute;
    top: calc(100% + 12px); /* closer */
    right: 16px;
    width: 220px;
    min-height: 100px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 8px;
    z-index: 99;
}

.user_menu::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 14px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
}
.address_box.default_adds {
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
    background: #0366d60f;
}
/* show menu on hover */
.profile:hover + .user_menu,
.user_menu:hover {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.sidebar .list-group .list-group-item {
    border: 0;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid var(--theme-color100);
    margin-bottom: 0.2rem;
    color: var(--theme-color);
    transition: 0.5s;
    padding: 0.5rem 0;
}

.sidebar .list-group .list-group-item a {
    color: var(--theme-color);
    width: 100%;
    font-size: 0.95rem;
}

.sidebar .list-group .list-group-item:hover a {
    color: var(--secondary-color);
}
.sidebar .list-group .list-group-item.active a {
    color: var(--secondary-color);
}
.card_bg {
    /* background: var(--secondary-color50);
    border-color: var(--secondary-color300); */
    margin-top: 1rem;
}
.accordion-body .card_item_inner {
    width: 100%;
}

.sidebar {
    /* border-right: 1px solid #ddd; */
    background:#f7f7f7;
    padding: 1.2rem;
    position: sticky;
    top: 1rem;
    min-height: 75vh;
}

/**** Cart Style ****/
.info_card .title, .info_card .coupon_inner {
    border-bottom: 1px solid var(--theme-color100);
    padding-bottom: 1rem;
    margin: 0 0 1rem;
}
.info_card .list {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 0;
}

.info_card .list li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
}
.info_card .list li:last-child {
    padding-bottom: 0;
}
.info_card {
    border: 1px solid var(--theme-color200);
    padding: 2rem;
}
.pt_title span {
    color: var(--theme-color500);
}
.product_card {
    background: var(--theme-color20);
    border-radius: 0;
}






/* .cart-card {
  border: 1px solid var(--theme-color200);
  border-radius: 12px;
  overflow: hidden;
  background: var(--theme-color10);
  margin-bottom: 20px;
  transition: box-shadow 0.3s ease;
} */

.cart-card .cart-card-inner:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.cart-card-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 1rem;
  border: 1px solid var(--theme-color200);
    border-radius: 12px;
    overflow: hidden;
    background: var(--theme-color10);
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease;
}

.cart-img {
  flex: 0 0 150px;
}

.cart-img img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.cart-details {
  flex: 1;
}

.cart-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}

.cart-price {
  margin-bottom: 1rem;
}

.cart-price .old-price {
  text-decoration: line-through;
  color: #888;
  margin-right: 10px;
}

.cart-price .new-price {
  color: red;
  font-weight: 600;
  font-size: 1rem;
}
.cart-price .new-price em {
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: #ff3636;
}
.cart-discount {
  font-size: 0.9rem;
  color: #28a745;
  margin-bottom: 12px;
}

.cart-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  /* margin-bottom: 12px; */
}
.more-price {
    margin-left: 1rem;
}
.cart-list-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-buttom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-qty input {
  width:35px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 1rem;
}
/* Remove spinner in Chrome, Safari, Edge */
.cart-qty input[type=number]::-webkit-inner-spin-button,
.cart-qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove spinner in Firefox */
.cart-qty input[type=number] {
  -moz-appearance: textfield; /* Firefox */
  appearance: textfield;       /* Standard */
}

.cart-qty .qty-btn {
  background: #f8f9fa;
  border: none;
  padding: 4px 8px;
  cursor: pointer;
  font-size: 1.1rem;
  width: 35px;
}

.cart-qty .qty-btn:hover {
  background: #e9ecef;
}

.cart-remove {
  font-size: 0.95rem;
  color: #dc3545;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  background: #ffe5e5;
  border-radius: 6px;
  transition: background 0.2s;
}

.cart-remove:hover {
  background: #ffcccc;
}
.tabcart {
    padding: 0px 0 10px;
}

.tabcart ul {
    text-align: center;
}

.tabcart ul li {
    display: inline-block;
    position: relative;
    padding: 0 60px;
    position: relative;
}

.tabcart ul li:before {
    content: "";
    width: 100%;
    border-bottom: 1px dashed #c2c3ca;
    position: absolute;
    top: 28px;
    left: 0;
}
.tabcart ul li.active img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(84%) saturate(3249%) hue-rotate(1deg) brightness(101%) contrast(110%);
}
.tabcart ul li span {
    display: block;
    margin: 2 auto;
    /* width: 50px;
    height: 50px; */
    margin-left: auto;
    margin-right: auto;
    /* line-height: 48px;
    border: 1px solid #e3e3e3;
    border-radius: 50%; */
    background: #fff;
    position: relative;
    z-index: 2;
}

.tabcart ul li strong {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.address_card ul {
    list-style: none;
    margin-top: 1rem;
    padding: 0;
}

.address_card ul li {
    padding-bottom: 0.5rem;
    font-size: 0.9rem;
}
.flash-message {
    margin: 0 auto;
    margin-top: 1rem;
    max-width: 60rem;
    padding: 0 1rem;
}
.order_details .selectadd .form-group.addselectbox p {
    margin: 5px 0;
}
.order_details .selectadd .form-group.addselectbox h4 {
    font-size: 1.2rem;
}
.order_details .selectadd {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 2 fixed columns */
    gap: 0px;
    margin-top: 1rem;
}

.order_details .selectadd .form-group.addselectbox {
    border: 1px solid #ddd;
    padding: 1rem;
    min-height: 260px;
}
.form-group.addselectbox {
    background: #f3f3f3;
    border: 1px solid #ddd;
    padding: 1rem;
    min-height: 200px;
    border-radius: 10px;
}
.orderheading .order_dtl {
    padding-bottom: 0.3rem;
}
.orderheading .order_dtl label {
    font-weight: 600;
}
.orderheading {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}
.addlist div p{margin: 5px 0;}
.order_table {
    font-size: 0.8rem;
}
.order_details .order_details_btn h1 {
    padding-top: 1rem;
}
& .order_item a {
    font-size: 0.8rem !important;
}
.popup-details > ul > li span {
    padding-right: 1rem;
}
.popup-details > ul > li {
    display: flex;
}
.main-title {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 1rem;
}
.sort-by {
    display: flex;
    align-items: center;
}
.sort-by label {
    margin-right: 8px;
}
.thank-message h1 {
    font-size: 30px;
    font-weight: 800;
    color: green;
}
.thank-message {
    text-align: center;
}
.orderheading .order_dtl h1 {
    font-size: 30px;
    font-weight: 600;
}
.orderheading .order_dtl {
    margin-bottom: 0.2rem;
}

.contact-box {
    border: 1px solid #f5c2c7;
    background-color: #fff5f5;
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #444;
}

.contact-box .manager-name {
    font-weight: bold;
    color: #c82333;
    margin: 8px 0 5px;
}

.contact-box .manager-phone,
.contact-box .manager-email {
    color: #333;
    margin: 4px 0;
}

.contact-box i {
    color: #c82333;
    margin-right: 6px;
}

.order_details_btn .action_btn {
    padding: 10px 18px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.continue-btn {
    background: #dc3545;
    color: #fff;
}

.continue-btn:hover {
    background: #b02a37;
}

.account-btn {
    background: #6c757d;
    color: #fff;
}

.account-btn:hover {
    background: #565e64;
}
.addlist h4 {
    font-size: 1.2rem;
}

.form-group.addselectbox .addlist p {
    margin: 5px 0;
}

.contact-card {
    max-width: 500px;
    margin: 20px auto;
    padding: 2rem;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.contact-card h3 {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
  color: var(--theme-color);
}

.contact-card .company {
  font-weight: bold;
  font-size: 16px;
  margin: 5px 0 10px;
}

.contact-card a {
  color: #3a98f0;
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
}




/* .tabcart ul li.active span {
    border: 1px solid #262629;
} */
/* .addressicon, .payment_n_icon, .checkouticon, .wishlistpink, .deleteicon, .addaddressicon, .editicon, .facebooklogin, .googlelogin, .cartlisticon, .secureimg {
    background: url(../images/sprites2.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.cartlisticon {
    background-position: -193px 0;
    width: 19px;
    height: 20px;
}
.addressicon {
    background-position: 0 0;
    width: 19px;
    height: 24px;
}

.checkouticon {
    background-position: -50px 0;
    width: 26px;
    height: 22px;
} */

/******************************Drop-down menu work on hover**********************************/



@media only screen and (max-width: 767px) {

.pagination_list {
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin: 1rem 0;
}
.pagin_btn ul li a {
    padding: 0 0.5rem;
    width: auto;
    height: auto;
}
.pagination_list .prev_btn span, .pagination_list .next_btn span {
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
}
.order_details .selectadd {
    grid-template-columns: repeat(1, 1fr); /* 2 fixed columns */
}
.order_details .selectadd .form-group.addselectbox {
    min-height: auto;
}
/* .pagin_btn {
    order: 3;
} */
.prod_item {
    flex-wrap: wrap;
    justify-content: space-between;
}
.action_btn{font-size: 0.8rem;}
.prod_item > div {
    font-size: 0.8rem;
    padding: 0.3rem 0.7rem;
    width: 100%;
}
.img_div img {
    max-height: 150px;
}
.header_inner {
    /* flex-wrap: wrap; */
    row-gap: 1rem;
}
.head_right{width: 100%;}
.tabcart ul li {
    padding: 0 20px;
}
.cart-card-inner {
    flex-wrap: wrap;
    gap: 10px;
    padding: 0.5rem;
}
.header_bottom {
    padding: 0.5rem 0rem;
}
.header_area .header_bottom .mainmenu a, .navbar-default .navbar-nav > li > a, .header_area .header_bottom .mainmenu ul li a {
    padding: 10px 15px;
}
.sidebar_menu .navbar-nav {
    padding-top: 2rem;
}
.head_right > ul {
    gap: 0.5rem;
    padding-left: 1rem;
}
.cart_icon span.cart-count {
    font-size: 0.7rem;
    padding: 4px;
}
.sidebar_menu .navbar-nav li {
    border-bottom: 1px solid var(--theme-color200);
}
.sidebar_menu .navbar-nav ul li:last-child {
    border: 0;
}
.mainmenu ul ul, .mainmenu ul ul.dropdown-menu {
    background: #fff4f4;
    box-shadow: none !important;
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.header_area .mainmenu ul ul.dropdown-menu li a {
    font-size: 0.9rem;
    margin-bottom: 0;
    padding: 0.5rem 0.5rem;
}
.header_menu {
    order: 3;
}
.profile .user {
    font-size: 0.8rem;
}
.navbar-header button.navbar-toggler {
    padding: 0;
    border: 0;
    margin-left: 0.8rem;
}
.furniture-collections {
    padding: 0rem 0 !important;
}
.heading {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
}
.card_item_inner {
    width: 100%;
}
/* .filter-item {
    flex-wrap: wrap;
} */
.filter-item label {
    width: 100%;
    margin: 0 !important;
}
.filter-bar .filter-item:first-child {
    width: 100%;
}
.tabcart ul {
    margin: 0;
    padding: 0;
}
.login_signup .login-container {
    width: 100%;
}
.card_bg {
    margin-top: 1rem;
}
.billing_adds > .row {padding: 0;}
.billing_adds{justify-content: center;}
.head_right .sign_btn a.nav-link{padding: 0.5rem 0.4rem;font-size: 0.8rem;}
.login_btn a.nav-link {font-size: 0.8rem;}
.prod_item > div.check_div {padding: 0.3rem 0rem;width: 30px;}
/* div#product-list-container { padding: 0;} */
.prod_item .action_div {text-align: right;}
.daam_div {width: 60px; text-align: center;}
.prod_item .action_div a.action_btn {width: 100%;padding: 7px 12px;}
.price_action {flex-wrap: wrap;gap: 5px;flex: inherit;}
.prod_item .action_div {text-align: center;flex: auto; width: 100%;}
.copyright_txt p {font-size: 0.8rem;text-align: center;}
.ft_menu ul li a {font-size: 0.9rem;}
.ft_menu ul {text-align: center;padding: 0;padding-bottom: 1rem;}
footer .row .col-md-6.fleft {order: 2;}
.prod_item .name_wrapper {/*flex-direction: column;*/ font-size: 14px;}
.prod_item.product_nav>div:not(.check_div) { display: none; }
body.products_list footer {padding-bottom: 5rem;}
.order-bar {border-radius: 0;bottom: 0;left: 0;right: 0;}
.cart-img {flex: 0 0 100px;}
.cart-price .new-price {font-size: 0.9rem;}
.cart-price .old-price {font-size: 0.8rem;}
.cart-remove {font-size: 0.85rem;}
.cart-qty input {width: 30px;font-size: 0.8rem;}
.cart-qty .qty-btn {padding: 4px 12px;font-size: 1.1rem;}
.cart-title {font-size: 1rem;}
.tabcart {padding: 10px 0 20px;}
.tabcart ul li span img {width: 45px;}
.tabcart ul li:before { top: 22px;}
.login-btn {text-align: center;}
.info_card .list li:last-child form {width: 100%;}
.info_card {margin-top: 2rem;}
.address_card ul {margin-bottom: 0;margin-top: 0.5rem;}
.orderheading .order_dtl {
    padding-bottom: 0.5rem;
    font-size: 0.8rem;
}

.addlist p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.addlist h4 {
    font-size: 1.1rem;
}

section.order_details.collections {
    padding-top: 1rem !important;
}

.product_details_td {
    min-width: 130px;
}
.card_bg .card-body p {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
}

.add_btn{padding-top: 1.8rem;align-items: center;}
.sub_title2{padding-top: 1.8rem;margin-bottom: 0 !important;}
.filter-item select, .price-input, .filter-tag {font-size: 12px;}
.form-control {font-size: 12px;}
.btn-apply {font-size: 0.8rem;}
.popup-body {flex-wrap: wrap;display: flex;}
.popup-img {width: 100%;}
.popup-content { width: 90%;}
.popup .close {
    right: 0;
    top: -12px;
    font-size: medium;
    font-weight: 600;
    background: red;
    width: 27px;
    height: 25px;
    text-align: center;
    color: #fff;
}
.alert.alert-danger {
    font-size: 0.8rem;
}
.image_slider {
    max-width: 100%;
}
.breadcrumb-container {
    margin-bottom: 10px;
}
.image_slider .swiper-slide img {
    height: 250px;
    object-fit: contain;
    background: var(--theme-color40);
}
.sidebar {
    min-height: auto;
}
.details-row .label {
    flex: 0 0 40%;
}
.details-row {
    font-size: 14px;
}
.sidebar .list-group .list-group-item {
    padding: 0.2rem 0;
}
body.users-sales-manager .furniture-collections, body.users-addresses .furniture-collections{
    padding-bottom: 3rem !important;
}
.address_box .add_btn {
    padding-top: 0;
}
.address_box {
    min-height: auto;
}
.popup-details {
    overflow-y: auto;
    max-height: 20rem;
}
.accordion-item .accordion-button::after {
    background-image: url("/assets/images/down-arrow.svg"); 
    background-size: 1rem;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("/assets/images/down-arrow.svg"); 
    transform: rotate(-180deg);
}
.accordion-item {
    /* background-color: #e7f1ff; */
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    padding: 1rem 0.25rem;
    font-size: 1.5rem;
    font-weight: 600;
}
.accordion-item:last-child {
    box-shadow: none;
}

.sort-by, .filter-bar .filter-item:nth-child(2) {
    align-items: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 3px;
}
.filter-bar .filter-item:nth-child(2), .filter-bar .filter-item:nth-child(3) {
    width: 47%;
}
/* .filter-item:first-child {
    width: 100%;
} */
.filter-bar {
    gap: 3px;
    margin-bottom: 5px;
}
/* .filter-item:first-child .dropdown-check-list {
    width: 100%;
} */
.sort-by select#sort {
    width: 100% !important;
}
.filter-item:first-child .dropdown-check-list span.anchor {
    width: 100%;
    min-width: 8rem;
    font-size: 13px;
    white-space: nowrap;
}
.selected-filters {
    flex-wrap: nowrap;
    max-width: 1000px;
    overflow-x: auto;
}
.breadcrumb {
    justify-content: flex-start;
}
.filter-tag {
    padding: 2px 12px;
    white-space: nowrap;
}
.filter-tag button.remove-filter {
    font-size: 16px;
}
.selected-filters {
    gap: 3px;
}

.shipping-addrs .section-title {
    flex-wrap: wrap;
}
.btn-right {
    margin-top: 1rem;
}
.select-by {
    flex-wrap: wrap;
    gap: 0.5rem;
}
.btn-right .action_btn {
        white-space: nowrap;
    }

.order_details .sidebar {
    margin-bottom: 1rem;
}
.table-responsive.tblbrdr table tr th, .table-responsive.tblbrdr table tr td {
    font-size: 14px;
}
.thank-message p {
    font-size: 14px;
}
.thank-message h1 {
    font-size: 20px;
}
.more-price .new-price {
    font-size: 0.8rem;
}
.cart-buttom {
    align-items: flex-start;
}
.cart-list-inner {
    display: block;
}
.cart-price {
    margin-bottom: 0.5rem;
}
.more-price {
    margin-left: 0;
}
#product-list-container {
    padding: 10px;
    grid-template-columns: repeat(2, 1fr);
}
.accordion-item .accordion-body .col-md-2 {
  flex: 0 0 auto;
  width: 50%;
}
button.accordion-button.heading {
    pointer-events: all;
}


}




@media (min-width: 576px) {
  .dropdown:hover>.dropdown-menu { display: block; }
  .dropdown .dropdown .dropdown .dropdown-menu {left: 100%; top: 0;}
}

@media (max-width: 576px) {
  .sidebar_menu { position: fixed; right: 0; top: 0; background: #fff; z-index: 999; height: 100%; width: 280px; transition: 0.5s; transform: translateX(100%); }
  .backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #0000006e; z-index: 998; transition: 0.5s; pointer-events: none; opacity: 0; }

  .sidebar_opened .sidebar_menu { transform: translateX(0);}
  .sidebar_opened .backdrop { opacity: 1; pointer-events: all;}
  .more-price .new-price {font-size: 0.75rem;}
}
