.title-black {
  color: var(--title-color) !important;
}

.title-white {
  color: var(--white-color) !important;
}

/* =========================================================
   OVERLAY (for click outside)
========================================================= */
.mini-cart-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(2px);
    z-index: 998;
}

/* =========================================================
   CART DRAWER (RIGHT SLIDE)
========================================================= */
.min_cart_wrapper {
    position: fixed;
    top: 0;
    right: -420px; /* Hidden initially */
    width: 380px;
    height: 100vh;
    background: #ffffff;
    z-index: 999;
    transition: right 0.35s cubic-bezier(0.25, 0.46, 0.45, 1);
    box-shadow: -6px 0 20px rgba(0,0,0,0.15);
    border-radius: 0 0 0 10px;
    overflow-y: auto;
}

/* Active = Slide In */
.min_cart_wrapper.min_cart_active {
    right: 0;
}

/* Mobile version */
@media (max-width: 480px) {
    .min_cart_wrapper {
        width: 90%;
        right: -100%;
    }
}

/* =========================================================
   HEADER (TOP)
========================================================= */
.cart_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    border-bottom: 1px solid #f2f2f2;
    background: #fafafa;
}

.cart_top .title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.cart_number {
    background: var(--primary-color);
    color: #fff;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.cart_close {
    font-size: 26px;
    cursor: pointer;
    color: #444;
    transition: 0.2s;
}
.cart_close:hover {
    color: #000;
}

/* =========================================================
   CART ITEMS LIST
========================================================= */
.mini_cart_list {
    flex: 1;
    overflow-y: auto;
    padding: 15px 20px;
    padding: 18px;
}

/* Cart item row */
.mini_cart_list ul li {
    display: flex;
    gap: 14px;
    padding: 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 8px;
    min-height: 100px;         /* Equal height rows */
    align-items: center;       /* Vertical center */
    transition: background 0.25s ease;
}

.mini_cart_list ul li:hover {
    background: #fafafa;
}

/* Product image */
.thumb_img_cartmini img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #eee;
}

/* Product details grow */
.product-detail {
    flex: 1;
}

/* Product name */
.product_name_mini a {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

/* Price section */
.product_price {
    font-size: 14px;
    margin-top: 4px;
    color: #555;
}

/* Remove button */
.produc_remove {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.produc_remove a {
    font-size: 22px;
    color: #d93333;
    transition: 0.2s;
}
.produc_remove a:hover {
    color: #ff0000;
}

/* =========================================================
   BOTTOM SECTION (Subtotal & Buttons)
========================================================= */
.cart_drawer_btm {
    padding: 20px;
    border-top: 1px solid #eee;
    background: #fff;
    position: sticky;
    bottom: 0;
}

.sub-total {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #222;
}

.bottom_group a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

/* View Cart */
.button-viewcart {
    background: #B5B5B5;
    color: #222;
    border: 1px solid #ddd;
    transition: 0.3s;
}
.button-viewcart:hover {
    background: #e6e6e6;
}

/* Checkout */
.button-checkout {
    background: var(--primary-color);
    color: #fff;
    transition: 0.3s;

}
.button-checkout:hover {
    background: #000;
}

.shopping-cart {
	background: white;
}

.shopping-summery thead .main-hading {
	padding: 0px 50px;
}

.shopping-summery thead {}

.shopping-summery thead tr th {
	/* border: none; */
	font-weight: 600;
	text-align: center;
	padding: 20px;
}

.shopping-summery .product-name {}

.shopping-summery tbody tr {
	border-bottom: 1px solid #eee;
	margin-top: 20px;
}

.shopping-summery tbody tr img {
	border-radius: 4px;
	width: 100px;
}

.shopping-summery tbody tr:last-child {}

.shopping-summery tbody .product-name a {
	color: #282828;
	font-weight: 600;
	font-size: 17px;
	font-family: var(--el-messiri);
}

a.pthumb {
	width: 75px;
	float: left;
}

.shopping-cart .table p {
	font-size: 14px;
	color: #666;
}

.shopping-summery tbody .product-name a:hover {
	color: var(--2c2b);
}

.shopping-summery tbody .product img {
	max-width: 70px;
	border-radius: 100%;
	max-height: 65px;
	border: 1px solid #e6e6e6;
	padding: 4px;
}

.shopping-summery tbody .product:hover img {
	border-color: var(--2c2b);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

.shopping-cart .border {}

.shopping-cart .table .remove-icon {
	font-size: 16px;
}

.shopping-cart .table td {
	vertical-align: middle;
	border-top: 1px solid #eee;
	padding: 20px;
}

.shopping-summery tbody .price {
	text-align: center;
	font-weight: 600;
}

.shopping-summery tbody .price span {}

.shopping-cart tbody .qty .input-group {
	width: 175px;
	display: inline-block;
}

.shopping-cart .qty .button {
	display: inline-block;
	position: absolute;
	top: 0;
}

.shopping-cart .qty .button.minus {
	left: 0;
	border-radius: 0;
	overflow: hidden;
}

.shopping-cart .qty .button.plus {
	right: 0;
	border-radius: 0;
	overflow: hidden;
}

.shopping-cart .qty .button .btn {
	padding: 0;
	width: 44px;
	height: 47px;
	line-height: 50px;
	border-radius: 0px;
	background: transparent;
	color: #282828;
	border: none;
	font-size: 20px;
}

.shopping-cart .qty .button .btn:hover {
	color: var(--2c2b);
}

.shopping-cart .qty .input-number {
	border: 1px solid #eceded;
	width: 100%;
	text-align: center;
	height: 47px;
	border-radius: 0;
	overflow: hidden;
	padding: 0px 45px;
}

.shopping-summery tbody .total-amount {
	text-align: left;
	font-weight: 500;
}

.shopping-summery tbody .total-amount span {}

.shopping-summery tbody .action {
	text-align: center;
}

.shopping-summery tbody .action a:hover {
	color: var(--2c2b);
}

.shopping-cart .total-amount {
	margin-top: 50px;
}

.cart-collaterals {
	min-width: 385px !important;
	border: 1px solid grey;
	border-radius: 20px;
	/* box-shadow: var(--shadow-2); */
}

.cart-collaterals h2 {
	font-size: 36px;
	font-family: var(--el-messiri);
	font-weight: 400;
	border-bottom: 1px solid var(--d9d9);
}

.cart-collaterals .shop_table_responsive>div {
	display: flex;
	padding: 15px 30px;
	align-items: center;
}

.cart-collaterals .shop_table_responsive>div>* {
	flex: 1;
}

.cart-collaterals .bt {
	text-align: center;
}

.shop_table .amount,
.shop_table .woocommerce-shipping-destination {
	color: #222;
}

.cart-subtotal .amount {
	font-weight: 600;
}


/* Login */
/* Main Wrapper */
.login-container {
    display: flex;
    width: 100%;
    margin: 0 auto;             
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border-radius: 14px;
    height: 70vh;
    max-height: 85vh;   
    overflow-y: auto;    
    /* overflow: hidden; */
}

/* Left Image Section */
.login-left {
    width: 50%;
    background: #f0f0f0;
}

.login-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right Section */
.login-right {
    width: 50%;
    display: flex;
    /* justify-content: center;
    align-items: center; */
    padding: 40px;
    background: #ffffff;
}

/* Login Box */
.login-box {
    width: 100%;
    max-width: 350px;
}

.login-box h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 22px;
}

.login-box h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #444;
}

.sub-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 25px;
}

/* Input */
.login-box label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}

.login-box input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 18px;
    font-size: 13px;
}

/* Submit Button */
.btn-submit {
    width: 100%;
    padding: 12px;
    background: #F96616;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-submit:hover {
    background: #3846c2;
}

/* Register Text */
.register-text {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
}

.register-text a {
    color: #F96616;
    text-decoration: none;
    font-weight: 600;
}

/* Terms */
.terms-text {
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
    color: #666;
}

.terms-text a {
    color: #F96616;
    text-decoration: none;
}


/* OTP Wrapper */
.otp-wrapper {
    display: flex;
    justify-content: space-between; /* keeps them in one straight line */
    gap: 12px;
    width: 100%;
    margin-top: 10px;
}

/* Round OTP Inputs */
.otp-box {
    width: 48px;
    height: 48px;
    font-size: 22px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%;    /* ⬅ makes them round */
    outline: none;
    transition: 0.2s ease;
    font-weight: 600;
}

.otp-box:focus {
    border-color: #F96616;
    box-shadow: 0 0 6px rgba(249, 102, 22, 0.4);
}

.profile-img-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.profile-img-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #F96616;
    transition: 0.3s ease;
}

.profile-img-wrapper:hover img {
    opacity: 0.8;
}

.profile-img-wrapper .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    opacity: 0;
    transition: 0.3s;
}

.profile-img-wrapper:hover .overlay {
    opacity: 1;
}

@media (max-width: 768px) {

    .login-container {
        flex-direction: column;
        max-height: 90vh;
    }

    .login-left {
        width: 100%;
        height: 200px;
    }

    .login-left img {
        height: 100%;
        object-fit: cover;
    }

    .login-right {
        width: 100%;
        padding: 25px;
    }

    .login-box {
        max-width: 100%;
    }

    .login-box h2{
        margin-bottom: 15px !important;
    }
    .terms-text{
        margin-top: 20px !important;
    }
}

/* Login Tabs */
.login-tabs {
    border-bottom: none;
}

.login-tabs .nav-link {
    border: none;
    color: #777;
    font-weight: 500;
    padding: 10px 28px;
    border-radius: 30px;
    margin: 0 6px;
    background: #f4f4f4;
    transition: all 0.3s ease;
}

.login-tabs .nav-link:hover {
    color: #F96616;
}

.login-tabs .nav-link.active {
    background: #F96616;
    color: #fff;
    box-shadow: 0 6px 15px rgba(249, 102, 22, 0.3);
}




.custom-badge{
    font-size: 10px;
    background-color: #fa6815 !important;
    color: white !important;
}

/* Header Css */
/* Desktop: show full menu, hide hamburger */
/* @media (max-width: 1199px) {
    header.style-4 .nav-right .mobile-menu-btn {
        display: flex !important;
        margin-left: 50px !important;
        flex-direction: column !important;
        align-items: end !important;
        visibility: visible !important;
        justify-content: center !important;
        position: relative !important;
    }
} */

/* Desktop ≥ 1200px layout */
#authModal .modal-content {
    border-radius: 20px !important;
    overflow: hidden;
}

#authModal .modal-dialog {
    border-radius: 20px !important;
}

#authModal .modal-content {
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

@media (max-width: 991px) {
  .category-card5 .category-card-wrapper{
    height: 410px;
  }

  .category-card5  .inner{
    height: 300px !important;
  }
}

.form-control,
.form-select {
  width: 100%;
  max-width: 100%;
}

.nice-select {
  width: 100% !important;
  line-height: 1.5;
}

.nice-select .list {
  width: 100%;
}

.nice-select.open,
.nice-select:focus {
  border-color: #86b7fe;
}

.nice-select .current {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

p.parsley-success {color: #ea5455;background-color: #DFF0D8;border: 1px solid #ea5455;font-size: 0.857rem;}
p.parsley-error {color: #ea5455;background-color: #F2DEDE;border: 1px solid #ea5455;font-size: 0.857rem;}
ul.parsley-errors-list {list-style: none;color: #ea5455;padding-left: 0;font-size: 0.857rem;}
input.parsley-error,textarea.parsley-error,select.parsley-error {/*background: #FAEDEC;*/border: 1px solid #ea5455 !important;/*border-bottom: 1px solid #E85445;*/font-size: 0.857rem;}

/* Autocomplete */ 

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 10px;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: var(--primary-color);
  color: #fff;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

.suggestion-wrapper{
    font-size: 12px;
}

/* End Autocomplete */

.currency-dd{
    width: 100% !important;
}

@media (max-width: 768px) {
    .currency-dd{
        width: 40% !important;
    }
}

.text-primary{
    color: var(--primary-color) !important;
}

footer .footer-wrapper .footer-bottom .footer-bottom-right ul li a {
  color: white;
  font-family: var(--font-dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.3px;
  transition: 0.5s;
}

/*loader*/
#global-loader {
    position: fixed;
    z-index: 50000;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.loader-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 43%;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.news-letter-form input {
    color: white !important;
}

.blog-details-thumb img{
    width: 100%;
    border-radius: 15px;
    height: 530px;
}

.blog-details-content h3{
    font-weight: 700 !important;  
}



#registerForm label {
    color: #333;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

#add-address-form label{
    color: #333;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.btn-submit{
    padding: 10px !important;
}

/* ul.list {
    max-height: 75px !important;
    overflow: scroll !important;
} */

.default-badge {
    background: var(--primary-color);
    color: #fff;
    font-size: 9px;
    padding: 2px 10px;
    border-radius: 12px;
}

.three-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.widget-list li a{
    color: #FFFFFF !important;
}   

#ptotal-amt{
    color: var(--primary-color) !important;
}


.bottom_group {
    display: flex;
    gap: 10px;
}

.bottom_group a {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 14px;
}

/* header slider */
/* ===============================
   FORCE FIX HOME BANNER SLIDER
   =============================== */

/* Reset all inherited heights & spacing */
.home5-banner-section,
.home5-banner-section .swiper,
.home5-banner-section .swiper-wrapper,
.home5-banner-section .swiper-slide {
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Set proper banner heights */
.home5-banner-section {
  height: 600px !important;
  position: relative;
  overflow: hidden;
}

/* Tablet */
@media (max-width: 991px) {
  .home5-banner-section {
    height: 420px !important;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .home5-banner-section {
    height: 300px !important;
  }
}

/* Force swiper to fill banner */
.home5-banner-section .swiper,
.home5-banner-section .swiper-wrapper,
.home5-banner-section .swiper-slide {
  height: 100% !important;
}

/* Background image fix */
.home5-banner-section .banner-bg {
  width: 100%;
  /* height: 100% !important; */
  /* background-size: cover !important; */
  background-position: center center !important;
  background-repeat: no-repeat !important;
}


/* ===============================
   FIX CATEGORY / AUCTION SECTION
   =============================== */

/* Kill all negative margins */
.home5-auction-with-tab-section {
  margin-top: 0 !important;
  padding-top: 50px !important;
  position: relative;
  z-index: 2;
}

/* Tablet spacing */
@media (max-width: 991px) {
  .home5-auction-with-tab-section {
    padding-top: 60px !important;
    transform: translateY(-35px);
  }
}

/* Mobile spacing */
@media (max-width: 576px) {
  .home5-auction-with-tab-section {
    padding-top: 50px !important;
  }
}


/* ===============================
   OPTIONAL: CLEAN BORDER RADIUS
   =============================== */

.home5-auction-with-tab-section {
  border-radius: 40px 40px 0 0 !important;
}

@media (max-width: 576px) {
  .home5-auction-with-tab-section {
    border-radius: 20px 20px 0 0 !important;
  }
}

/* Top Slider */
.home3-banner2-section .single-banner .banner2-img img{
    border-radius: 10px;
}

/* Bottom Slider */
.home6-banner2-section .home5-banner-slider img{
    border-radius: 10px;
}


/* Table account  */
/* ===============================
   FORCE TABLE (KILL CARD MODE)
   =============================== */

.table-responsive-custom {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Force real table structure */
.bidding-summary-table {
  display: table !important;
  width: 100% !important;
  min-width: 900px;
  border-collapse: collapse;
}

.bidding-summary-table thead {
  display: table-header-group !important;
}

.bidding-summary-table tbody {
  display: table-row-group !important;
}

.bidding-summary-table tr {
  display: table-row !important;
}

.bidding-summary-table th,
.bidding-summary-table td {
  display: table-cell !important;
  white-space: nowrap;
  vertical-align: middle;
}

/* Kill any mobile card styles */
@media (max-width: 768px) {
  .bidding-summary-table thead {
    display: table-header-group !important;
  }

  .bidding-summary-table tr {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .bidding-summary-table td::before {
    content: none !important;
  }
}




.nice-select{
    height: 30px !important;
}


.banner-content h2{
    color: white;
    font-size: 30px;
}

.breadcrumb-section{
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .banner-content h2 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .banner-content h2 {
        font-size: 18px;
    }
}

