* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* off canvas */

.offcanvas_image {
	position: relative;
	top: 20;
	right: 0;
}

.offcanvas__logo__nav {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	max-width: 300px;
	background-color: white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	z-index: 100;
	flex-direction: column;
	display: flex;

	transform: translateX(-100%);
	opacity: 1;
	pointer-events: none;
	transition: transform 0.4s ease;
}

.offcanvas__logo__nav.show {
	transform: translateX(0);
	opacity: 1;
	pointer-events: auto;
}


.header {
	position: sticky;
	z-index: 99;
	background-color: #121212;
}

.Velvra-logo {
	height: 60px;
	width: 195px;
	object-fit: cover;
	cursor: pointer;
}

.header a {
	text-decoration: none;
	gap: 2px;
}

.header a:hover {
	text-underline-offset: 4px;
	text-decoration: underline;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	z-index: 1000;
	transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out;
	/* Main change yahan hai */
}

/* Scrolled state */
.background-header {
	background-color: #000;
	/* Ya jo bhi colour aap chahte hain */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	top: 0;
	/* Header top par rahega jab scroll ho */
}

/* Class to be invoked when scrolled */
/* .background-header {
	border-bottom: none !important;
	background-color: #121212;
	position: fixed !important;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 90;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
} */

#SearchResult {
	height: fit-content;
	border: 1px solid #2F2F2F;
	background-color: #121212;
	position: absolute;
	z-index: 80;
	overflow-y: auto;
	max-height: 400px;
	display: none;
}

#searchBarContainer {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease;
	display: flex;
	position: relative;
	/* Always flex, just hide with opacity/max-height */
}

#searchBarContainer.show {
	opacity: 1;
	max-height: fit-content;
	padding-bottom: 24px;
}

.search-field {
	width: 100%;
	height: 40px;
	color: #fff;
	background-color: transparent;
	border: 2px solid rgb(178, 178, 178);
	border-radius: 0px;
	outline: none;
	transition: .2s all ease;
}

.search-field:focus,
.search-field:hover {
	transition: .2s all ease;
	border: 2px solid white;
}

/* Hide native clear button on Chrome */
input[type="search"]::-webkit-search-cancel-button {
	display: none;
	-webkit-appearance: none;
}

/* For Firefox */
input[type="search"]::-moz-search-clear-button {
	display: none;
}

mark {
	background-color: transparent;
	color: grey;
}

#SearchResult::-webkit-scrollbar {
	width: 6px;
	background-color: #444;

}

#SearchResult::-webkit-scrollbar-thumb {
	background-color: #444;
	border-radius: 4px;
}

.Icons {
	transition: .3s all ease-in-out;
}

.Icons:hover {
	cursor: pointer;
	transform: scale(1.1);
	transition: .3s all ease-in-out;
}

/* Hero Section  Start */

.hero {
	height: 80vh;
	width: 100%;
	background-image: url('../assets/banner/banner.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Hero Section  End */

/* categories Section Start */

.category-card {
	border: none;
	cursor: pointer;
}

.product-category {
	transform: scale(1);
	transition: transform 0.3s ease-in-out;
}

.product-category:hover {
	transform: scale(1.02);
}

/* categories Section End */


/* Products Section Start */

.product_card {
	/* width: 360px; */
	background: #fff;
	/* border-radius: 15px; */
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	transition: .3s;
	font-family: 'Segoe UI', sans-serif;
	/* margin: 20px auto; */
	overflow: hidden;
	position: relative;
	cursor: pointer
}

.product_card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

.perfume_select_name {
	letter-spacing: 2px;
}

.badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background: linear-gradient(to right, rgba(169, 3, 41, 1) 0%, rgba(196, 72, 72, 1) 44%, rgba(170, 34, 56, 1) 100%);
	color: #fff;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	z-index: 10;
	display: none;
}

.deal_badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background: linear-gradient(to right, rgba(169, 3, 41, 1) 0%, rgba(196, 72, 72, 1) 44%, rgba(170, 34, 56, 1) 100%);
	color: #fff;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	z-index: 10;
}

.new__arrival_badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(41, 41, 41) 44%, rgb(0, 0, 0) 100%);
	color: #fff;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	z-index: 10;
}


.tilt {
	overflow: hidden
}

.product_card .img {
	position: relative;
	/* Important for absolute positioning inside */
	height: 300px;
	object-fit: contain;
	overflow: hidden;
}

.product_card .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s, opacity 0.5s ease;
	display: block;
}

/* Both images will be stacked on top of each other */
.img .hover-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Keep same height */
	opacity: 0;
	z-index: 1;
}

.product_card .img2 {
	position: relative;
	/* Important for absolute positioning inside */
	height: 400px;
	object-fit: contain;
	overflow: hidden;
}

.product_card .img2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s, opacity 0.5s ease;
	display: block;
}

.product_card:hover .img .hover-img {
	opacity: 1;
}

.product_card:hover .img img {
	transform: scale(1.05);
}

.textslide {
	position: relative;
	height: 100%;
}

.textslide {
	background: #000;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
}

.swiper {
	width: 100%;
	/* height: 100%; */
}

.swiper-slide {
	display: flex;
	/* center ke liye */
	justify-content: center;
	/* horizontal center */
	align-items: center;
	/* vertical center */
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: bold;
	text-align: center;
	/* background: #737373; */
	height: auto;
	/* slide ka bg color */
}

.reviewSlide {
	box-shadow: #d7d7d7 2px 2px 40px;
	position: relative;
	height: 100%;
}

.reviewSlide {
	/* background: #000; */
	border-radius: 12px;
	/* border: 1px solid black; */
	width: 70%;
	/* to adjust the width of the slider*/
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.reviewComment {
	font-size: 20px;
}

.swiper2 {
	/* width: 50%; */
	height: 100%;
}

.swiper-slide2 {
	text-align: center;
	font-size: 18px;
	background: #444;
	display: block;
	justify-content: center;
	align-items: center;
}

.swiper2 {
	margin-left: auto;
	margin-right: auto;
}

/* Optional: Hide default image on hover (if needed for crossfade) */
.product_card:hover .img img:first-child {
	opacity: 0;
}

.info {
	padding: 20px
}

.cat {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #71717A;
	margin-bottom: 5px
}

.sweet-alert-button-success,
.sweet-alert-button-error {
	background-color: #000000 !important;
	color: white !important;
	box-shadow: none !important;
	border-radius: 5px !important;
	padding: 10px 20px !important;
	border: none !important;
}

.title {
	font-size: 18px;
	color: #18181B;
	margin: 0 0 10px;
	letter-spacing: -.5px
}

.desc {
	font-size: 13px;
	color: #52525B;
	line-height: 1.4;
	margin-bottom: 12px
}

.feats {
	display: flex;
	gap: 6px;
	margin-bottom: 15px
}

.feat {
	font-size: 10px;
	background: #F4F4F5;
	color: #71717A;
	padding: 3px 8px;
	border-radius: 10px;
	font-weight: 500
}

.price {
	display: flex;
	flex-direction: column
}

.old {
	font-size: 13px;
	text-decoration: line-through;
	color: #A1A1AA;
	margin-bottom: 2px
}

.new {
	font-size: 20px;
	color: #18181B
}

.add-to-cart-btn {
	background: linear-gradient(45deg, #18181B, #27272A);
	/* color: #fff; */
	border: none;
	border-radius: 10px;
	/* padding: 8px 15px; */
	/* font-size: 13px; */
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px;
	transition: .3s;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.add-to-cart-btn:hover {
	background: linear-gradient(45deg, #27272A, #3F3F46);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .15)
}

.add-to-cart-btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .1), transparent);
	transition: .5s
}

.add-to-cart-btn:hover:before {
	left: 100%
}

.icon {
	transition: transform .3s
}

.add-to-cart-btn:hover .icon {
	transform: rotate(-10deg) scale(1.1)
}

.meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #F4F4F5;
	padding-top: 12px
}

.rating {
	display: flex;
	align-items: center;
	gap: 2px
}

.rcount {
	font-size: 11px;
	color: #71717A
}

.stock {
	font-size: 11px;
	font-weight: 600;
	color: #22C55E
}

/* Products Section End */


/* FAQs Start */
.faq__v2 {
	background-color: rgba(var(--inverse-color-rgb), 0.02);
}

.faq__v2 .subtitle {
	background-color: rgba(var(--bs-secondary-rgb), 0.2);
	color: var(--bs-primary);
	display: inline-block;
	padding: 5px 12px;
	border-radius: 7px;
	font-weight: 600;
	font-size: 0.75rem;
	margin-bottom: 10px;
}

.faq__v2 .custom-accordion {
	--bs-accordion-bg: var(--bs-body-bg);
	--bs-accordion-btn-icon: url("");
	--bs-accordion-btn-active-icon: url("");
}

.faq__v2 .custom-accordion .accordion-button {
	position: relative;
	padding-right: 50px;
}

.faq__v2 .custom-accordion .accordion-button::after {
	content: "\f4fe";
	font-family: "bootstrap-icons" !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	text-transform: none;
	right: 20px;
	top: 15px;
	width: 18px;
	height: 14px;
	font-size: 30px;
	color: var(--inverse-color);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	line-height: 1;
	position: absolute;
	-webkit-font-smoothing: antialiased;
}

.faq__v2 .custom-accordion .accordion-button:not(.collapsed)::after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	content: "\f2ea";
}

.faq__v2 .custom-accordion .accordion-item {
	border: none;
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 18px;
	font-weight: 500;
	color: var(--bs-heading-color);
	padding-top: 20px;
	padding-bottom: 20px;
	border: none;
}

.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	background-color: transparent;
	color: var(--inverse-color);
	-webkit-box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
	box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
}

.faq__v2 .custom-accordion .accordion-item .accordion-body {
	border-top: none;
}

/* FAQs End */

/*---------------------
  Contact/About Us End
-----------------------*/

.contact,
.about {
	padding-top: 40px;
	padding-bottom: 40px;
}

.contact__address {
	margin-bottom: 45px;
}


.contact__address ul li {
	list-style: none;
	position: relative;
	margin-bottom: 20px;
}

.contact__address ul li:last-child {
	margin-bottom: 0;
}

.contact__address ul li h6 {
	color: #111111;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact__address ul li h6 i {
	font-size: 16px;
	color: #ca1515;
	margin-right: 5px;
}

.contact__address ul li p {
	margin-bottom: 0;
	font-size: 15px;
	color: #444444;
}

.contact__address ul li span {
	font-size: 15px;
	color: #444444;
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

.contact__address ul li span:after {
	position: absolute;
	right: -15px;
	top: 11px;
	content: "|";
	line-height: 0;
}

.contact__address ul li span:last-child {
	margin-right: 0;
}

.contact__address ul li span:last-child:after {
	display: none;
}


.contact__form form input {
	height: 50px;
	width: 100%;
	padding-left: 20px;
	font-size: 14px;
	color: #444444;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	margin-bottom: 20px;
	outline: none;
	box-shadow: none;
}

.contact__form form input:focus,
.contact__form form textarea:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid black;
}

.contact__form form input::-webkit-input-placeholder {
	color: #444444;
}

.contact__form form input::-moz-placeholder {
	color: #444444;
}

.contact__form form input:-ms-input-placeholder {
	color: #444444;
}

.contact__form form input::-ms-input-placeholder {
	color: #444444;
}

.contact__form form input::placeholder {
	color: #444444;
}

.contact__form form textarea {
	height: 130px;
	width: 100%;
	padding-left: 20px;
	padding-top: 12px;
	font-size: 14px;
	color: #444444;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	margin-bottom: 14px;
	resize: none;
}

.contact__form form textarea::-webkit-input-placeholder {
	color: #444444;
}

.contact__form form textarea::-moz-placeholder {
	color: #444444;
}

.contact__form form textarea:-ms-input-placeholder {
	color: #444444;
}

.contact__form form textarea::-ms-input-placeholder {
	color: #444444;
}


.contact__form form textarea::placeholder {
	color: #444444;
}

.contact__map {
	height: 780px;
}

.contact__map iframe {
	width: 100%;
}

/* Contact/About Us End */

/* NewsLetter Start */

.newsletter {
	background-color: #f5f5f5;
}

.footer__newslatter,
.newsletter form {
	margin-bottom: 30px;
}

.footer__newslatter h6 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.footer__newslatter form,
.newsletter form {
	position: relative;
	margin-bottom: 30px;
}

.footer__newslatter form input,
.newsletter form input {
	height: 52px;
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 50px;
	padding-left: 30px;
	font-size: 14px;
	color: #666666;
	/* transition: .3s ease-in-out; */
}

.footer__newslatter form input,
.newsletter form input:focus {
	height: 52px;
	width: 100%;
	outline: none;
	border: 1px solid #e1e1e1;
	border-radius: 50px;
	padding-left: 30px;
	font-size: 14px;
	color: #666666;
}

.footer__newslatter form input::placeholder,
.newsletter form input::placeholder {
	color: #666666;
}

.footer__newslatter form input::-webkit-input-placeholder,
.newsletter form input::-webkit-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::-moz-placeholder,
.newsletter form input::-moz-placeholder {
	color: #666666;
}

.footer__newslatter form input:-ms-input-placeholder,
.newsletter form input:-ms-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::-ms-input-placeholder,
.newsletter form input::-ms-input-placeholder {
	color: #666666;
}

.footer__newslatter form button,
.newsletter form button {
	position: absolute;
	right: 4px;
	top: 4px;
}

.site-btn {
	font-size: 14px;
	color: #ffffff;
	background: #000;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 30px;
	border-radius: 50px;
}

.site-btn:hover {
	background: #343A40;
}

.thanks-btn {
	font-size: 14px;
	color: #fff;
	background: #22C55E;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 30px;
	border-radius: 50px;
	cursor: pointer;
}

/* .thanks-btn:hover {
	background: #119040;
} */

.checkout__order .site-btn {
	width: 100%;
}

/* NewsLetter End */


/* Login Start */
.login {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login form input:focus {
	outline: none;
	border: 1px solid black;
	box-shadow: none;
	background-color: transparent;
}

.checkout-form input {
	outline: none;
	/* border: 1px solid black; */
	box-shadow: none;
	/* background-color: transparent; */
}

.checkout-form input:focus {
	outline: none;
	border: 1px solid black;
	box-shadow: none;
}

.checkout-form .form-select {
	outline: none;
	/* border: 1px solid black; */
	box-shadow: none;
	/* background-color: transparent; */
}

.checkout-form .form-select:focus {
	outline: none;
	border: 1px solid black;
	box-shadow: none;
}


/* Login End */


/*---------------------
  Product Details
-----------------------*/

.product-details {
	padding-top: 70px;
	padding-bottom: 50px;
}

.product__details__pic {
	/* position: static; */
	overflow: hidden;
}

.product__details__pic__left {
	/* width: 22%; */
	max-height: 574px;
	float: left;
	overflow-y: auto;
}

.product__details__pic__left .pt {
	display: block;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}

.product__details__pic__left .pt::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.product__details__pic__left .pt.active::after {
	opacity: 0.3;
}

.product__details__pic__left .pt:last-child {
	margin-bottom: 0;
}

.product__details__pic__left .pt img {
	min-width: 100%;
}

.product__details__slider__content {
	width: 80%;
	float: left;
	margin-left: 20px;
}


.product__details__text {
	scroll-behavior: smooth;
}


.product__details__pic__slider.owl-carousel .owl-nav button {
	position: absolute;
	left: 10px;
	top: 50%;
	font-size: 22px;
	color: #111111;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	line-height: 44px;
	text-align: center;
	margin-top: -20px;
}

.product__details__pic__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 10px;
}

.product__details__text h3 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.product__details__text h3 span {
	display: block;
	font-size: 14px;
	color: #444444;
	text-transform: none;
	font-weight: 400;
	margin-top: 5px;
}

.product__details__text .rating {
	margin-bottom: 16px;
}

.product__details__text .rating i {
	font-size: 12px;
	color: #e3c01c;
	margin-right: -4px;
}

.product__details__text .rating span {
	font-size: 12px;
	color: #666666;
	margin-left: 5px;
}

.product__details__text p {
	color: #444444;
	margin-bottom: 28px;
}

.product__details__price {
	font-size: 30px;
	font-weight: 600;
	color: linear-gradient(to right, #da0c21, #da0c21);
	margin-bottom: 30px;
}

.product__details__price span {
	font-size: 18px;
	color: #b1b0b0;
	text-decoration: line-through;
	margin-left: 10px;
	display: inline-block;
}

.quantity {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.quantity>span {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	float: left;
	margin-top: 14px;
	margin-right: 15px;
}

.pro-qty {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 6px;
}

.pro-qty input {
	width: 50px;
	text-align: center;
	font-size: 16px;
	border: none;
	outline: none;
}



.pro-qty i {
	cursor: pointer;
	color: #000;
}

.pro-qty i.disabled {
	cursor: not-allowed;
	opacity: 0.5;
	/* Optional: dim the icon */
	color: grey;
	/* Since you want it green when value = 1 */
}

.pro-qty i:hover {
	background-color: #f0f0f0;
	border-radius: 4px;
}

.product__details__button {
	overflow: hidden;
	/* margin-bottom: 25px; */
}

.product__details__button .buynow-btn {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	background-color: black;
	font-weight: 600;
	text-transform: uppercase;
	box-shadow: inset 0 0 0 1px black;
	/* border: 1px solid black; */
	padding: 14px 30px 15px;
	border-radius: 50px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


.product__details__button .cart-btn {
	display: inline-block;
	font-size: 14px;
	color: black;
	background-color: transparent;
	font-weight: 600;
	box-shadow: inset 0 0 0 1px black;
	/* border: 1px solid black; */
	text-transform: uppercase;
	padding: 14px 30px 15px;
	border-radius: 50px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product__details__button .buynow-btn:hover {
	box-shadow: inset 0 0 0 2px black;
}

.product__details__button .cart-btn:hover {
	box-shadow: inset 0 0 0 2px black;
}

.product__details__button ul {
	float: left;
}

.product__details__button ul li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}

.product__details__button ul li:last-child {
	margin-right: 0;
}

.product__details__button ul li a {
	display: inline-block;
	height: 50px;
	width: 50px;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	padding-top: 1px;
}

.product__details__button ul li a span {
	font-size: 18px;
	color: #666666;
}

.product__details__widget {
	border-top: 1px solid #ebebeb;
	padding-top: 35px;
}

.product__details__widget ul li {
	list-style: none;
	margin-bottom: 10px;
}

.product__details__widget ul li:last-child {
	margin-bottom: 20px;
}

.product__details__widget ul li span {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #111111;
	width: 150px;
	float: left;
}

.product__details__widget ul li .stock__checkbox {
	overflow: hidden;
}

.product__details__widget ul li .stock__checkbox label {
	display: block;
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
	position: relative;
	cursor: pointer;
}

.product__details__widget ul li .stock__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.product__details__widget ul li .stock__checkbox label input:checked~.checkmark {
	border-color: linear-gradient(to right, #da0c21, #da0c21);
}

.product__details__widget ul li .stock__checkbox label input:checked~.checkmark:after {
	border-color: linear-gradient(to right, #da0c21, #da0c21);
	opacity: 1;
}

.product__details__widget ul li .stock__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: 5px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.product__details__widget ul li .stock__checkbox label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.product__details__widget ul li .color__checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-right: 20px;
}

.product__details__widget ul li .color__checkbox label.active input~.checkmark:after {
	border-color: #ffffff;
	opacity: 1;
}

.product__details__widget ul li .color__checkbox label:last-child {
	margin-right: 0;
}

.product__details__widget ul li .color__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.product__details__widget ul li .color__checkbox label input:checked~.checkmark:after {
	border-color: #ffffff;
	opacity: 1;
}

.product__details__widget ul li .color__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: -10px;
	height: 20px;
	width: 20px;
	background: #e31e2f;
	border-radius: 50%;
	content: "";
}

.product__details__widget ul li .color__checkbox label .checkmark.black-bg {
	background: #111111;
}

.product__details__widget ul li .color__checkbox label .checkmark.grey-bg {
	background: #e4aa8b;
}

.product__details__widget ul li .color__checkbox label .checkmark:after {
	position: absolute;
	left: 3px;
	top: 5px;
	width: 13px;
	height: 6px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.product__details__widget ul li .size__btn label {
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 0;
}

.product__details__widget ul li .size__btn label:last-child {
	margin-right: 0;
}

.product__details__widget ul li .size__btn label.active {
	color: linear-gradient(to right, #da0c21, #da0c21);
}

.product__details__widget ul li .size__btn label input {
	position: absolute;
	visibility: hidden;
}

.product__details__widget ul li p {
	margin-bottom: 0;
	color: #666666;
}

.product__details__tab {
	height: fit-content;
	/* padding-top: 40px; */
	margin: 65px auto;
}

.nav {
	border-bottom: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-bottom: 40px;
}

.nav::before {
	position: absolute;
	left: 0;
	top: 13px;
	height: 1px;
	width: 335px;
	background: #e1e1e1;
	content: "";
}

.nav::after {
	position: absolute;
	right: 0;
	top: 13px;
	height: 1px;
	width: 335px;
	background: #e1e1e1;
	content: "";
}

.nav-item {
	margin-right: 46px;
}

.nav-item:last-child {
	margin-right: 0;
}

.nav-item .nav-link {
	font-size: 18px;
	color: #666666;
	font-weight: 600;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
}

.nav-item .nav-link.active {
	color: #111111;
}


.tab-content .tab-pane h6 {
	/* height: fit-content; */
	color: #666666;
	font-weight: 600;
	margin-bottom: 24px;
}

.tab-content .tab-pane p:last-child {
	margin-bottom: 0;
}

.related__title h5 {
	font-size: 20px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}

/*---------------------
  Shop Cart
-----------------------*/

.shop-cart {
	padding-top: 30px;
	padding-bottom: 90px;
}

.shop__cart__table {
	margin-bottom: 30px;
}

.shop__cart__table table {
	width: 100%;
}

.shop__cart__table thead {
	border-bottom: 1px solid #f2f2f2;
}

.shop__cart__table thead th {
	font-size: 18px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.shop__cart__table tbody tr {
	border-bottom: 1px solid #f2f2f2;
}

.shop__cart__table tbody tr td {
	padding: 30px 0;
}

.shop__cart__table tbody tr .cart__product__item {
	overflow: hidden;
	width: 585px;
}

.shop__cart__table tbody tr .cart__product__item img {
	float: left;
	margin-right: 25px;
}

.shop__cart__table tbody tr .cart__product__item .cart__product__item__title {
	overflow: hidden;
	padding-top: 23px;
}

.shop__cart__table tbody tr .cart__product__item .cart__product__item__title h6 {
	color: #111111;
	font-weight: 600;
}

.shop__cart__table tbody tr .cart__product__item .cart__product__item__title .rating i {
	font-size: 10px;
	color: #e3c01c;
	margin-right: -4px;
}

.shop__cart__table tbody tr .cart__price {
	font-size: 16px;
	color: linear-gradient(to right, #da0c21, #da0c21);
	font-weight: 600;
	width: 190px;
}

.shop__cart__table tbody tr .cart__quantity {
	width: 190px;
}

.shop__cart__table tbody tr .cart__quantity .pro-qty {
	border: none;
	padding: 0;
	width: 110px;
	border-radius: 0;
}

.shop__cart__table tbody tr .cart__quantity .pro-qty input {
	color: #444444;
}

.shop__cart__table tbody tr .cart__quantity .pro-qty .qtybtn {
	font-size: 16px;
	color: #444444;
}

.shop__cart__table tbody tr .cart__total {
	font-size: 16px;
	color: linear-gradient(to right, #da0c21, #da0c21);
	font-weight: 600;
	width: 150px;
}

.shop__cart__table tbody tr .cart__close {
	text-align: right;
}

.shop__cart__table tbody tr .cart__close button {
	height: 45px;
	width: 45px;
	border: none;
	background: #f2f2f2;
	border-radius: 50%;
	font-size: 18px;
	color: #111111;
	line-height: 44px;
	text-align: center;
	display: inline-block;
	font-weight: 600;
	cursor: pointer;
}

.cart__btn {
	margin-bottom: 50px;
}

.cart__btn.update__btn {
	text-align: right;
}

.cart__btn a {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 30px 12px;
	background: #f5f5f5;
}

.cart__btn a span {
	color: linear-gradient(to right, #da0c21, #da0c21);
	font-size: 14px;
	margin-right: 5px;
}

.discount__content h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 30px;
}

.discount__content form {
	position: relative;
	width: 370px;
	display: inline-block;
}

.discount__content form input {
	height: 52px;
	width: 100%;
	border: 1px solid #444444;
	border-radius: 50px;
	padding-left: 30px;
	padding-right: 115px;
	font-size: 14px;
	color: #444444;
}

.discount__content form input::-webkit-input-placeholder {
	color: #444444;
}

.discount__content form input::-moz-placeholder {
	color: #444444;
}

.discount__content form input:-ms-input-placeholder {
	color: #444444;
}

.discount__content form input::-ms-input-placeholder {
	color: #444444;
}

.discount__content form input::placeholder {
	color: #444444;
}

.discount__content form button {
	position: absolute;
	right: 4px;
	top: 4px;
}

.cart__total__procced {
	background: #f5f5f5;
	padding: 40px;
}

.cart__total__procced h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cart__total__procced ul {
	margin-bottom: 25px;
}

.cart__total__procced ul li {
	list-style: none;
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	overflow: hidden;
	line-height: 40px;
}

.cart__total__procced ul li span {
	color: linear-gradient(to right, #da0c21, #da0c21);
	float: right;
}

.cart__total__procced .primary-btn {
	display: block;
	border-radius: 50px;
	text-align: center;
	padding: 12px 0 10px;
}

/* review form */


.form-body {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transform: translateY(-20px);
	transition: all 0.5s ease;
}

.form-body:not(.collapsed) {
	max-height: 2000px;
	/* must be enough to fit the whole form */
	opacity: 1;
	transform: translateY(0);
	overflow: visible;
}

.wrapper {
	padding: 2rem;
	max-width: 576px;
	width: 100%;
	border-radius: .75rem;
	text-align: center;
}

.wrapper h3 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.review_rating {
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: .5rem;
	font-size: 2rem;
	color: #D5AE47;
	margin-bottom: 2rem;
}

.review_rating .star {
	cursor: pointer;
}

.review_rating .star.active {
	opacity: 0;
	animation: animate .5s calc(var(--i) * .1s) ease-in-out forwards;
}

@keyframes animate {
	0% {
		opacity: 0;
		transform: scale(1);
	}

	50% {
		opacity: 1;
		transform: scale(1.2);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}


.review_rating .star:hover {
	transform: scale(1.1);
}

.review-form .review-textarea,
.review-input {
	width: 100%;
	border: 1px solid black;
	padding: .6rem 1rem;
	resize: none;
	margin-bottom: .5rem;
}


/*---------------------
  Footer
-----------------------*/

.footer {
	background-color: #000;
	padding-top: 55px;
}

.footer__about {
	margin-bottom: 30px;
}

.footer__about p {
	margin-bottom: 20px;
	color: #fff;
}

.footer__logo {
	margin-bottom: 20px;
}

.footer__payment a {
	margin-right: 6px;
	margin-bottom: 10px;
	display: inline-block;
}

.footer__payment a:last-child {
	margin-right: 0;
}

.footer__widget {
	margin-bottom: 30px;
}

.footer__widget h6 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.footer__widget ul li {
	list-style: none;
}

.footer__widget ul li a {
	color: #fff;
	font-size: 14px;
	/* color: #666666; */
	line-height: 30px;
}

/* Common margin below sections */
.footer__newslatter,
.newsletter form {
	margin-bottom: 30px;
}

/* Heading inside footer and form (applies to <h6>) */
.footer__newslatter h6 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}

/* Common form styling */
.footer__newslatter form,
.newsletter form {
	position: relative;
	margin-bottom: 30px;
}

/* Input styling inside both forms */
.footer__newslatter form input,
.newsletter form input {
	height: 52px;
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 50px;
	padding-left: 30px;
	font-size: 14px;
	color: #666666;
}

/* Placeholder color for inputs */
.footer__newslatter form input::placeholder,
.newsletter form input::placeholder {
	color: #666666;
}

/* For cross-browser compatibility */
.footer__newslatter form input::-webkit-input-placeholder,
.newsletter form input::-webkit-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::-moz-placeholder,
.newsletter form input::-moz-placeholder {
	color: #666666;
}

.footer__newslatter form input:-ms-input-placeholder,
.newsletter form input:-ms-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::-ms-input-placeholder,
.newsletter form input::-ms-input-placeholder {
	color: #666666;
}

/* Button positioning inside the forms */
.footer__newslatter form button,
.newsletter form button {
	position: absolute;
	right: 4px;
	top: 4px;
}


.footer__social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: #e1e1e1;
	font-size: 15px;
	color: #111111;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 6px;
	margin-bottom: 5px;
}

.footer__social a:last-child {
	margin-right: 0;
}

.footer__copyright__text {
	border-top: 1px solid #e1e1e1;
	padding: 18px 0 25px;
	text-align: center;
	margin-top: 35px;
}

.footer__copyright__text p {
	margin-bottom: 0;
}

.footer__copyright__text a {
	color: #5C5C5C;
}

.footer__copyright__text i {
	color: linear-gradient(to right, #da0c21, #da0c21);
}

.footer__copyright__text a:hover {
	color: linear-gradient(to right, #da0c21, #da0c21);
}


@media only screen and (max-width: 1400px) {

	.product__details__slider__content {
		height: 120%;
	}
}

@media only screen and (max-width: 992px) {
	.hero {
		height: 60vh;
		width: 100%;
		background-image: url('../assets/banner/banner.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}


	.product_card .img2 {
		position: relative;
		/* Important for absolute positioning inside */
		height: 300px;
		object-fit: contain;
		overflow: hidden;
	}

	.nav::before {
		position: absolute;
		left: 0;
		top: 13px;
		height: 1px;
		width: 210px;
		background: #e1e1e1;
		content: "";
	}

	.nav::after {
		position: absolute;
		right: 0;
		top: 13px;
		height: 1px;
		width: 210px;
		background: #e1e1e1;
		content: "";
	}

	.offcanvas__logo__nav.show {
		transform: translateX(0);
		opacity: 0;
		pointer-events: auto;
	}

}

@media only screen and (max-width: 768px) {
	.hero {
		height: 50vh;
		width: 100%;
		background-image: url('../assets/banner/banner.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.swiper-slide {
		font-size: 12px;
	}


	.reviewSlide {
		/* background: #000; */
		border-radius: 12px;
		/* border: 1px solid black; */
		width: 80%;
		/* to adjust the width of the slider*/
		font-size: 14px;
		color: #000;
		margin: 0;
		padding: 0;
	}

	.product_card .img2 {
		position: relative;
		/* Important for absolute positioning inside */
		height: 320px;
		object-fit: contain;
		overflow: hidden;
	}

	.nav::before {
		position: absolute;
		left: 0;
		top: 13px;
		height: 1px;
		width: 130px;
		background: #e1e1e1;
		content: "";
	}

	.nav::after {
		position: absolute;
		right: 0;
		top: 13px;
		height: 1px;
		width: 130px;
		background: #e1e1e1;
		content: "";
	}


	.offcanvas__logo__nav.show {
		transform: translateX(0);
		opacity: 1;
		pointer-events: auto;
	}
}

@media only screen and (max-width: 472px) {
	.Velvra-logo {
		height: 50px;
		width: 165px;
	}

	.reviewComment {
		font-size: 16px;
	}

	.reviewSlide {
		/* background: #000; */
		border-radius: 16px;
		/* border: 1px solid black; */
		width: 90%;
		/* to adjust the width of the slider*/
		font-size: 14px;
		color: #000;
		margin: 0;
		padding: 0;
	}


	.product_card .img {
		position: relative;
		/* Important for absolute positioning inside */
		height: 200px;
		object-fit: contain;
		overflow: hidden;
	}

	.swiper-slide {
		font-size: 12px;
	}

	.product_card .img2 {
		position: relative;
		/* Important for absolute positioning inside */
		height: 300px;
		object-fit: contain;
		overflow: hidden;
	}


	/* .product_card .img img {
		width: 50%;
		height: 50%;
		object-fit: cover;
		transition: transform 0.5s, opacity 0.5s ease;
		display: block;
	} */

	.hero {
		height: 35vh;
		width: 100%;
		background-image: url('../assets/banner/banner.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.nav::before {
		position: absolute;
		left: 0;
		top: 13px;
		height: 1px;
		width: 80px;
		background: #e1e1e1;
		content: "";
	}

	.nav::after {
		position: absolute;
		right: 0;
		top: 13px;
		height: 1px;
		width: 80px;
		background: #e1e1e1;
		content: "";
	}

	.offcanvas__logo__nav.show {
		transform: translateX(0);
		opacity: 1;
		pointer-events: auto;
	}


	.reviewComment {
		font-size: 12px;
	}

	.add-to-cart-btn {
		font-size: 13px;
	}

	.custom-col-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media only screen and (max-width: 360px) {
	.Velvra-logo {
		width: 160px;
	}

	.hero {
		height: 30vh;
		width: 100%;
		background-image: url('../assets/banner/banner.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.reviewComment {
		font-size: 16px;
	}

	.reviewSlide {
		/* background: #000; */
		border-radius: 12px;
		/* border: 1px solid black; */
		width: 90%;
		/* to adjust the width of the slider*/
		font-size: 14px;
		color: #000;
		margin: 0;
		padding: 0;
	}


	.swiper-slide {
		letter-spacing: 1px;
		font-size: 12px;
	}

	.product_card .img {
		position: relative;
		height: 180px;
		object-fit: contain;
		overflow: hidden;
	}

	.product_card .img2 {
		position: relative;
		/* Important for absolute positioning inside */
		height: 250px;
		object-fit: contain;
		overflow: hidden;
	}

	.carousel-img {
		height: 20vh;
		object-fit: cover;
	}

	.nav::before {
		position: absolute;
		left: 0;
		top: 13px;
		height: 1px;
		width: 50px;
		background: #e1e1e1;
		content: "";
	}

	.nav::after {
		position: absolute;
		right: 0;
		top: 13px;
		height: 1px;
		width: 50px;
		background: #e1e1e1;
		content: "";
	}

	.custom-col-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}