@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--white: #fff;
	--black: #000;
	--primary: #A8682D;
	--secondary: #333333;
}

html {
	scroll-behavior: smooth;
	height: 100%;
}

body {
	position: relative;
	background: #fff;
	overflow-x: hidden;
	height: 100%;
	font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
	.container {
		max-width: 1314px;
	}
}

section {
	position: relative;
}

.img-auto {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

a,
button {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover,
button:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

figure {
	margin: 0;
}

/* btn css */

.themeBtn {
	text-transform: uppercase;
	display: inline-block;
	padding: 1em 2.5em;
	background-color: var(--white);
	font-size: 1.125rem;
	color: var(--black);
	transition: 0.5s ease-in-out;
}

.themeBtn:hover {
	transform: scale(0.9);
	color: var(--white);
	background: linear-gradient(357deg, black, #A8682D);
}

/* btn css */

/* navigation css */

.topBar {
	padding-bottom: 10px;
}

.topWrap {
	display: flex;
	align-items: center;
	gap: 2.5rem;
	justify-content: end;
}

.topWrap ul {
	display: flex;
	gap: 2.5rem;
}
.main-slider canvas {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: difference;
	z-index: 1;
  }
.topWrap ul li a {
	font-size: 1.25rem;
	color: var(--white);
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.topSearch input {
	border: unset;
	border-radius: 7px;
	height: 50px;
	width: 290px;
	padding-left: 1.3rem;
}

.topSearch input::placeholder {
	color: rgb(0 0 0 / 50%);
}

header {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 111;
	top: 0;
	width: 100%;
	padding: 1rem 0;
	transition: 0.3s ease-in-out;
}

.navbar-nav {
	align-items: center;
	gap: 3rem;
}

.navbar-nav .nav-item .nav-link {
	font-size: 1.125rem;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 400;
	padding: 0 0;
}

.navbar-nav .nav-item .nav-link:hover {
	color: var(--primary);
}

/* navigation css */

/* slider css */

.main-slider {
	height: 1080px;
	overflow:hidden;
}

.homeSlider.swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
	overflow: hidden;
}

.homeSlider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.main-slider h1 {
	font-size: 7.5rem;
	color: var(--white);
	text-transform: uppercase;
	font-weight: bold;
	line-height: 0.9;
	margin-bottom: 1.2rem;
}

/* slider css */

/* Cigar Brand Sec Css Start */

.cigarbrandSec {
	padding: 3rem 0;
}

.secHeading {
	font-size: 3.75rem;
	color: var(--black);
	font-weight: bold;
	text-transform: uppercase;
}

.brandSlider {
	margin: 2rem 0 3rem 0;
}

.brandSlider .swiper-wrapper {
	justify-content: space-between;
	align-items: center;
}

.brandSlider .LogoWrap {
	text-align: center;
}

.brandSlider .LogoWrap img {
	filter: grayscale(100%);
}

.brandWraps {
	position: relative;
}

.brandWraps figure {
	position: relative;
	overflow: hidden;
}

.brandWraps figure img {
	transition: 0.5s ease-in-out;
}

.brandWraps:hover figure img {
	transform: scale(1.1);
}

.brandBtn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 12px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.brandBtn h3 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.375rem;
}

/* Cigar Brand Sec Css End */

/* Cigar Year Sec Css Start */

.cigaryearSec {
	background-color: #F3F3F3;
	padding: 3rem 9rem 2rem 9rem;
}

.yearContent h3, .yearContent h4 {
	font-size: 1.375rem;
	text-transform: uppercase;
	color: var(--black);
	font-weight: 600;
}

.yearContent h3 span {
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
}

.yearContent h4 {
	color: var(--primary);
}

.yearContent h3 {
	line-height: 1.4;
	margin-top: 12px;
}

.yearWrap figure img {
	width: 100%;
	transition: 0.5s ease-in-out;
}

.yearWrap figure {
	position: relative;
	overflow: hidden;
}

.yearWrap:hover figure img {
	transform: scale(1.125);
}

.cigaryearSec h2 span {
    display: block;
}

.cigaryearSec h2 span {
    display: block;
    font-size: 3rem;
}

/* Cigar Year Sec Css End */

/* Boutique Sec Css Start */

.boutiqueSec {
	padding: 4rem 0;
}

.boutiqueWraps {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}

.boutiqueBox h4 {
	font-size: 1.125rem;
	margin-top: 1.5rem;
	font-weight: 400;
	color: var(--black);
}

/* Boutique Sec Css End */

/* Cigar Week Sec Css Start */

.cigarweekSec {
	background-color: var(--primary);
	padding: 4rem 0 6rem 0;
}

.weekContent h3 {
	font-size: 1.875rem;
	color: var(--white);
	font-weight: 600;
}

.weekContent h4 {
	font-size: 3.125rem;
	color: var(--black);
	font-weight: 600;
	line-height: 1.6;
}

.weekContent p {
	font-size: 1.375rem;
	color: var(--black);
	font-weight: 600;
}

.weekBtns a {
	font-size: 1.375rem;
	background-color: rgb(255 255 255 / 10%);
	padding: 8px 18px;
	color: var(--white);
}

.weekBtns {
	display: flex;
	gap: 1rem;
	margin: 1.375rem 0 1.375rem 0;
}

.weekContent strong {
	font-size: 1.375rem;
	color: var(--white);
	font-weight: 600;
}

.cartBtn .cart {
	background-color: #B17743;
	padding: 12px 3.75rem;
	text-align: center;
	color: var(--white);
}

.cartBtn {
	display: grid;
	width: max-content;
	gap: 0.875rem;
}

.allProduct {
	font-weight: 600;
	color: var(--white);
	text-decoration: underline !important;
	margin-top: 2.5rem;
	display: block;
}

.quantityWrap p {
	color: var(--white);
	font-weight: 500;
}

.cartBtn .cart:nth-child(2) {
	background-color: var(--black);
}

.quantityWrap {
	display: flex;
	gap: 2rem;
	margin: 2rem 0 2rem 0;
}

.number {
	display: flex;
}

.number .minus {
	width: 35px;
	height: 40px;
	background: var(--white);
	padding: 0px 5px 0 5px;
	display: flex;
	vertical-align: middle;
	text-align: center;
	color: #828282;
	font-size: 24px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.number input {
	border: none;
	height: 40px;
	width: 70px;
	text-align: center;
	color: var(--white);
	background-color: rgb(255 255 255 / 10%);
}

.number .plus {
	width: 35px;
	height: 40px;
	background: var(--white);
	padding: 0 5px 0 5px;
	display: flex;
	vertical-align: middle;
	text-align: center;
	color: #828282;
	font-size: 22px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.cigarweekSec .slider-nav {
	margin-right: -3rem;
}

.cigarweekSec .slider-nav .slick-slide+.slick-slide {
	margin-top: 1.5rem;
}

.productIMAGE {
	background-color: var(--white);
	padding: 1rem 0;
}

.cell a img {
	border-radius: 10px;
}

.cigarweekSec .slick-next:before, .slick-prev:before {
	display: none;
}

.cigarweekSec .slick-next, .slick-prev {
	font-size: 2rem;
	color: var(--white);
}

.cigarweekSec .slick-next {
	position: absolute;
	top: -3rem;
	left: 35%;
	transform: rotate(-92deg);
}

.cigarweekSec .slick-prev {
	position: absolute;
	left: 35%;
	transform: rotate(-92deg);
	top: inherit;
	bottom: -2rem;
}

.cigarweekSec .slick-prev:hover {
	color: var(--black);
}

.cigarweekSec .slick-next:hover {
	color: var(--black);
}

/* Cigar Week Sec Css End */

/* Testimonial Sec Css Start */

.testimonialSec {
	padding: 3rem 0;
}

.testimonialWrap p {
	font-style: italic;
	margin-top: 1.3rem;
	color: var(--black);
	line-height: 1.9;
}

.testimonialWrap {
	text-align: center;
}

.testimonialWrap i {
	font-size: 4rem;
	color: rgb(168 104 45 / 80%);
}

.userWrap img {
	border-radius: 63px 0 64px 64px;
	border: 3px solid var(--primary);
}

.userWrap {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	justify-content: center;
	margin: auto;
}

.userName ul {
	display: flex;
}

.userName ul li a i {
	font-size: 1rem;
	color: #FFCC00;
}

.userName h4 {
	font-size: 1.875rem;
	font-weight: 600;
	color: var(--primary);
}

.testimonialSlider {
	padding-bottom: 4rem;
}

.testimonialSlider .swiper-pagination-bullet {
	border: 5px solid #503216;
	opacity: 1;
	background: transparent;
	width: 20px;
	height: 20px;
}

.testimonialSlider .swiper-pagination-bullet-active {
	background-color: var(--primary);
	border: 5px solid var(--primary);
}

.testimonialSlider .swiper-pagination {
	display: flex;
	justify-content: center;
	gap: 12px;
}

/* Testimonial Sec Css End */

/* About Sec Css Start */

.aboutSec {
	background: url(../images/aboutBg.webp) center/cover no-repeat;
	padding: 4rem 0 7rem 0;
}

.aboutSec h2,
.aboutSec p {
	color: var(--white);
}

.aboutSec p {
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.8;
}

.aboutBottom {
	position: absolute;
	bottom: -5.5rem;
	right:0;
}

/* About Sec Css End */

/* Gift Sec Css Start */

.giftContent h4 {
	font-size: 1.875rem;
	font-weight: 600;
	margin: 0;
	color: var(--white);
}

.giftContent a {
	font-size: 1.125rem;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-transform: uppercase;
	color: var(--white);
}

.giftContent {
	position: absolute;
	bottom: 1rem;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1.25rem;
}

.giftSec {
	padding: 9rem 0 4rem 0;
}

.giftWrap {
	position: relative;
}

/* Gift Sec Css End */

/* News Sec Css Start */

.newsSec {
	background-color: var(--primary);
	padding: 3rem 0;
}

.newsWraps h2 {
	font-size: 3.4375rem;
	color: var(--white);
	margin: 0;
}

.newsWraps {
	display: flex;
	align-items: center;
	gap: 3rem;
}

.newsForm {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.newsForm input {
	border: 1px solid var(--white);
	background: transparent;
	border-radius: 10px;
	height: 70px;
	padding-left: 1rem;
	width: 280px;
}

.newsForm input::placeholder {
	color: rgb(255 255 255 / 30%);
}

.newsForm .themeBtn {
	border-radius: 10px;
	border: unset;
	padding: 1em 3.1em;
	height: 70px;
	font-weight: 600;
}

/* News Sec Css End */

/* Footer Css Start */

footer {
	background-color: #231609;
	padding-top: 5rem;
}

footer h3 {
	font-size: 1.375rem;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 1.2rem;
}

footer ul li a:hover {
	color: var(--primary);
}

footer .links {
	display: flex;
	flex-flow: column wrap;
	margin: 0;
	max-height: 170px;
	gap: 1rem 1rem;
}

footer .links li a {
	font-size: 0.875rem;
	color: var(--white);
	font-weight: 500;
	text-transform: uppercase;
}

footer .contactLinks li a {
	color: var(--white);
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

footer .contactLinks li+li {
	padding-top: 1rem;
}

footer .socialLinks {
	display: flex;
	align-items: center;
	flex-flow: wrap;
	gap: 1.2rem;
}

footer .socialLinks li a {
	width: 70px;
	height: 70px;
	background: #EFEFEF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #231609;
	font-size: 1.2rem;
}

footer .socialLinks li a:hover {
	background: var(--primary);
	color: var(--white);
}

.copyRight {
	border-bottom: 1px solid rgb(255 255 255 / 30%);
	margin-top: 3rem;
	padding: 1.5rem 0;
}

.copyRight p {
	font-size: 1.25rem;
	color: var(--white);
	margin: 0;
}
.disclaimer h5{
 text-align: left;
 color: var(--primary);
 margin-top: 1rem;
}
.disclaimer p{
	color: var(--white);
}
/* Footer Css End */

/* prelaoder css */
.peeek-loading {
	background-color: var(--white);
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.peeek-loading video{
	object-fit: cover;
}
.peeek-loading ul {
	position: absolute;
	left: calc(50% - 0.7em);
	top: calc(50% - 4.2em);
	display: inline-block;
	text-indent: 2.8em;
}

.peeek-loading ul li:after,
.peeek-loading ul:after {
	width: 1.4em;
	height: 1.4em;
	background-color: var(--primary);
	border-radius: 100%;
}

.peeek-loading ul li:after,
.peeek-loading ul:after {
	content: "";
	display: block;
}

.peeek-loading ul:after {
	position: absolute;
	top: 2.8em;
}

.peeek-loading li {
	position: absolute;
	padding-bottom: 5.6em;
	top: 0;
	left: 0;
}

.peeek-loading li:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: 0.125s;
}

.peeek-loading li:nth-child(1):after {
	animation-delay: 0.125s;
}

.peeek-loading li:nth-child(2) {
	transform: rotate(36deg);
	animation-delay: 0.25s;
}

.peeek-loading li:nth-child(2):after {
	animation-delay: 0.25s;
}

.peeek-loading li:nth-child(3) {
	transform: rotate(72deg);
	animation-delay: 0.375s;
}

.peeek-loading li:nth-child(3):after {
	animation-delay: 0.375s;
}

.peeek-loading li:nth-child(4) {
	transform: rotate(108deg);
	animation-delay: 0.5s;
}

.peeek-loading li:nth-child(4):after {
	animation-delay: 0.5s;
}

.peeek-loading li:nth-child(5) {
	transform: rotate(144deg);
	animation-delay: 0.625s;
}

.peeek-loading li:nth-child(5):after {
	animation-delay: 0.625s;
}

.peeek-loading li:nth-child(6) {
	transform: rotate(180deg);
	animation-delay: 0.75s;
}

.peeek-loading li:nth-child(6):after {
	animation-delay: 0.75s;
}

.peeek-loading li:nth-child(7) {
	transform: rotate(216deg);
	animation-delay: 0.875s;
}

.peeek-loading li:nth-child(7):after {
	animation-delay: 0.875s;
}

.peeek-loading li:nth-child(8) {
	transform: rotate(252deg);
	animation-delay: 1s;
}

.peeek-loading li:nth-child(8):after {
	animation-delay: 1s;
}

.peeek-loading li:nth-child(9) {
	transform: rotate(288deg);
	animation-delay: 1.125s;
}

.peeek-loading li:nth-child(9):after {
	animation-delay: 1.125s;
}

.peeek-loading li:nth-child(10) {
	transform: rotate(324deg);
	animation-delay: 1.25s;
}

.peeek-loading li:nth-child(10):after {
	animation-delay: 1.25s;
}

.peeek-loading li {
	animation: dotAnimation 2.5s infinite;
}

@keyframes dotAnimation {
	0%, 55%, 100% {
		padding: 0 0 5.6em 0;
	}

	5%, 50% {
		padding: 2.8em 0;
	}
}

.peeek-loading li:after {
	animation: dotAnimationTwo 2.5s infinite;
}

@-webkit-keyframes dotAnimationTwo {
	0%, 55%, 100% {
		opacity: 1;
		transform: scale(1);
	}

	5%, 50% {
		opacity: 0.5;
		transform: scale(0.5);
	}
}

/* prelaoder css */

/* Inner Pages Css Start */

.innerBanner {
	position: relative;
}

.innerBanner .overlay {
	position: absolute;
	text-align: left;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: end;
	padding-bottom: 6rem;
}

.innerBanner .overlay h2 {
	color: var(--white);
}

.arrivalsInner .row+.row {
	padding-top: 1.8rem;
}

.arrivalsInner {
	padding: 4rem 9rem 5rem 9rem;
}

.aboutInner {
	padding: 7rem 0 5rem 0;
}

.aboutInner p {
	font-size: 1.125rem;
	line-height: 1.7;
}

.informWrap h5,
.informWrap a {
	font-size: 1rem;
	color: var(--black);
}

.informWrap {
	text-align: center;
}

.informWrap figure {
	border: 8px solid var(--primary);
	width: 9rem;
	height: 9rem;
	display: grid;
	place-items: center;
	border-radius: 100%;
	margin: auto;
	margin-bottom: 1rem;
}

.contactForm .form-group .form-control {
	border-radius: 10px;
	height: 73px;
	background-color: #F8F5F5;
	border: unset;
	padding-left: 3rem;
}

.contactForm .form-group .form-control::placeholder {
	font-size: 1.125rem;
	color: #1D1C17;
}

.contactForm .form-group textarea {
	min-height: 16rem;
	padding-top: 2rem;
}

.contactForm .form-group {
	margin-bottom: 2rem;
}

.contactForm .themeBtn {
	border: unset;
	background-color: var(--primary);
	font-size: 1rem;
	text-transform: capitalize;
	color: var(--white);
	border-radius: 10px;
	padding: 1.1em 3.5em;
}

.contactInformation h2 {
	margin-bottom: 2.2rem;
}

.contactInformation .row+.row {
	padding-top: 2.3rem;
}

.contactInformation {
	padding: 5rem 0;
}

.reviewsWrap {
	text-align: center;
	background-color: #FBFBFB;
	padding: 2.5rem 0 2rem 0;
}

.reviewsWrap p {
	font-size: 1.125rem;
	font-style: italic;
	width: 92%;
	margin: auto;
	line-height: 1.8;
	padding: 12px 0;
}

.reviewsWrap ul {
	display: flex;
	justify-content: center;
	gap: 3px;
}

.reviewsWrap h4 {
	font-style: italic;
	font-weight: 600;
	color: var(--black);
}

.reviewsWrap ul li a i {
	color: var(--black) !important;
	font-size: 0.875rem;
}

.reviewsWrap i {
	font-size: 4rem;
	color: var(--primary);
}

.reviewsWrap figure {
	margin: 1rem 0 10px 0;
}

.reviewsInner .row+.row {
	padding-top: 2rem;
}

.reviewsInner {
	padding: 3.5rem 0;
}

.cigarSidebar ul li a {
	color: var(--black);
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.cigarSidebar ul li {
	border-bottom: 1px solid rgb(112 112 112 / 40%);
	padding: 14px 0;
}

.cigarInner .yearContent ul li {
	color: var(--black);
	font-weight: 600;
	text-transform: uppercase;
}

.cigarInner .yearContent ul li+li {
	padding-top: 5px;
}

.cigarInner .yearContent ul {
	margin-bottom: 10px;
}

.cigarInner .yearContent h3 span {
	margin-top: 5px;
}

.cigarInner .yearContent {
    margin-bottom: 2rem;
}

.cigarPagination .page-item a {
    font-size: 1rem;
    color: var(--black);
    border: unset;
    padding: 10px 1rem;
    font-weight: 600;
    margin: 0 10px;
}

.cigarPagination .page-item a:hover {
    background-color: var(--primary);
	border-radius: 3px;
}

.cigarPagination .page-item.active .page-link {
    background-color: var(--primary);
    border-radius: 3px;
    color: var(--black);
}

.cigarPagination .pagination {
    justify-content: center;
}

.cigarInner {
    padding: 4rem 0 6rem 0;
}

#style-1::-webkit-scrollbar-track
{
	background-color: #ECECEC;
}

#style-1::-webkit-scrollbar
{
	width: 14px;
	background-color: #ECECEC;
}

#style-1::-webkit-scrollbar-thumb
{
	background-color: #D2D2D2;
}

.cigarSidebar {
    overflow-y: scroll;
    max-height: 541px;
}

/* Inner Pages Css End */

/* 18-above-popup-form */
#age-verify {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0 0 0 / 95%);
	transition: 500ms;
	z-index: 9999;
}

#age-verify .window {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 250px;
	overflow: hidden;
	padding: 34px;
	margin-left: -200px;
	margin-top: -125px;
	background-color: #fff;
	border: 6px solid var(--primary);
	box-sizing: border-box;
	box-shadow: 0 20px 60px rgb(255 255 255 / 20%);
	transition: 500ms;
}

#age-verify .window span {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-family: 'Source Sans Pro', sans-serif;
}

#age-verify .window span.title {
	color: var(--theme-color);
	font-size: 1.7rem;
	font-weight: bold;
	text-transform: uppercase;
}

#age-verify .window button {
	border: 0;
	margin: 0;
	padding: 0;
	width: 48%;
	height: 60px;
	color: #fff;
	font-size: 18px;
	background-color: var(--primary);
	margin-top: 2rem;
	font-family: 'Source Sans Pro', sans-serif;
	transform: scale(1);
	transition: 0.2s;
}

#age-verify .window button.back {
	display: block;
	float: none;
	margin: auto;
	background-color: #fff;
	color: var(--black) !important;
	margin-top: 20px;
}

#age-verify .window button.yes {
	float: left;
}

#age-verify .window button.no {
	float: right;
}

#age-verify .window button:hover {
	transform: scale(1.1);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
	background-color: var(--secondary);
}

#age-verify .window .underBox {
	position: absolute;
	width: 400px;
	height: 250px;
	padding: 40px;
	top: 100%;
	left: 0;
	right: 0;
	background-color: var(--primary);
	transition: 500ms;
	box-sizing: border-box;
}

#age-verify .window .underBox * {
	color: #fff !important;
}

#age-verify.hidden {
	opacity: 0;
	visibility: hidden;
}

#age-verify.hidden .window {
	transform: scale(0.5);
}

#age-verify.under .window .underBox {
	top: 0%;
}

/* 18-above-popup-form */



.product-detail-nav {
	padding-top: 15px;
  }
  
  .product-detail-nav img {
	width: 171px;
  }
  
  .product-detail-slider img {
	width: 95.8%;
  }
  
  .productDetail {
	padding: 100px 0;
  }
  
  .product-detail-nav .slick-next {
	display: none !important;
  }
  
  .product-detail-nav .slick-prev {
	display: none !important;
  }
  
  .proCounter .minus,
  .proCounter .plus {
	width: 50px;
	height: 50px;
	background: #ccc;
	border: 1px solid #ccc;
	color: #616161;
	font-size: 25px;
	padding: 4px 5px 8px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .proCounter input {
	height: 50px;
	width: 60px;
	text-align: center;
	font-size: 16px;
	color: #000;
	border: 0;
	background: transparent;
	border: 1px solid #ccc;
  }
  
  .proCounter {
	margin: 20px 0 0;
	position: relative;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	margin-bottom: 1rem;
  }
  
  .count {
	justify-content: left;
  }
  .cartBtn .themeBtn {
    margin-left: 2rem;
	background-color: #B17743;
    padding: 12px 3.75rem;
    text-align: center;
    color: var(--white);
}

.headcig h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
    margin-top: 2rem;
    text-transform: capitalize;
    text-decoration: underline;
}

.prodctdetailContent h2 {
    text-transform: uppercase;
    font-weight: 600;
}

.prodctdetailContent span {
    font-weight: 500;
}

.sku p {
    font-size: 1.2rem;
    font-weight: 500;
}
.sku a {
    color: #B17743;
}
.yearWrap img {
	width: 100%;
	height: 260px;
}