.h-280 {height:280px;}
select.form-select:focus{box-shadow: none;outline: none}
.categories-list li{padding: 5px 10px}
.categories-list li:hover{background-color: var(--light)}
.product-detail-right-img{width: 70px;display: block;}
.cols-listing {position: relative;}
.cols-listing a.detail-page-link{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 98%;
  margin: auto;
  /* background: rgba(0,0,0,0.3); */
  z-index: 9;
}
.list-number{position: absolute;z-index: 5;width: 35px;height: 35px;border:2.5px solid var(--color-first);
left:5px;top:45% }
.h-imgs-carousel.carousel .indicators {position: relative;z-index: 10}
.cols-listing .card.listing-card {border: 3px solid var(--color-white);transition: .2s;}
.cols-listing:hover .card.listing-card { border:3px solid var(--color-first)}
.h-imgs-carousel.carousel .carousel-inner .carousel-item {border-radius: 8px;transition: all 0.7s ease;}
.h-imgs-carousel.carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
}
.h-imgs-carousel.carousel .carousel-inner .carousel-item:hover {border-color: var(--color-first);}
.h-imgs-carousel.carousel .indicators { overflow-x: auto;margin-top: 8px;}
.h-imgs-carousel.carousel .indicators .carousel-indicators {
    position: relative;
    margin: 0 auto;
    justify-content: center;
    min-width: 100%;
}
.h-imgs-carousel.carousel .indicators .carousel-indicators li {
    list-style-type: none !important;
    margin: 0 2px;
    width: fit-content;
    height: fit-content;
    text-indent: inherit;
    border-radius: 4px;
    border: 1px solid transparent;
    opacity: 1;
}
.h-imgs-carousel.carousel .indicators .carousel-indicators li.active, 
.h-imgs-carousel.carousel .indicators .carousel-indicators li:hover {
    border-color: var(--color-first);
}
.h-imgs-carousel.carousel .indicators .carousel-indicators li img {
    padding: 0;
    width: 48px;
    height: 48px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}
img.img-contain{
    object-fit: cover;
object-position: center;
}
.rating-stars {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2px;
    width: fit-content;
}
.stars-svg {fill: rgb(255, 204, 0);min-width: 15px;width: 15px;height: 15px;}
.stars-svg.active  {fill: rgb(255, 204, 0);}
.product-features li, .product-features li strong {font-size: 0.85rem;}
.product-features li{position: relative;padding-left: 25px}
.product-features li::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f00c";
    color: #629c44;
    margin-right: 6px;
    margin-left: -24px;
    height: 16px;
}
/* Badges */
.item-card .top-banner-left {display: none!important}
/*.item-card .badges .top-banner {*/
/*    top: 0;*/
/*    padding-left: 5px!important;*/
/*    font-size: 14px;*/
/*    z-index:0;*/
/*}*/
.item-card .badges {
    display: flex;
    flex-direction: row;
    padding-left: 4px;
    /*position: absolute;*/
    /*top: -30px;*/
}
.item-card .badge {
    display: flex;
    padding: 0 !important;
    margin: 0 !important;
}
.item-card {
    margin-bottom: 20px!important;
    margin-top: 20px!important;
}
.item-card .badge .top-banner {
    font-size: 14px;
    background: #18b9fe;
    height: 30px;
    position: relative;
    padding: 6px;
    margin: 0 11px 0 0;
}
.item-card .badge .top-banner:after {
    content: "";
    position: absolute;
    right: -12px;
    left: auto;
    top: 0;
    width: 12px;
    height: 100%;
    background-color: transparent;
    border-left: 12px solid #18b9fe;
    border-top: 30px solid transparent;
}
.item-card .badge .top-banner:before {
    content: "";
    position: absolute;
    left: -12px;
    right: auto;
    top: 0;
    width: 12px;
    height: 100%;
    background-color: transparent;
    border-right: 12px solid #18b9fe;
    border-bottom: 30px solid transparent;
}
.item-card .badge .top-banner.bg-orange {background-color: #f4ad31;}
.item-card .badge .top-banner.bg-orange:after {border-left: 12px solid #f4ad31;}
.item-card .badge .top-banner.bg-orange:before {border-right: 12px solid #f4ad31;}
.item-card .badge .top-banner.no-before:before {content: none;}

.top-banner {background-repeat: repeat;}
.item-card .badge .top-banner {background-image: none;}
/* COMPARE TABLE*/
 :root {
     --col1-width: 150px;
     --col2-width: 280px;
     --min-dynamic-col: 280px;
 }

 /* Mobile */
 @media (max-width: 767px) {
     :root {
         --col1-width: 100px;
         --col2-width: 200px;
         --min-dynamic-col: 200px;
     }
 }
 .compare-product-table {position: relative;display: flex;width: 100%;}
 /* FIXED COLUMN */
 /*.fixed-product-col {
   width: 370px;
   flex-shrink: 0;
   background: #f7f7f7;
   border-right: 1px solid #ddd;
 }*/
 .compare-product-table th,.compare-product-table td{background: var(--color-white);}
 .compare-product-table th:nth-child(-n+1),
 .compare-product-table td:nth-child(-n+1){position: sticky;left: -1px;;
     min-width: var(--col1-width); width:var(--col1-width);z-index: 2}
 .compare-product-table th:nth-child(2),
 .compare-product-table td:nth-child(2){min-width: var(--col2-width);width: var(--col2-width); z-index: 1;left: 148px}
 /* SCROLLABLE AREA */
 /*.scroll-compare-products-col { overflow-x: auto; width: calc(100% - 150px);}	*/
 .scroll-compare-products-col { overflow-x: auto; width: 100%;flex: 1;}
 /* TABLE STYLES */
 .compare-product-table table { border-collapse: collapse; table-layout: fixed; }
 .compare-product-table th,.compare-product-table td {
     border: 1px solid #ddd;
     padding: 0.4rem 0.5rem;
     transition: width 0.25s ease;
 }
 .compare-product-table img {width: 150px;height: 150px}
 /*.scroll-compare-products-col {overflow-x: auto;scrollbar-gutter: stable both-edges;}*/
 /* Arrow base */
 .scroll-product-arrow {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     width: 40px;
     height: 100px;
     border: none;
     background: var(--color-first);
     box-shadow: 0 2px 8px rgba(0,0,0,.25);
     cursor: pointer;
     z-index: 20;
     font-size: 32px;
     line-height: 1;
     display: flex;
     align-items: center;
     border-radius: 0;
     justify-content: center;
     transition: opacity .2s, transform .2s;
 }
 .scroll-product-arrow.left { left: 150px; /* after fixed column */ }
 .scroll-product-arrow.right { right: -40px;}
 .scroll-product-arrow:hover {transform: translateY(-50%) scale(1.05);}
 /* Hide when disabled */
 .scroll-product-arrow.disabled {opacity: .3;pointer-events: none;}
 /* Default: show arrows (desktop) */
 .scroll-product-arrow { display: flex; }
 /* Hide arrows on mobile */
 .iconSize-100 {width: 100px;height: 100px;}
 .img-contain{
object-fit: contain;
object-position: center;        
}    
.brand-logo{
height:50px;    
}   
.h-90{height:90px;}    
.h-60{height:60px;}
.card.listing-card .mainHeading {font-size: 1.3rem;}
.card.listing-card .smallHeading {font-size: 1rem;}
.compare-sticky-bar {
    z-index: 1050;
    transition: transform 0.4s ease-in-out;
    transform: translateY(100%);
    padding: 15px 0;
    color: white;
}
.compare-sticky-bar.show { transform: translateY(0); }

/* The white card for selected items */
.selected-item-card {
    background: white;
    border-radius: 4px;
    padding: 8px;
    width: 220px;
    min-width: 200px;
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
    color: #333;
}
.selected-item-card img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 10px;
}
.selected-item-card .item-title {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.compare-product-table table tr th span.smallHeading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
}

.compare-slot-empty {
    width: 220px;
    min-width: 100px;
    height: 80px;
    border: 1px dashed var(--color-first);
    background: #a10c0c26;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--color-second);
}

.remove-item-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: #999;
}

.z-10 {
    z-index: 10 !important;
}
.open-compare-modal:is(:disabled) {
    opacity: 0.5;
    cursor: not-allowed;
}
 @media screen and  (max-width: 767px) {
     .border-sm-end {border: none !important}
     .scroll-product-arrow {display: none;}
     .h-280{height:auto !important}
 }
@media only screen and (max-width:768px) {
	.h-280{height:200px}
	.h-imgs-carousel.carousel .carousel-inner .carousel-item img{height: auto;}
}