/* Header Start Here */
.site-header .header-start .logo-here {
	width: 205px;
	height: 50px;
	object-fit: cover;
	object-position: left;
}

/* Laptop Responsive  */
@media (max-width: 1200px) {
	.site-header .header-start .logo-here {
		width: 180px;
		height: 44px;
	}
}

/* Laptop Responsive  */

/* Header End Here */

/* Banner Section Start Here */
.home-page .site-header {
	position: absolute;
	width: 100%;
	z-index: 9;
}

.banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	height: 730px;
	padding-top: 60px;
}

.banner .tabs-buttons {
	border-radius: 61px 61px 0px 0px;
}

.banner .tabs-wrapper .form-select {
	font-family: var(--primary-medium-font);
	border: 1px solid #404040;
	border-radius: 27px;
	color: #404040;
	height: 42px;
	max-width: 147px;
	width: 100%;
}

.banner .banner-select {
	width: calc(100% / 5);
}


.banner .tabs-select-wrapper {
	width: calc(100% - 232px);
}

.banner .tabs-buttons .nav-tabs .nav-link {
	margin-bottom: 0;
	border: 0;
	color: #00000080;
	font-family: var(--primary-medium-font);
}

.banner .tabs-buttons .nav-tabs .nav-link.active {
	color: #189ad3;
	background-color: #189ad320;
	border-color: #dee2e6 #dee2e6 #fff;
	border-radius: 33px;
}

.banner .clear-btn {
	background: #383838;
}

.testimonials-wrapper {
	height: 210px;
}

/* Laptop Resposnive  */

/* Banner Section End Here */

/* categories-section Css  */
.choose-wrapper {
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
		rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	border-radius: 20px;
	padding: 25px;
}

.category-img-wrapper {
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}

.category-img-wrapper:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, #000000);
	z-index: 1;
	transition: 0.6s cubic-bezier(0.92, -0.08, 0, 1.06);
}

.category-text {
	position: relative;
	z-index: 2;
}

.category-img-wrapper:hover img {
	transform: scale(1.1);
}

.category-img-wrapper:hover:before {
	top: 0;
}

.category-img-wrapper:hover .category-text {
	transform: translateY(-20px);
	transition-delay: 0.2s;
	transition-timing-function: 0.6s cubic-bezier(0.92, -0.08, 0, 1.06);
}

/* categories-section Css  */

.choose-wrapper:hover .choose-heading {
	color: var(--body-color);
}

.choose-wrapper:hover .choose-para {
	color: var(--body-color);
}

.choose-wrapper:hover .choose-img {
	border: 1px solid var(--body-color);
}

.choose-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	height: 270px;
}

.choose-wrapper::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -16px;
	right: -16px;
	background: var(--secondary-color);
	height: 32px;
	width: 32px;
	border-radius: 32px;
	transform: scale(1);
	transform-origin: 50% 50%;
	transition: transform 0.75s ease-out;
}

.choose-wrapper:hover:before {
	transform: scale(26);
}

.product-img-wrap :hover img.img-fluid {
	transform: scale(1.1);
}

/* choose-section Css  */

/* about Css  */
.about-img {
	border-radius: 5px;
	transform-origin: center left;
}

.about-img:hover {
	transform: scale(1.02);
}

/* about Css  */

/* marque-section Css  */
.maruquee-content {
	width: 200%;
	animation: marqueeSlide 20s linear infinite;
}

.marquee-slider figure {
	width: 200px !important;

}

@keyframes marqueeSlide {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

/* marque-section Css  */

/* testemonial start */
.testemonial-wrapper .star-wrapper i.fa-solid.fa-star {
	color: #ecbd17;
}

.w-h-wrapper {
	width: 50px;
	height: 50px;
	object-fit: scale-down;
}

.testimonial-slider .testimonial-slider {
	width: 100%;
	margin: 0 auto;
}

.testimonial-slider .slick-list {
	padding: 0px 17% 0px 17% !important;
}

/* testemonial end */

/* footer start */
.footer-heading h3 {
	font-family: "technor-bold";
	margin: 0;
	line-height: 0.9;
}

/* footer end */

/* Faqs Css  */
.faqs-section .accordion-button:not(.collapsed) {
	color: var(--dark-color);
	background-color: transparent;
	box-shadow: unset;
}

.faqs-section .accordion-item:first-of-type {
	border-radius: 20px;
}

.faqs-section .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: unset;
}

.faqs-section .accordion-button::after {
	transform: rotate(-90deg);
}

.faqs-section .accordion-item {
	margin-bottom: 20px;
	border-radius: 20px;
}

.faqs-section .accordion-item:not(:first-of-type) {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.faqs-section .accordion-button {
	border-radius: 20px;
}

.faqs-section .accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.faqs-section .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

/* Faqs Css  */

/* productdetail-sec Css  */
.productsdetail-sec .radio-span {
	color: #00000050;
	background: #dbdbdb;
	padding: 8px 25px;
	border-radius: 27px;
	cursor: pointer;
}

.productsdetail-sec .radio-wrapper input:checked~.radio-span {
	background-color: var(--secondary-color);
	color: var(--body-color);
}

.productsdetail-sec .counter {
	max-width: 150px;
	background-color: #ededed;
	border-radius: 30px;
	padding: 4px 10px;
	height: 45px;
}

.counter .counter-value {
	outline: none;
	flex: 2;
	border-radius: 25px;
	max-width: 60px;
	margin: auto;
	height: 100%;
}

.productsdetail-sec .nav-pills .nav-link {
	background: #ededed;
	padding: 8px 60px;
	border-radius: 30px;
}

.productsdetail-sec .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: var(--secondary-color);
	border-radius: 30px;
}

.reviews-span {
	background: linear-gradient(261deg,
			rgba(222, 197, 171, 1) 0%,
			rgba(0, 0, 0, 0.6026785714285714) 0%,
			rgba(0, 0, 0, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.specification-wrapper {
	border-radius: 24px;
	border: 1px solid transparent;
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	background: linear-gradient(261deg,
			rgb(222 197 171) 0%,
			rgba(0, 0, 0, 0.19931722689075626) 0%,
			rgb(0 0 0 / 20%) 100%);
}

.specification-wrap:not(:last-child) {
	border-bottom: 1px solid #00000010;
}

.specification-title {
	flex: 0 0 35%;
}

.specification-desc {
	flex: 0 0 65%;
}

/* Laptop Responsive  */
@media (max-width: 1400px) {
	.specification-title {
		flex: 0 0 45%;
	}

	.specification-desc {
		flex: 0 0 55%;
	}
}

/* productdetail-sec Css  */

/* Accesories-page Css  */
.accesories-section .product-image {
	height: 320px;
}

.accesories-section img.img-fluid {
	max-width: 200px;
	height: 160px;
}

/* Accesories-page Css  */

/* lighting-section Css  */
.lighting-section .product-image {
	height: 320px;
}

/* lighting-section Css  */

/* Contact page Css  */
.icon-wrap {
	top: -30px;
}

.icon-wrap {
	top: -37px;
	border: 6px solid #fff;
	width: 62px;
	height: 62px;
}

.icon-wrap:hover {
	color: unset;
	background-color: var(--secondary-color);
	border-color: #fff;
}

/* Contact page Css  */

/* Cart page Css  */
.cart-table-wrapper .table tbody td {
	vertical-align: middle;
}

.cart-table-wrapper .table tbody td .counter .counter-value {
	max-width: 40px;
	margin: unset;
}

/* Cart page Css  */

/* offers-coupons-page Css  */
.offers-icon-figure {
	height: 110px;
}

.amazing-bottom-img {
	margin-top: 95px;
}

.mobile_menu {
	display: none;
}

/* offers-coupons-page Css  */

/* gift-card-page Css  */
.giftcard-section .gift-box-wrapper {
	background-image: url(../img/gift-card-img.png);
	background-color: #2C2C2C;
	border-radius: 18px;
	/* background-image: linear-gradient(261deg, rgba(222,197,171,1) 0%, rgba(0,0,0,0) 0%, rgba(102,102,102,1) 100%), url('../img/gift-card-img.png'); */
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 300px;
}

.giftcard-section .gift-box-wrapper {
	background-image: url(../img/gift-card-img.png);
	background-color: #2C2C2C;
	border-radius: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 270px;
}

/* gift-card-page Css  */

/*  */
@media (min-width:200px) and (max-width:992px) {
	.category-img-wrapper {
		border-radius: 24px;
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 220px;
	}


	.header-link .link-here {
		text-align: start;
		font-size: 18px;
		text-transform: capitalize;
	}

	.header-link li {
		padding: 10px 0;
		border-bottom: 1px solid black;

	}

	.header-wrapper {
		display: none !important;
	}

	.header-top-line {
		display: none;
	}

	.mobile_menu {
		display: block;
		background-color: white;
		padding: 10px;

	}

	#hambegr_icon .fa-bars {
		color: black;
		font-size: 20px;
		position: relative;
		top: 5px;
	}

	#mapDiv {
		border-radius: 30px;
		width: 100% !important;
		margin: auto;

	}
}

/* promotion_offers */
.promotion_offers {
	background: url("../img/Promotion&Offers.png");
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;
	background-attachment: fixed;

}

.promotion-item {
	padding: 50px 0px;
}

.promotion-item h6 {
	letter-spacing: 3px;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: rgb(117, 117, 117);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: var(--secondary-color);

}

#mapDiv {
	border-radius: 30px;
	width: 550px;

}

.breadcrumb {
	margin-bottom: 0px !important;
	margin: 0px;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
	.banner .banner-select {
		width: 350px;
		margin: 10px auto;
	}
	.banner .tabs-buttons .nav-tabs .nav-link.active{
		width: 100px;
	}
	.banner .tabs-buttons .nav-tabs .nav-link{
		width: 100px;
	}
	.banner .tabs-wrapper .form-select {
		max-width: 100%;
		width: 100%;
	}

	.single-product {
		width: 100%;
        margin: 10px auto;
	}

	#testemonial_1 .testimonials-wrapper {
		width: 230px;

	}

	#testemonial_1 {
		width: 100%;
	}

	.offers-icon-figure {
		height: 100px;
		width: 100px;
		margin-left: 35px !important;
	}
}

@media (max-width:380px) {
	.banner {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		background-repeat: no-repeat;
		height: 700px;
		padding-top: 60px;
	}
	
}