.carousel-indicators {
	 justify-content: start !important;
	 margin-left: 3% !important;
}
 .carousel-indicators [data-bs-target] {
	 width: 25px !important;
}
 button:focus {
	 outline: unset !important;
}
/*.lighting-slider {
	 display: flex;
	 justify-content: center;
	 align-items: flex-start;
	 padding: 60px 0;
	 gap: 30px;
}
*/
 .lighting-slider .category-card {
	 padding: 0px 10px;
	 position: relative;
}
 .lighting-slider .category-card .category-name {
	 position: absolute;
	 bottom: 20px;
	 left: 36%;
	 color: white;
}
 .light-item {
	 width: 200px;
	 flex-shrink: 0;
	 text-align: center;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
}
 .light-img-wrapper {
	 width: 100%;
	 height: 180px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 border: 1px solid #eee;
	 background-color: #fff;
	 margin-bottom: 20px;
}
 .light-img-wrapper img {
	 max-width: 100%;
	 max-height: 100%;
	 object-fit: contain;
}
 .label-wrapper {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 height: 60px;
	/* Ensures fixed height */
	 justify-content: space-between;
}
 .light-label {
	 font-weight: 500;
	 font-size: 22px;
	 line-height: 1.2;
	 float: left;
	 margin-right: 45px;
}
 .arrow {
	 font-size: 38px;
}
/*All Categories Sec*/
 .custom-sidebar {
	 width: 100%;
	 background-color: #f8f9fa;
	 padding: 20px;
	 overflow-y: auto;
	 max-height: 500px;
	 border-right: 1px solid #ddd;
}
 .custom-sidebar h2 {
	 font-size: 1.2rem;
	 margin-bottom: 1rem;
}
 .custom-sidebar ul {
	 list-style: none;
	 padding: 0;
}
 .custom-sidebar ul li {
	 padding: 8px 0;
	 border-bottom: 1px solid #e0e0e0;
	 cursor: pointer;
}
 #carouselExample {
	 width: 100%;
}
 .custom-main-content {
	 flex: 1;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	/* padding: 0px 0px 0px 40px;
	*/
}
 .carousel-inner img {
	/*border-radius: 10px;
	*/
	 max-height: 100%;
	/*object-fit: cover;
	*/
}
 .popular-section {
	/*height: 300px;
	*/
	 background-size: cover;
	 background-position: center;
	 color: white;
	 align-items: center;
	 justify-content: center;
	 text-align: center;
	 padding: 20px;
	 position: relative;
}
 .popular-section img {
	 width: 100%;
}
 .popular-section .overlay {
	/*background-color: rgba(0, 0, 0, 0.5);
	*/
	 padding: 60px;
	 display: none;
	 position: absolute;
	 top: 10%;
	 left: 10%;
	 height: 80%;
	 width: 80%;
	/*background-color: white;
	*/
}
 .popular-section:hover .overlay {
	 display: block;
}
 .overlay .overlay-img-sec {
	 background-color: #e9e9e9;
	 height: 70%;
	 padding: 50px;
}
 .overlay .overlay-img-sec img {
	 width: 300px;
}
 .overlay h4 {
	 color: black;
	 text-align: left;
	 font-size: 32px;
	 margin: 30px 0px 20px;
	 text-decoration-color: #595959;
}
 .overlay hr {
	 border: 1px solid #504f4f;
	 width: 20%;
	 opacity: 1;
}
 .overlay a {
	 float: left;
	 padding: 0px;
	 margin: 0px;
	 font-size: 20px;
}
 .overlay .view-more-wrapper {
	 width: 100%;
	 max-width: fit-content;
}
 .overlay .view-more-wrapper img {
	 width: 34px;
}
/*About Us*/
 .aboutus-overlay {
	 display: inline-flex !important;
}
 .aboutus-sec-container {
	 display: inline-flex;
}
 .aboutus-title {
	 font-size: 2.5rem;
	 font-weight: bold;
}
 .aboutus-subtitle {
	 font-size: 1.5rem;
	 margin-bottom: 30px;
}
 .aboutus-paragraph {
	 font-size: 1rem;
	 line-height: 1.7;
}
 .aboutus-review {
	 background-color: rgba(255, 255, 255, 0.1);
	 padding: 20px;
	 border-radius: 10px;
	 margin-bottom: 20px;
}
 .aboutus-stars {
	 color: black;
	 font-size: 1.2rem;
}
 .aboutus-reviewer {
	 font-style: italic;
	 font-size: 0.9rem;
}
 .aboutus-content-center {
	 text-align: center !important;
	 width: 50%;
	 padding: 50px 0px;
}
 .aboutus-content-center hr {
	 text-align: center;
	 border: 1px solid black;
	 opacity: 1;
	 border-width: 1px;
	 width: 24px;
	 margin: 37px auto;
}
 .item-labels {
	 display: inline-flex;
	 flex-wrap: nowrap;
	 align-content: center;
	 justify-content: space-evenly;
	 align-items: baseline;
}
 .popular-categories-title-section .title {
	 text-align: center;
	 font-size: 36px;
	 font-weight: bold;
	 margin-bottom: 20px;
}
 .popular-categories-title-section .subtitle {
	 text-align: center;
	 font-size: 20px;
	 margin-bottom: 20px;
}
 .custom-all-categories-banner-arrow-wrapper {
	 text-align: center;
}
 .custom-all-categories-banner-arrow-wrapper button img {
	 width: 40px;
}
 @media (min-width: 1261px) {
	 .slick-prev {
		 left: -80px !important;
		 order: 0;
	}
}
 @media (min-width: 1261px) {
	 .slick-next {
		 right: 0 !important;
		 order: 1;
	}
}
 .slick-prev, .slick-next {
	 padding: 0px !important;
	 width: 50px !important;
}
 .carousel-control-next-icon, .carousel-control-prev-icon {
	 display: none;
	 width: 3rem;
	 height: 3rem;
	 background-repeat: no-repeat;
	 background-position: 50%;
	 background-size: 100% 100%;
	 border-radius: 0;
	 padding: 10px;
	 background-color: black;
}
 @media (max-width: 996px) {
	 .aboutus-sec-container {
		 display: block;
	}
	 .aboutus-content-center {
		 width: 100%;
	}
	 .aboutus-content-center {
		 padding-bottom: 0px;
	}
	 .All-categories-sec .col-md-3 {
		 display: none;
	}
	 .All-categories-sec .col-md-9 {
		 width: 100%;
	}
}
/*Text section after banner*/
 .custom-banner-text-section {
	 padding: 80px 20px;
	 /*background-color: #f0f0f0;*/
	 text-align: center;
}
 .custom-banner-text-container {
	 max-width: 900px;
	 margin: 0 auto;
}
 .custom-banner-heading {
	 font-size: 48px;
	 font-weight: 600;
	 color: #000;
	 margin-bottom: 36px;
}
 .custom-banner-description {
	 font-size: 16px;
	 font-weight: 400;
	 line-height: 1.6;
	 color: #555;
}
 .slick-slide img {
	 border-radius: 15px !important;
	 max-height: 573px !important;
}
 .brand-featured-categories {
	 padding: 50px 25px 60px;
	 background-color: #e2e2e2;
	 position: relative;
}
 .explore-videos-section {
	 padding: 0px 15px;
}
 .section-headings-wrapper {
	 padding: 0px 15px 20px;
}
 .section-headings-wrapper .rounded-pill img {
	 background-color: black;
	 border-radius: 100%;
	 padding: 4px;
	 width: 25px;
	 margin: 0px 0px 0px 6px;
}
 .section-headings-wrapper .subheadings {
	 font-size: 18px;
	 font-weight: 500;
}
 .section-headings-wrapper .main-heading {
	 font-size: 42px;
	 font-weight: 600;
}
 .section-headings-wrapper .subheadings, .section-headings-wrapper .main-heading {
	 color: #313131;
}
 .section-headings-wrapper .subheadings::before {
	 content: ".";
	 font-size: 34px;
}
 .section-headings-wrapper .main-paragraph {
	 width: 100%;
	 max-width: 50%;
}
/*Swiper Slider*/
 .swiper {
	 padding: 50px 0;
	 width: 90%;
	 margin: auto;
}
 .swiper-slide {
	 background-color: #000;
	 border-radius: 10px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 height: 450px;
	 width: 80%;
	 transition: transform 0.3s, opacity 0.3s;
	 overflow: hidden;
}
 .swiper-slide img {
	 width: 100%;
	 height: 100%;
	 object-fit: fill;
	 border-radius: 10px;
}
 .swiper-slide-visible:not(.swiper-slide-active) {
	 opacity: 0.4;
	 transform: scale(0.85);
}
 .swiper-slide-active {
	 opacity: 1;
	 transform: scale(1);
}
 .accordion-button:not(.collapsed) {
	 background-color: transparent;
}
 .accordion-button {
	 font-size: 20px;
	 font-weight: 500;
}
 .accordion-body {
	 font-size: 16px;
	 font-weight: 400;
	 padding: 20px 50px;
	 color: #b8b8b8;
}
 .accordion-body hr {
	 color: #ced1d4;
}
 .accordion, .accordion-item {
	 border: none !important;
}
 .shop-featured-products-wrapper, .explore-videos-wrapper, .gallery-images-wrapper, .featured-category-container, .best-seller-container, .Testimonials-wrapper, .faq-wrapper {
	 padding: 50px 25px 60px;
}
 .best-seller-container {
	 /*background-color: #f0f0f0;*/
}
 .Testimonials-wrapper {
	 /*background-color: #f0f0f0;*/
}

 .custom-arrows {
	 position: absolute;
	 top: 18%;
	/* Adjust as needed */
	 right: 3%;
	 display: flex;
	 flex-direction: row;
	 gap: 10px;
	 width: 30px;
}
 .custom-arrows button {
	 background: transparent;
	 border: none;
	 padding: 0;
	 cursor: pointer;
	 width: 50px;
}
 .custom-arrows img, .product-slick-arrows img {
	 width: 50px;
	/* Adjust size as needed */
	 height: 50px;
}
 .slick-next::before, .slick-prev::before {
	 display: none !important;
}
 .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	 background-color: transparent !important;
}
 .product-tabs-container {
	 padding: 40px 25px;
}
 .product-carousel {
	 position: relative;
}
 .carousel-controls-top-right {
	 position: absolute;
	 top: -20%;
	 right: 0;
	 z-index: 1;
}
 .carousel-item img {
	 width: 100%;
	 object-fit: cover;
}
 .tab-pane {
	 position: relative;
}
 .tab-content {
	 display: block !important;
}
 .nav-tabs, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	 border: none !important;
}
 .nav-link {
	 font-size: 22px;
	 font-weight: 500;
	 color: #ccc;
}
 .nav-link:focus {
	 color: black !important;
}
 .nav-link:hover {
	 color: #ccc !important;
	 border: none !important;
}
 .nav-item .nav-link.active {
	 color: black !important;
}
 .nav-tabs .nav-link {
	 border: none !important;
}
 .carousel-controls-top-right img {
	 width: 50px !important;
	 height: 50px !important;
}
/* Hide default Bootstrap arrow */
 .accordion-button::after {
	 display: none;
}
/* Style the + / - icon */
 .accordion-icon {
	 font-size: 1.25rem;
	 transition: transform 0.2s ease-in-out;
}
 [contenteditable=true]:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, button:focus, details:focus, input:focus, select:focus, textarea:focus {
	 outline: none !important;
}
 .swiper-slide.swiper-slide-prev, .swiper-slide.swiper-slide-next {
	 opacity: 0.3;
	 padding: 35px 0px;
	 background-color: transparent;
}
 @media (max-width: 786px) {
	 .custom-banner-heading {
		 font-size: 32px;
	}
	 .slick-prev {
		 left: -70px;
	}
	 .section-headings-wrapper .main-paragraph {
		 max-width: 100%;
	}
}
 @media (max-width: 996px) {
	 .gallery-images-wrapper {
		 display: none !important;
	}
	 .faq-wrapper {
		 padding-top: 40px;
	}
}
 .spinner-border {
	 width: 3rem;
	 height: 3rem;
}
 .brand-main-banner .hero-banner-content .hero-title {
	 font-size: 52px;
	 color: white;
}
 .brand-main-banner .hero-banner-content .hero-subtitle {
	 font-size: 22px;
	 color: white;
}
 .brand-main-banner .hero-banner-content a {
	 background-color: white;
	 color: black !important;
	 padding: 10px 50px;
	 border-radius: 5px !important;
	 font-size: 18px;
	 text-decoration: none;
}
 @media (max-width: 786px) {
	 .section-headings-wrapper .main-heading {
		 font-size: 26px !important;
	}
	 .featured-category-container .section-headings-wrapper .main-heading {
		 margin-bottom: 20px !important;
	}
	 .viewall-btn {
		 position: unset !important;
	}
	 .section-headings-wrapper {
		 padding: 0px 15px 20px 0px;
	}
	 .best-seller-container .best-seller-view-all {
		 display: none !important;
	}
	 .brand-main-banner .img-fluid {
		 height: 250px !important;
	}
	 .brand-main-banner .hero-banner-content .hero-title {
		 font-size: 22px !important;
	}
	 .brand-main-banner .hero-banner-content .hero-subtitle {
		 font-size: 16px !important;
	}
	 .brand-main-banner .hero-banner-content a {
		 font-size: 14px !important;
		 padding: 5px 30px !important;
	}
	 .custom-banner-text-section {
		 padding: 20px 20px !important;
	}
	 .category-card .card {
		 margin-bottom: 5px !important;
	}
}
 .category-card .card {
	 transition: transform 0.2s ease-in-out;
}
 .category-card:hover .card {
	 transform: translateY(-5px);
}
 .featured-categories-wrapper {
	 position: relative;
}
 .section-headings-wrapper {
	 position: relative;
}
 .featured-categories-wrapper .card-img-top {
	 padding: 0px !important;
}
 .featured-categories-wrapper .card-body {
	 text-align: center;
	 position: absolute;
	 bottom: 20px;
	 left: 50%;
	 transform: translateX(-50%);
	 width: 100%;
}
 .featured-categories-wrapper .card-body .card-title {
	 color: white;
}
 .viewall-btn {
	 position: absolute;
	 right: 35px;
	 bottom: 35px;
	 font-size: 18px;
	 border: 1px solid black;
	 padding: 5px 50px;
	 border-radius: 3px !important;
	 text-decoration: none;
}
 .hero-banner-shop-all {
	 margin-top: 30px;
}
 .price-section.price-section--withoutTax {
	 font-size: 18px;
	 font-weight: 500;
	 color: black;
	 margin: 15px 0px;
}
 .product-info {
	 padding: 10px 5px;
}
 .product-info p {
	 float: right;
	 font-size: 16px;
	 font-weight: 500;
}
 .product-info h6 {
	 font-size: 20px;
	 font-weight: 500;
}
 .slick-initialized .slick-slide {
	 padding: 10px;
}
 .product-slick-arrows {
	 position: absolute;
	 top: -6%;
	 right: 2%;
	 display: flex;
	 flex-direction: row;
	 gap: 10px;
	 width: 30px;
}
/*Product Card Border Task*/
 .card-body {
	 padding-left: 0px !important;
	 padding-right: 0px !important;
}
 .card-figure {
	 border: #ccc 1px solid !important;
	 border-radius: 8px !important;
}
/*Product Card New Updates*/
 .productGrid .card .card-body .pricing-info .card-text .price {
	 font-size: 18px;
}
 .category-purchase-row {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 margin-bottom: 10px;
}
 .qty-input {
	 width: 50px;
	 height: 40px;
	 text-align: center;
	 border: none;
	 outline: none;
	 font-size: 15px;
	 font-weight: 700;
}
 .category-price {
	 font-size: 1.2rem;
	 font-weight: bold;
}
 .btn-yellow {
	 background-color: #ffda44!important;
	 color: #000!important;
	 text-align: center!important;
	 padding: 12px 0!important;
	 font-size: 1rem!important;
	 font-weight: 500!important;
	 border: none!important;
	 cursor: pointer!important;
}
 .btn-yellow:hover {
	 background-color: #f5c000;
}
 .full-width {
	 width: 100%!important;
	 display: block!important;
}
 .category-purchase-row {
	 display: inline-flex;
	 align-items: center;
	 border: 1px solid #ccc;
	 border-radius: 4px;
	 overflow: hidden;
	 background: #fff;
}
 .category-purchase-row .qty-btn {
	 background: #f5f5f5;
	 border: none;
	 width: 30px;
	 height: 30px;
	 font-size: 20px;
	 cursor: pointer;
	 font-weight: bold;
	 transition: background 0.2s;
}
 .category-purchase-row .qty-btn:hover {
	 background: #e0e0e0;
}
 .productGrid .card .card-body .card-title {
	 font-size: 15px;
	 font-weight: 600;
	 height: 54px;
	 overflow: hidden;
}
 .productGrid .card .card-body p {
	 font-size: 14px;
	 font-weight: 400;
}
 .productGrid .card .card-body .pricing-info .card-text {
	 float: right;
	 font-size: 16px;
	 font-weight: 500;
	 color: black;
}
 .cart-feedback .spinner {
	 border: 2px solid #f3f3f3;
	 border-top: 2px solid #333;
	 border-radius: 50%;
	 width: 14px;
	 height: 14px;
	 display: inline-block;
	 animation: spin 0.8s linear infinite;
}
 .pricing-info .category-add-to-cart .btn-yellow, .pricing-info .btn-yellow {
	 font-weight: 400 !important;
}
 @keyframes spin {
	 0% {
		 transform: rotate(0deg);
	}
	 100% {
		 transform: rotate(360deg);
	}
}
 @media (min-width: 1261px) {
	 .slick-next {
		 right: 0px;
	}
}
 @media (max-width: 486px) {
	 .rab-lighting-page .page {
		 padding: 20px;
	}
	 .rab-lighting-page .page-sidebar {
		 margin-bottom: 30px;
	}
	 .page-sidebar .facetedSearch .facetedSearch-toggle {
		 margin: 0px;
	}
	 .productGrid .card .card-body .pricing-info .card-text {
		 float: none;
		 display: contents;
	}
}
/* Remove arrows in Chrome, Safari, Edge, Opera */
 .qty-input::-webkit-inner-spin-button, .qty-input::-webkit-outer-spin-button {
	 -webkit-appearance: none;
	 margin: 0;
}
/* Remove arrows in Firefox */
 .qty-input {
	 -moz-appearance: textfield;
}
 .pricing-info .category-purchase-row {
	 border: none !important;
}
 .pricing-info .button.btn-yellow {
	 border-radius: 5px !important;
}
 .pricing-info .category-add-to-cart .btn-yellow, .pricing-info .btn-yellow:focus, .pricing-info .category-add-to-cart .btn-yellow, .pricing-info .btn-yellow:active {
	 background-color: #ffda44 !important;
}
 .best-seller-wrapper .slick-slide {
	 border: none;
}
 .best-seller-container .btn {
	 border: none;
	 border-radius: 50%;
	 width: 50px;
	 height: 50px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 padding: 0;
}
 .best-seller-container .btn:hover {
	 background-color: transparent;
}
 .best-seller-container .best-seller-view-all {
	 margin-right: 30px;
	 font-size: 20px;
	 border: 2px solid black;
	 padding: 5px 50px;
	 border-radius: 5px !important;
	 text-decoration: none;
}
 .reviews-container .text-warning {
	 font-size: 18px;
	 color: black !important;
	 text-align: center;
}
 .reviews-container .mb-3 {
	 font-size: 16px;
	 font-weight: 400;
	 text-align: center;
}
 .reviews-container .d-flex .rounded-circle {
	 width: 60px;
}
 .reviews-container .d-flex strong {
	 font-size: 16px;
}
 .reviews-container .d-flex small {
	 font-size: 16px;
}
 .reviews-container .rounded-4 {
	 background-color: white;
}
 .reviews-container .reviewer-name-wrapper {
	 margin: auto;
}
 .swiper-pagination-bullet {
	 width: 30px!important;
	 height: 4px!important;
	 background: #ccc!important;
	 border-radius: 2px!important;
	 margin: 0 4px !important;
}
 .swiper-pagination-bullet-active {
	 background: #000!important;
}
 .video-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.video-card img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s ease;
}

.video-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* dark fade */
  transition: 0.3s ease;
}

.video-card .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  clip-path: polygon(30% 20%, 30% 80%, 80% 50%); /* triangle play icon */
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  transition: 0.3s ease;
}

.video-card:hover img {
  transform: scale(1.05); /* zoom effect */
}

.video-card:hover .overlay {
  background: rgba(0, 0, 0, 0.6); /* darker on hover */
}

.video-card:hover .play-button {
  background: rgba(255, 255, 255, 1);
}
.reviews-container{
  padding: 0px 15px;
}