
:root {

    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #377dff;
    --hov-primary: #0069d9;
    --soft-primary: rgba(55, 125, 255, 0.15);
    --secondary: #8f97ab;
    --soft-secondary: rgba(143, 151, 171, 0.15);
    --success: #0abb75;
    --soft-success: rgba(10, 187, 117, 0.15);
    --info: #25bcf1;
    --soft-info: rgba(37, 188, 241, 0.15);
    --warning: #ffc519;
    --soft-warning: rgba(255, 197, 25, 0.15);
    --danger: #ef486a;
    --soft-danger: rgba(239, 72, 106, 0.15);
    --light: #f2f3f8;
    --dark: #111723;
    --soft-dark: rgba(42, 50, 66, 0.15);
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}


.header-style-1 .header-middle-ptb-1 {
    padding: 20px 0;
}
.header-style-1 .search-style-2 form {
    border: 2px solid #151618;
}
.header-action-2 .header-action-icon-2 > a span.pro-count.blue {
    background-color: #bac401;
}
		.header-bottom-bg-color .main-categori-wrap > a {
    background: #bac401;
}.main-menu > nav > ul > li,.main-menu > nav > ul > li > a {
    color: #fff;
}.hotline p,.hotline p span {
    color: #fff !important;
}
.header-style-1 .hotline p {
    color: #fff !important;
}
.mobile-social-icon a {
    background: #bac401!important;
	}
	.widget-category-2 .count {
    background-color: #bac401;
    color: #fff;
}
.widget-category-2 ul li a {
    color: #151618;
}
h1, h2, h3, h4, h5, h6, .font-heading, .display-1, .display-2, .heading-sm-1 { 
    color: #151618;
}

.product-cart-wrap .product-content-wrap .product-price span {
    color: #949c03;
}
button.submit, button[type=submit]{
background-color:#151618;
}
.dot-style-1 ul li.slick-active button{
background:#151618;
border-color:#151618;
}
.header-action-2 .header-action-icon-2 > a span {
    color: #151618;
}
.product-cart-wrap .product-card-bottom .add-cart .add{
background-color:#bac40173;
color:#bac401
}
.product-cart-wrap .product-card-bottom .add-cart .add:hover {
    background-color: #bac401;
    color: #fff;
}
.nav-tabs.links .nav-link:hover, .nav-tabs.links .nav-link.active {
    color: #bac401;
}
.product-list-small .product-price {
    color: #949c03;
}
.header-style-1 .main-categori-wrap > a:hover {
    background-color: #e57805;
}
.widget-category-2 ul li a:hover {
    color: #e57805; 
}


/*badges*/
.badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 18px;
    width: 18px;
    font-size: 1rem;
    font-weight: 500;
    line-height: unset;
}
.badge-circle {
    border-radius: 50%;
}
.badge-sm {
    height: 14px;
    width: 14px;
    font-size: 0.55rem;
}
.badge-md {
    height: 24px;
    width: 24px;
    font-size: 0.75rem;
}
.badge-lg {
    height: 28px;
    width: 28px;
    font-size: 0.85rem;
}
.badge.badge-dot {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 8px;
    width: 8px;
}
.badge-dot.badge-md {
    height: 10px;
    width: 10px;
}
.badge-dot.badge-lg {
    height: 12px;
    width: 12px;
}
.badge-inline {
    width: auto;
}
.badge-status {
    position: absolute;
    top: calc(15% - 4px);
    right: calc(15% - 4px);
    font-size: 1px;
}
.badge-status:before {
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 3px solid #fff;
    top: -3px;
    left: -3px;
    content: "";
    border-radius: 50%;
}
.badge-md.badge-status {
    top: calc(15% - 5px);
    right: calc(15% - 5px);
}
.badge-lg.badge-status {
    top: calc(15% - 6px);
    right: calc(15% - 6px);
}
.badge-primary {
    background-color: var(--primary);
}
.badge-secondary {
    background-color: var(--secondary);
}
.badge-success {
    background-color: var(--success);
}
.badge-danger {
    background-color: var(--danger);
}
.badge-warning {
    background-color: var(--warning);
}
.badge-info {
    background-color: var(--info);
}
.badge-light {
    background-color: var(--light);
}
.badge-dark {
    background-color: var(--dark);
}
.badge-soft-primary {
    background-color: var(--soft-primary);
    color: var(--primary);
}
.badge-soft-secondary {
    background-color: var(--soft-secondary);
    color: var(--secondary);
}
.badge-soft-success {
    background-color: var(--soft-success);
    color: var(--success);
}
.badge-soft-danger {
    background-color: var(--soft-danger);
    color: var(--danger);
}
.badge-soft-warning {
    background-color: var(--soft-warning);
    color: var(--warning);
}
.badge-soft-info {
    background-color: var(--soft-info);
    color: var(--info);
}
.badge-soft-dark {
    background-color: var(--soft-dark);
    color: var(--dark);
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
	border: none;
    background: none;
}

.modal-header .close:before {
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: 900;
    content: "\f00d";
    font-size: 20px;
}

.btn-link{background:#a9a6a6}

/*aiz steps*/
.aiz-steps .icon {
    height: 40px;
    width: 40px;
    line-height: 44px;
    margin-left: auto;
    margin-right: auto;
    background: var(--secondary);
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.aiz-steps > * {
    opacity: 0.4;
}
.aiz-steps > *:not(:first-of-type):before {
  position: absolute;
    width: calc(72% - 10px);
    height: 4px;
    background: var(--secondary);
    content: "";
    right: calc(14% + 5px);
    top: 47px;
    z-index: 0;
    opacity: 0.4;
}
[dir="rtl"] .aiz-steps > *:not(:first-of-type):before {
    left: calc(50% + 20px);
    right: auto; 
}
.aiz-steps .title {
    font-size: 15px;
    font-weight: 600;
}
.aiz-steps .done .icon,
.aiz-steps .done:before {
    background: var(--primary) !important;
}
.aiz-steps .done,
.aiz-steps .active,
.aiz-steps .done:before,
.aiz-steps .active:before {
    opacity: 1 !important;
}
.aiz-steps .active .icon {
    background: var(--success);
}
.aiz-steps.arrow-divider > *:not(:first-of-type){
    position: relative;
}
.aiz-steps.arrow-divider > *:not(:first-of-type):before{
    position: absolute;
    content: "\f105";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 5px;
    left: -13px;
    font-size: 22px;
    opacity: 0.2 !important;
    height: auto;
    width: auto;
    background-color: transparent !important;
}
[dir="rtl"] .aiz-steps.arrow-divider > *:not(:first-of-type):before{
    left: -5px;
    right: auto;
    content: "\f104";
}

/*countdown*/
.aiz-count-down {
    display: flex;
}
.aiz-count-down .countdown-item {
    padding:4px 6px;
    background:var(--primary);
    color:#fff;
    border-radius:3px;
    margin:0 3px
}
.aiz-count-down-lg .countdown-item{
    padding:6px 10px;
    font-size: 16px;
}

/* REMOVED: .footable classes - No usage found in templates */
.rating i {
    color: #c3c3c5;
    font-size: 1rem;
    letter-spacing: -1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rating i.active,
.text-rating {
    color: #ffa707;
}
.bg-rating {
    background-color: #ffa707;
}
.rating i.half {
    position: relative;
}
.rating i.half:after {
    position: absolute;
    content: "\f089";
    top: 0;
    left: 0;
    font-size: inherit;
    color: #ffa707;
    z-index: 1;
}
[dir="rtl"] .rating i.half {
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1);
}
.rating-sm i {
    font-size: 0.8125rem;
}
.rating-lg i {
    font-size: 1.125rem;
}
.rating-input label {
    cursor: pointer;
}
.rating-input input {
    display: none;
}

/*notify*/
/* REMOVED: .aiz-notify classes - No usage found in templates */

/*pagination*/
.aiz-pagination-center .pagination {
    -ms-flex-pack: center;
    justify-content: center;
}
.aiz-pagination-right .pagination {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.aiz-pagination .pagination {
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination .page-link,
.page-item.disabled .page-link {
    min-width: 36px;
    min-height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    border: 0;
    font-size: 0.875rem;
    border-radius: 50% !important;
    color: var(--dark);
}

.pagination .page-item {
    margin: 0 2px;
}

.pagination .active .page-link {
    background-color: var(--primary);
}
.pagination .page-link:hover {
    background-color: var(--primary);
    color: #fff;
}
.typed-search-box {
    z-index: 9999;
}

/* Remove default caret added by Bootstrap 5 */
.hide-bs-carot-icon.dropdown-toggle::after {
    display: none !important; /* Hide the default caret */
}

.featured-card i {
    font-size: 64px;
    color: green;
}

.rememberme-me input {
    height: 16px !important;
    width: 16px !important;
}

.rememberme-me span, .forgot-pass a {
    font-size: 16px !important;
    vertical-align: text-bottom;
}
.forgot-pass a {
    float: right;
}

img.image-listing-search {
    width: 90px !important;
}

.abt-section-1 img{
    object-fit: fill;
    height: 550px;
    width: 450px;
}

.aboutus-pg p {
    line-height: 30px;
}

section.vision-section .img-left {
    display: flex;
    align-items: center;
}
section.vision-section .img-left img{
    border-radius: 15px;
}
#best-seller-home,#section_featured, #section_recently_added{
    border: 1px solid #f5f5f5;
    padding: 30px;
    margin: 20px;
    max-height: 700px;
    scroll-behavior: smooth;
    overflow-y: scroll;
    border-radius: 10px;
}
#section_featured img, #section_recently_added img{
    width:100%; height:120px; object-fit:cover;
}
#search-content{    max-width: 710px;
    background: #bac401;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 5px;}
#search-content .text-muted {
    color: #fff !important;    margin-top: 10px;
}

#search-content ul li.list-group-item{padding-top: .50rem !important;
    padding-bottom: .5rem !important;text-transform: capitalize;}
    
    #search-content ul li.list-group-item:hover{color: #e57805; background-color:#f5f5f5;}
    
.search-product .minw-0{min-width:0;}
.h-40px, .size-40px {
    height: 40px;
}
.w-40px, .size-40px {
    width: 60px;
}
/*notify*/
.aiz-notify {
    min-width: 350px;
    max-width: 350px;
    padding-right: 50px;
    border-radius: 0.25rem;
    overflow: hidden;
    border: 0;
    color: var(--white);
    box-shadow: 0 5px 20px 0 rgba(38, 45, 58, 0.2);
    -webkit-box-shadow: 0 5px 20px 0 rgba(38, 45, 58, 0.2);
    padding: 1.25rem 1.25rem;
    font-size: 0.875rem;
}
[dir="rtl"] .aiz-notify {
    text-align: right !important;
}
.aiz-notify .close {
    top: 50% !important;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    font-size: 20px;
    line-height: 20px;
    color: var(--white);
    opacity: 0.7;
    right: 15px !important;
    text-shadow: none;
}
[dir="rtl"] .aiz-notify .close {
    right: auto !important;
    left: 15px !important;
}
.aiz-notify .close:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.aiz-notify .close:hover {
    color: var(--dark);
    opacity: 1;
}
.aiz-notify .close:hover:before {
    opacity: 1;
    background-color: #fff;
    width: 170%;
    height: 170%;
    top: -35%;
    left: -35%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.aiz-notify .progress {
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
}
.aiz-notify .progress-bar {
    background-color: var(--white);
}
.aiz-notify.alert-success {
    background-color: var(--success);
    color: var(--white) !important;
}
.aiz-notify.alert-danger {
    background-color: var(--danger);
    color: var(--white) !important;
}
.aiz-notify.alert-warning {
    background-color: var(--warning);
    color: var(--dark) !important;
}
.aiz-notify.alert-dark {
    background-color: var(--dark);
}
.aiz-notify.alert-secondary {
    background-color: var(--secondary);
}
.aiz-notify.alert-light,
.aiz-notify.alert-light .close {
    background-color: var(--light);
    color: var(--dark);
}
.aiz-notify.alert-light .progress-bar {
    background-color: var(--primary);
}
@media (max-width: 575px) {
    .aiz-notify {
        width: calc(100% - 40px);
        min-width: auto;
    }
}
.mr-3{margin-right:1rem;}
.img-fit {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}
    
.typed-search-box{width:600px!important;top:56%!important;}
.header-style-1 .search-style-2 form{max-width:600px;}
.popular-categories .slider-arrow .slider-btn.slider-prev i,.best-selling-products .slider-arrow .slider-btn.slider-prev i {
    margin-left: 8px;
}
.popular-categories .slider-arrow .slider-btn.slider-next i,.best-selling-products .slider-arrow .slider-btn.slider-next i
 {
    margin-left: 8px;
}
.product-cart-wrap .product-img-action-wrap {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    height: 240px; /* fixed height to make all boxes same */
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-cart-wrap .product-img-action-wrap .product-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-cart-wrap .product-img-action-wrap .product-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.product-cart-wrap .product-img-action-wrap .product-img a img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.product-cart-wrap .product-content-wrap h2{height: 20px;
    overflow: hidden;}

.list-filter li.active .aiz-megabox-elem {
    background-color: #3BB77E;
    color: #fff;
}
.list-filter li .aiz-megabox-elem {
    padding: 8px 15px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}
.list-filter li:hover .aiz-megabox-elem {
    border-color: #3BB77E;
}

/* ========================================
   SCOPED COLOR FILTER STYLING
   Only affects product pages and modals
   ======================================== */

/* Color filter specific styling - scoped to product contexts */
.product-details-page .color-filter li .aiz-megabox-elem,
#addToCart .color-filter li .aiz-megabox-elem,
#quickViewModal .color-filter li .aiz-megabox-elem,
.attr-color .color-filter li .aiz-megabox-elem {
    min-width: 80px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    border: 2px solid transparent !important;
    transition: all 0.3s ease !important;
}

/* Active state for color filter - more visible - scoped */
.product-details-page .color-filter li.active .aiz-megabox-elem,
#addToCart .color-filter li.active .aiz-megabox-elem,
#quickViewModal .color-filter li.active .aiz-megabox-elem,
.attr-color .color-filter li.active .aiz-megabox-elem {
    border: 3px solid #3BB77E !important;
    box-shadow: 0 0 0 2px rgba(59, 183, 126, 0.2), 0 4px 15px rgba(59, 183, 126, 0.4) !important;
    transform: scale(1.05) !important;
    z-index: 10 !important;
    position: relative !important;
}

/* Hover state for color filter - scoped */
.product-details-page .color-filter li:hover .aiz-megabox-elem,
#addToCart .color-filter li:hover .aiz-megabox-elem,
#quickViewModal .color-filter li:hover .aiz-megabox-elem,
.attr-color .color-filter li:hover .aiz-megabox-elem {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    border-color: #3BB77E !important;
}

/* Ensure active state overrides hover - scoped */
.product-details-page .color-filter li.active:hover .aiz-megabox-elem,
#addToCart .color-filter li.active:hover .aiz-megabox-elem,
#quickViewModal .color-filter li.active:hover .aiz-megabox-elem,
.attr-color .color-filter li.active:hover .aiz-megabox-elem {
    border: 3px solid #3BB77E !important;
    box-shadow: 0 0 0 2px rgba(59, 183, 126, 0.2), 0 4px 15px rgba(59, 183, 126, 0.4) !important;
    transform: scale(1.05) !important;
}
.flashdeal-btn{    width: auto !important;float: right; position:absolute;right:3rem;z-index:99;}
.home-flash-deal .aiz-count-down{float: left;}
.home-flash-deal h4{width: 15%;float: left;}
.home-flash-deal button.slick-prev,  .home-flash-deal button.slick-next{border: none;
    border-radius: 50%;
    padding: 4px 10px;
    margin-bottom: 10px;}
.home-flash-deal button.slick-prev{margin-right:50px;}
.home-flash-deal button.slick-next{position: absolute;
    top: 91px;
    right: 0}
.home-flash-deal .slick-list{text-align:left;}
.home-flash-deal .aiz-carousel{text-align:right;}
.product-rate {background-image: none; width: 85px;}
ul.pagination{justify-content: center;}
.vendor-wrap .vendor-img-action-wrap img {
    max-width: 100%;
}
.vendor-wrap.style-2 .vendor-img-action-wrap {
    position: relative;
    padding: 20px;
    width: 70%;
}
.vendor-wrap .vendor-content-wrap{padding-top:9rem;max-width: 37%;}
form#option-choice-form .btn-group input[type="radio"]{height:20px; } 
form#option-choice-form .btn-group .btn{padding: 5px 25px;margin-right: 2px;line-height: 13px;} 

.sidebar-widget h5.section-title{color:rgb(121, 121, 121);padding-bottom: 5px;padding-top: 3.3rem;}
.SelleravatSec{position:absolute; padding-top: 8px; top:2px; display:flex;}
.dashboard-menu{margin-top:3rem;}
.SelleravatSec h4{padding-top: 2rem;font-size: 19px;font-size: 19px;color: #151618;padding-left: 7px;}
.SelleravatSec img{border: 1px dashed #bac401;padding: 5px;max-width: 12rem;}

.sidebar-widget h5.section-title{color:rgb(120, 119, 119);padding-bottom: 5px;padding-top: 3rem;}
.avatSec{position:absolute; padding-top: 8px; top:2px; display:flex;}
.avatSec h4{padding-top: 2rem;font-size: 19px;color: #151618;padding-left: 7px;}
.avatSec img{border: 1px dashed #bac401;padding: 5px;max-width: 12rem;}


.all-brands-grid .vendor-wrap .vendor-content-wrap
 {
    padding-top: 3.5rem;
    max-width: 100%;
}
.all-brands-grid .vendor-wrap .vendor-img-action-wrap img {
    max-width: 144px;    height: 100px;
}

.header-bottom-bg-color{background-color: #151618 !important;}

/* ≥ 576px (small devices) */
@media (max-width: 576px) {
  .header-bottom-bg-color{background-color: #ffffff !important;}
  .logo.logo-width-1 a img {
  width: 120px;
  min-width: 120px;
}
#search-content1
 {
    max-width: 710px;
    background: #bac401;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 5px;
}
.typed-search-box1 {
    width: auto !important;
    top: 56% !important;
}

.typed-search-box1 {
    z-index: 9999;
}
#search-content1 .text-muted {
    color: #fff !important;
    margin-top: 10px;
}
#search-content1 ul li.list-group-item
 {
    padding-top: .50rem !important;
    padding-bottom: .5rem !important;
    text-transform: capitalize;
}
.single-mobile-header-info-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Add some space between buttons */
}

.single-mobile-header-info-btn a:nth-child(1),
.single-mobile-header-info-btn a:nth-child(2) {
  flex: 1 1 auto; /* The first two buttons will grow and shrink equally */
  width: auto;
}

.single-mobile-header-info-btn a:nth-child(3) {
  flex: 1 1 100%; /* The third button will take the full width of the container */
  margin-top: 10px; /* Add some top margin to separate it from the first row */
}

.single-mobile-header-info-btn a:nth-child(1) {
  background-color: #3BB77E; /* Blue for "Login" */
  color: white;
}

.single-mobile-header-info-btn a:nth-child(2) {
  background-color: #ea8310; /* Green for "Registration" */
  color: white;
}

.single-mobile-header-info-btn a:nth-child(3) {
  background-color: #bac401; /* Gray for "Be a Seller" */
  color: white;
}
}

/* ≥ 768px (tablets) */
@media (min-width: 577px) and (max-width: 767px){
  
}

/* Wishlist Heart Icon Styles */
i.fi-rs-heart,
i.fa.fa-heart {
    display: inline-block;
    font-size: 16px;
    transition: color 0.3s ease;
}

/* Empty heart (default state) - uicons outline heart */
i.fi-rs-heart {
    color: #6c757d;
}

/* Filled heart (wishlist state) - Font Awesome filled heart */
i.fa.fa-heart {
    color: #dc3545;
}

/* Hover effects */
i.fi-rs-heart:hover,
i.fa.fa-heart:hover {
    transform: scale(1.1);
}

/* GLOBAL SPACING FIXES - Applied to all pages */

/* Override main.css min-height rules that cause excessive spacing */
.aiz-main-wrapper {
    min-height: auto !important;
}

.aiz-content-wrapper {
    min-height: auto !important;
    height: auto !important;
}

/* Additional global spacing overrides */
.main-content,
.content-wrapper,
.content-area {
    min-height: auto !important;
}

/* Ensure no excessive spacing from any wrapper elements */
.wrapper,
.container-fluid,
.main-container {
    min-height: auto !important;
}

/* Address Modal Error Styling */
.invalid-feedback {
    display: none;
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    font-weight: 500;
}

.form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Ensure error messages are visible in modals */
.modal .invalid-feedback {
    display: block;
    position: static;
    width: auto;
    margin-top: 0.25rem;
}

/* COD Order Alert Styling */
.alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

.alert-info strong {
    color: #0c5460;
}

.alert-info i {
    color: #17a2b8;
}

/* ===== SIMPLE COUNTDOWN TIMER ===== */
/* Override main.css conflicting styles */
.deals-countdown-wrap .deals-countdown,
.product-cart-wrap.style-2 .product-content-wrap .deals-countdown-wrap .deals-countdown {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 10px 0 !important;
    flex-wrap: nowrap !important;
    max-width: 100% !important;
    position: static !important;
    width: auto !important;
    text-align: center !important;
}

.deals-countdown-wrap .deals-countdown .countdown-section,
.product-cart-wrap.style-2 .product-content-wrap .deals-countdown-wrap .deals-countdown .countdown-section {
    background: #ffffff !important;
    border: 1px solid #e9ecef !important;
    border-radius: 4px !important;
    padding: 4px 2px !important;
    min-width: 32px !important;
    max-width: 36px !important;
    text-align: center !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08) !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    
    /* Override main.css conflicting properties */
    position: static !important;
    font-weight: normal !important;
    font-size: inherit !important;
    line-height: normal !important;
    margin: 0 !important;
    background-color: #ffffff !important;
    border-radius: 4px !important;
    border: 1px solid #e9ecef !important;
}

.deals-countdown-wrap .deals-countdown .countdown-amount,
.product-cart-wrap.style-2 .product-content-wrap .deals-countdown-wrap .deals-countdown .countdown-amount {
    display: block !important;
    color: #3BB77E !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    margin-bottom: 2px !important;
    text-align: center !important;
    width: 100% !important;
    
    /* Override main.css conflicting properties */
    position: static !important;
    font-family: inherit !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    margin-bottom: 2px !important;
}

.deals-countdown-wrap .deals-countdown .countdown-period,
.product-cart-wrap.style-2 .product-content-wrap .deals-countdown-wrap .deals-countdown .countdown-period {
    display: block !important;
    color: #6c757d !important;
    font-size: 7px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1px !important;
    line-height: 1 !important;
    text-align: center !important;
    width: 100% !important;
    
    /* Override main.css conflicting properties */
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    padding: 0 !important;
    overflow: visible !important;
    font-size: 7px !important;
    text-transform: uppercase !important;
    color: #6c757d !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .deals-countdown-wrap .deals-countdown {
        gap: 3px;
        margin: 8px 0;
    }
    
    .deals-countdown-wrap .deals-countdown .countdown-section {
        min-width: 28px;
        max-width: 32px;
        padding: 3px 2px;
    }
    
    .deals-countdown-wrap .deals-countdown .countdown-amount {
        font-size: 12px;
    }
    
    .deals-countdown-wrap .deals-countdown .countdown-period {
        font-size: 6px;
    }
}

@media (max-width: 480px) {
    .deals-countdown-wrap .deals-countdown {
        gap: 2px;
        margin: 6px 0;
    }
    
    .deals-countdown-wrap .deals-countdown .countdown-section {
        min-width: 24px;
        max-width: 28px;
        padding: 2px 1px;
    }
    
    .deals-countdown-wrap .deals-countdown .countdown-amount {
        font-size: 10px;
    }
    
    .deals-countdown-wrap .deals-countdown .countdown-period {
        font-size: 5px;
    }
}













