body
{
	overflow-x: hidden;
}
section>.common-container {
	width: 1720px;
	margin: 0 auto;
	padding: 0px;
}

@media (width <=1920px) {
	section>.common-container {
		width: 1720px;
		margin: 0 auto;
	}

}

@media (width <= 1820px) {
	section>.common-container {
		width: 1620px;
		margin: 0 auto;
	}

}

@media (width <= 1720px) {
	section>.common-container {
		width: 1520px;
		margin: 0 auto;
	}

}

@media (width <=1680px) {
	section>.common-container {
		width: 1480px;
		margin: 0 auto;
	}
}

@media (width <=1536px) {
	section>.common-container {
		width: 1336px;
		margin: 0 auto;
	}

}

@media (width <=1440px) {
	section>.common-container {
		width: 1240px;
		margin: 0 auto;
	}

}

@media (width <=1280px) {
	section>.common-container {
		width: 1100px;
		margin: 0 auto;
	}
}


@media (width <=1140px) {
	section>.common-container {
		width: 1000px;
		margin: 0 auto;
	}

}

@media (width <=1080px) {
	section>.common-container {
		width: 980px;
		margin: 0 auto;
	}

}


@media (width <=1024px) {
	section>.common-container {
		width: 924px;
		margin: 0 auto;
	}
}

@media (width <=992px) {
	section>.common-container {
		width: 700px;
		margin: 0 auto;
	}

}

@media (width <=768px) {
	section>.common-container {
		width: 100%;
		margin: 0 auto;
		padding: 0px 10px;
	}
}

.pdptopslider {
  color: #fff;
}

.pdptopslider .row-padding
{
	padding: 1.5rem;
}

.pdptopslider .col-padding
{
	padding: 0px 15px 0px 0px;
}
.pdptopslider .swiper-container {
  width: 100%;
  height: 100%;
}

.pdptopslider .pdptopslider_next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #ffffff;
	padding: 12px;
	margin-top: 15px;
	transition: 0.2s ease;
}

.pdptopslider .pdptopslider_next:hover
{
	background: #000000;
}

.pdptopslider .pdptopslider_next:hover svg path
{
	stroke: #bda371;
}

.pdptopslider .col-flex
{
	display: flex;
	flex-direction: column;
}

.pdptopslider .pdptopslider__thumbs {
  height: calc(634px - 96px);
  overflow: hidden;

}
.pdptopslider__thumbs .pdptopslider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  background-color: #ffffff;
}
.pdptopslider__thumbs .pdptopslider__image:hover {
  opacity: 1;
}
.pdptopslider__thumbs .swiper-slide-thumb-active .pdptopslider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.pdptopslider .pdptopslider__images {
  height: 600px;
  overflow: hidden;
  background-color:#ffffff;
  padding: 30px;
}

.pdptopslider .pdptopslider__image {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;

}
.pdptopslider .pdptopslider__image img {
  display: block;
  width: auto;
  height: 536px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pdptopslider .pdptopslider__thumbs .pdptopslider__image img
{
    display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
} .pdptopslider__image img
{
    display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pdptopslider .pdptopslider__images .swiper-slide:first-child .pdptopslider__image img
{
	height: 400px;
}

.pdpcollection {
	margin-top: 15px;
	position: relative;
}

.pdpcollection .pdp-collection-bg
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 600px;
}

.pdpcollection::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.pdpcollection-content {
	position: absolute;
    text-align: center;
    z-index: 2;
    width: 100%;
	padding: 0px 30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.pdpcollection-content h3 {
	color: white;
	font-size: clamp(28px, calc(1.75rem + (48 - 28) * ((100vw - 768px) / (1920 - 768))), 48px);
	font-family: "Playfair Display", serif;
	font-weight: 400;

}

.pdpcollection-content p {
	margin: 20px 0 0px;
	color: white;
	font-size: 16px;
	line-height: 1.3;
	font-family: "Figtree", sans-serif;
}

.pdpcollection-content .add-to-cart
{	
	width: 50% !important;
}

.pdpcollection img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.product-details {
	color: #222;
	padding: 50px 50px 0;
	background: #fff;
}

.product-details .breadcrumb {
	
	margin-bottom: 16px;
	padding: 0px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	padding-bottom: 10px;
}


.product-details .breadcrumb li a  {
	color: #707070;
	font-size: 14px;
	font-family: "Figtree", sans-serif;
	font-weight: 400;
	text-decoration: none;
	transition: 0.4s ease;
}

.product-details .breadcrumb li a:hover
{
	color: #707070;
	text-decoration: underline !important;
    text-underline-position: under;
}


.product-details .breadcrumb li:not(:last-child)::after {
  content: ""; 
  display: none;
}


.product-details .product-title {
	font-size: clamp(28px, calc(1.75rem + (48 - 28) * ((100vw - 768px) / (1920 - 768))), 48px);
	font-weight: 400;
	color: #bda371;
	font-family: "Playfair Display", serif;
	 text-transform: capitalize;
	 margin-bottom: 15px;
}

.product-details .product-subtitle {
	color: #000;
	font-family: "Playfair Display", serif;
	font-size: clamp(18px, calc(1.125rem + (36 - 18) * ((100vw - 768px) / (1920 - 768))), 36px);
	font-weight: 400;
	 text-transform: capitalize;
	 margin-bottom: 15px;
}



.product-details .product-meta {
	margin-top: 10px;
	font-size: 14px;
	color: #707070;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.product-details .product-description {
	margin-top: 35px;
	font-size: 14px;
	line-height: 1.2;
	color: #707070;
	margin-bottom: 0;
	font-family: "Figtree", sans-serif;
}

.product-details .readMore {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #707070;
	text-decoration: underline !important;
	font-family: "Figtree", sans-serif;
}

.product-details .readMore:hover {
	color: unset !important;
}

.product-details .configuration-inner {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.product-details .standard-configurations h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	color: #707070;
	text-transform: uppercase;
	font-family: "Figtree", sans-serif;
}

.product-details .standard-configurations ul {
	list-style: none;
	padding: 0;
	font-size: 14px;
	margin-bottom: 24px;
}

.product-details .standard-configurations li {
	margin-bottom: 0;
	color: #707070;
	font-family: "Figtree", sans-serif;
	font-size: 14px;
}

.product-details .product-buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}

.product-details .product-buttons button {
	padding: 15px 40px;
	background: none;
	border: 1px solid #EEEEEE;
	text-align: left;
	font-size: 12px;
	cursor: pointer;
	transition: background 0.2s ease;
	color: #707070;
	font-family: "Figtree", sans-serif;
}

.product-details .product-buttons button:hover {
	background-color: #f2f2f2;
}

.product-details .product-specs {
	font-size: 14px;
}

.product-details .spec-row {
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	margin-bottom: 50px;
}

.product-details  .spec-row .spec-text {
	width: 20%;
}

.product-details  .spec-box {
	width: 70px;
	height: 70px;
	border: 1px solid #EEEEEE;
	background-color: rgb(204, 204, 204, 0.5);
}

.product-details  .spec-row span {
	font-size: 14px;
	color: #707070;
	font-family: "Figtree", sans-serif;
}

.product-details  .spec-row .highlight {
	width: 40%;
	color: #bda371;
	font-weight: bold;
}


.pdptopslider .available-box {
	padding: 0 0 0px;
	text-align: center;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	border-right: 1.5px solid #707070;
	border-left: 1.5px solid #707070;
	border-bottom: 1.5px solid #707070;
	width: 100%;
}

.pdptopslider .available-title {
	margin-bottom: 0px;
	color: #c2a46d;
	position: relative;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	white-space: nowrap;
	font-weight: 600;
    letter-spacing: 1px;
}

.pdptopslider .available-title span {
	margin-top: -10px;
}

.pdptopslider .available-title::before,
.pdptopslider .available-title::after {
	content: "";
	width: 37%;
	height: 1px;
	background-color: #707070;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.pdptopslider .available-title::before {
	left: -110px;
}

.pdptopslider .available-title::after {
	right: -110px;
}

.pdptopslider .available-list {
	display: flex;
	justify-content: center;
	list-style: none;
	padding-left: 0px;
	flex-wrap: wrap;
	padding: 0px 10px 10px 10px;
	margin: 0px;
}

.pdptopslider .available-list li {
	font-size: 14px;
	color: #c2a46d;
	margin-left: 5px;
	display: flex;
	gap: 5px;
	align-items: center;
}

.pdptopslider .available-count {
	font-weight: bold;
}

.pdptopslider .available-name {
	white-space: nowrap;
}

.product-details .configurator {
	margin: 30px auto;
	position: relative;
}

.product-details .config-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	border-top: 1px solid #eee;
	padding: 10px 0;
	gap: 10px;
}

.product-details .config-row:last-child {
	border-bottom: 1px solid #eee;
	;
}

.product-details .config-titles
{
	display: flex;
	margin-bottom: 10px;
}

.product-details .config-op {
	/* position: absolute; */
	left: 18%;
	top: -23px;
	font-size: 12px;
	color: #aaa;
	margin-left: 5px;
	font-size: 13px;
	font-family: "Figtree", sans-serif;
	width: 25%;
    text-align: right;
}

.product-details .config-recommended {
	/* position: absolute; */
	right: 32%;
	top: -25px;
	font-size: 12px;
	color: #aaa;
	margin-left: 5px;
	font-size: 13px;
	font-family: "Figtree", sans-serif;
	width: 48%;
    text-align: right;
}

.product-details .config-label {
	width: calc(20% - 0px);
	font-weight: normal;
	color: #000;
	font-size: 14px;
	font-family: "Figtree", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.product-details .config-value {
	width: calc(30% - 0px);
	color: #b99b57;
	font-weight: 600;
	font-family: "Figtree", sans-serif;
	font-size: 14px;
	text-transform: capitalize;
}

.product-details .config-options {
	flex: 3;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.product-details .option-circle,
.product-details .option-swatch {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: none;
	font-family: "Figtree", sans-serif;
	background: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #000;
	border: 0px solid transparent;
	transition: 0.2s ease-in-out;
	padding: 0px;
	pointer-events: auto !important;
}

.product-details .option-circle:hover,
.product-details .option-swatch:hover,
.product-details .option-plus:hover
{
	border: 4px solid #000000;
}

.product-details .option-circle {
	border: 1px solid #eee;
	background: #eee;
}

.product-details .option-swatch,
.product-details .option-circle {
	position: relative;
}

/* Tooltip style */
.product-details .option-swatch::after,
.product-details .option-circle::after {
	content: attr(data-tooltip);
	position: absolute;
	bottom: 36px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	background: #333;
	color: #fff;
	padding: 5px 8px;
	border-radius: 4px;
	font-size: 11px;
	opacity: 0;
	/* pointer-events: none; */
	transition: opacity 0.3s;
	z-index: 10;
}

.product-details .option-swatch::before,
.product-details .option-circle::before {
	content: "";
	position: absolute;
	top: -9px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #333;
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 10;
}

.product-details .option-swatch:hover::after,
.product-details .option-swatch:hover::before,
.product-details .option-circle:hover::after,
.product-details .option-circle:hover::before {
	opacity: 1;
}


.product-details .option-circle.selected,
.product-details .option-swatch.selected {
	border: 4px solid #000;
}

.product-details .option-circle.selected:before,
.product-details .option-swatch.selected:before {
	top: -8px;
}	

.product-details .option-circle.selected:after,
.product-details .option-swatch.selected:after {
	transform: translate(-50%, 5%);
}	

.product-details .option-swatch img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.product-details .option-plus {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #BDA371;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	font-weight: 500;
	line-height: 0;
	font-size: 22px;
	border: 0px solid transparent;
	padding: 0px;
}


.product-details .option-count {
	font-weight: normal;
	color: #aaa;
	margin-left: 5px;
	font-size: 13px;
	width: calc(10% - 0px);
}


.product-details .product-container {
	margin: 30px auto;
	padding: 20px 0;
}

.product-details .price-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-details .price-section .price-section-inner
{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.product-details .price {
	font-size: clamp(24px, calc(1.5rem + (28 - 24) * ((100vw - 768px) / (1920 - 768))), 28px);
	font-weight: bold;
	color: #707070;
	font-family: "Figtree", sans-serif;
	line-height: normal;
}

.product-details .old-price {
	font-size: 14px;
	text-decoration: line-through;
	margin-left: 5px;
	color: #707070;
	font-family: "Figtree", sans-serif;
}

.product-details .qty-wrapper {
	display: flex;
	align-items: flex-end;
}

.product-details .qty-label {
	margin-right: 10px;
	color: #707070;
	font-family: "Figtree", sans-serif;
	font-weight: 600;
	font-size: 18px;
}

.product-details .qty-controls {
	display: flex;
	align-items: center;
}

.product-details .qty-btn {
	width: 48px;
	height: 48px;
	border: 1px solid #eee;
	background: #EEEEEE;
	font-size: 20px;
	cursor: pointer;
	color: #707070;
	transition: 0.4s ease;
	justify-content: center;
	align-items: center;
	display: flex;
}

.product-details .qty-btn:hover
{
	background: #000000;
	color: #ffffff;
	border: 1px solid transparent;
}


.product-details #qty {
	width: 48px;
	text-align: center;
	border: 1px solid #eee;
	height: 40px;
	color: #707070;
	margin: 3px;
}

.product-details .qty-controls input {
	width: 48px;
	height: 48px;
	border: 1px solid #eee;
	background: #ffffff;
	font-size: 20px;
	cursor: pointer;
	color: #707070;
	margin: 0px 5px;
	text-align: center;
    font-weight: 800;
    font-size: 24px;
	border-radius: 0px;
}


.product-details .add-to-cart,
.pdpcollection-content .add-to-cart  {
	width: 100%;
	background: black;
	color: #BDA371;
	font-family: "Figtree", sans-serif;
	padding: 20px 50px;
	font-weight: normal;
	border: none;
	cursor: pointer;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 600;
	transition: 0.4s ease;
	border: 1px solid transparent;
	display: inline-block;
}

.product-details .add-to-cart:hover,
.pdpcollection-content .add-to-cart:hover
{
	border: 1px solid #BDA371;
	color: #000000;
	background: #BDA371;
}

.product-details .tax-info {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 20px;
	font-size: 16px;
	color: #777;
}

.product-details .accordion .accordion-title {
	width: 100%;
	text-align: left;
	padding: 15px 0 15px 10px;
	font-weight: bold;
	font-size: 18px;
	background: #fff;
	cursor: pointer;
	border: 0;
	position: relative;
	font-family: "Figtree", sans-serif;
	color: #000000;
	transition: 0.2s ease;
	display: flex;
    justify-content: space-between;
    align-items: center;
}


.product-details .accordion .accordion-title:hover
{
 background-color: #efefef;
}

.product-details .accordion-item.active .accordion-title::after {
	content: "-";
}

.product-details .accordion-item .accordion-title::after {
	content: "+";
	color: #707070;
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 30px;
    font-weight: 400;
}

.product-details  .accordion .accordion-content {
	padding: 10px 10px;
	display: none;
	font-size: 14px;
	font-family: "Figtree", sans-serif;
}

.product-details .accordion .accordion-content p
{
	margin-bottom: 0px;
}

.product-details .accordion-item {
	border: 0 !important;
	border-bottom: 1px solid #eee !important;
}



.option-swatch.highlight {
	outline: 2px solid #d4af37;
	/* gold highlight */
	box-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
	transform: scale(1.1);
	transition: all 0.2s ease;
}

.product-details .whatsapp-chat a {
	margin-top: 20px;
	border: 1px solid #eee;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.product-details .whatsapp-chat a {
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	color: #707070;
	font-weight: 600;
}

.product-details .whatsapp-chat a:hover
{
	color: #000000;
}

.product-details .whatsapp-chat img {
	width: 30px;
	height: 30px;
}


.drift-zoom-pane {
	width: 500px !important;
	height: 500px !important;
	top: 35% !important;
	left: auto !important;
	right: 35% !important;
	bottom: 0 !important;
	transform: none !important;
	z-index: 9990999;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
	background: white !important;
	overflow: hidden;
}

.drift-bounding-box {
	/* background-color: rgba(0, 0, 0, 0.5) !important; */
	z-index: 9;
	/* width: 150px;
	height: 150px;
	transform: scale(1); */


	width: 150px !important;
	height: 150px !important;
	border: 1px solid #000;
	/* adjust border color */
	background-color: rgba(0, 0, 0, 0.5) !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	pointer-events: none;
}

.drift-zoom-pane-loader {
	height: 10px;

}


/* PROJECT GALLERY */

.projectSwiper .common-pagination-slider {
	border-bottom: none !important;
	/* top: 12% !important; */
}

.projectSwiper .swiper-button-prev img,
.projectSwiper .swiper-button-next img {
	max-width: 20px;
}

.pdp-project-gallery-panel, .pdp-discover-section
{
	margin: 80px 0px;
	position: relative;
}

.pdp-project-gallery-panel .collection-subheadings,
.pdp-discover-section .trending-header .trending-title
{
	color: #BDA371;
	font-family: 'Playfair Display';
	font-size: clamp(28px, calc(1.75rem + (48 - 28) * ((100vw - 768px) / (1920 - 768))), 48px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 30px;
	text-align: center;
	text-transform: capitalize;
}

.pdp-project-gallery-panel .galleryProductSwiper .swiper-slide img,
.pdp-discover-section .pdp-discover-slider .swiper-slide img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pdp-project-gallery-panel .galleryProductSwiper .swiper-wrapper,
.pdp-discover-section .pdp-discover-slider .swiper-wrapper {
    padding-bottom: 65px;
}

.pdp-project-gallery-panel .swiper-pagination.galleryProductSwiper-pagination,
.pdp-discover-section .swiper-pagination.pdp-discover-slider-pagination {
    width: 85%;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    gap: 0px;
    box-sizing: border-box;
    border-bottom: 2px solid #838383;
}

.pdp-project-gallery-panel .swiper-pagination.galleryProductSwiper-pagination .swiper-pagination-bullet,
.pdp-discover-section .swiper-pagination.pdp-discover-slider-pagination .swiper-pagination-bullet
{
    height: 8px;
    transition: all 0.35s ease;
    -webkit-box-flex: 1;
    cursor: pointer;
    border-radius: 5px;
    background: transparent;
    flex: 1;
    margin-bottom: -4px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.pdp-project-gallery-panel .swiper-button-next:after, .pdp-project-gallery-panel .swiper-button-prev:after,
.pdp-discover-section .swiper-button-next:after, 
.pdp-discover-section .swiper-button-prev:after
 {
    content: "";
}


.pdp-project-gallery-panel .swiper-button-next.galleryProductSwiper-next, 
.pdp-project-gallery-panel .swiper-button-prev.galleryProductSwiper-prev,
.pdp-discover-section .swiper-button-next.pdp-discover-slider-next, 
.pdp-discover-section .swiper-button-prev.pdp-discover-slider-prev
{
    top: 98%;
	width: 52px;
    height: 52px;
}

.pdp-project-gallery-panel .swiper-button-next.galleryProductSwiper-next,
.pdp-discover-section .swiper-button-next.pdp-discover-slider-next {
    right: 24px;
}

.pdp-project-gallery-panel .swiper-button-prev.galleryProductSwiper-prev,
.pdp-discover-section .swiper-button-prev.pdp-discover-slider-prev  {
    left: 24px;
}

.pdp-project-gallery-panel .swiper-button-next.galleryProductSwiper-next:hover svg g circle, .pdp-project-gallery-panel .swiper-button-prev.galleryProductSwiper-prev:hover svg g circle,
.pdp-discover-section .swiper-button-next.pdp-discover-slider-next:hover svg g circle, 
.pdp-discover-section .swiper-button-prev.pdp-discover-slider-prev:hover svg g circle{
    fill: #000000;
}

.pdp-project-gallery-panel .swiper-pagination.galleryProductSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pdp-discover-section .swiper-pagination.pdp-discover-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
    background-color: #BDA375;
}

.pdp-project-gallery-panel .pagination-counter.galleryProductSwiper-counter,
.pdp-discover-section .pagination-counter.pdp-discover-slider-counter
 {
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    color: #000000;
	font-size: 18px;
	font-weight: 600;
}

.pdp-discover-section .pdp-discover-slider  .swiper-slide .inner-item {
    border: 1px solid #bda371;
    padding: 10px;
}

.pdp-discover-section .pdp-discover-slider .swiper-slide .inner-item .product-img {
    width: 100%;
}

.pdp-discover-section .pdp-discover-slider .swiper-slide .inner-item .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;;
}

.pdp-discover-section .pdp-discover-slider .swiper-slide .inner-item .commonBtn, .pdp-discover-section .pdp-discover-slider .swiper-slide .inner-item .addToCart {
    border: 1px solid #bda371;
    font-family: "Figtree";
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 5px;
    width: 100%;
    background: #000000;
    letter-spacing: 0.7px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.pdp-discover-section .pdp-discover-slider .swiper-slide .inner-item .commonBtn:hover, .pdp-discover-section .pdp-discover-slider .swiper-slide .inner-item .addToCart:hover {
    background: #bda371;
    border: 1px solid #bda371;
}

.pdp-discover-section .pdp-discover-slider .trending-text {
    padding: 5px;
    width: 100%;
    color: #000000;
}

.pdp-discover-section .pdp-discover-slider .trending-text h4 {
    font-size: 13px;
    font-weight: 100;
    text-align: center;
    margin-top: 10px;
    white-space: normal;
    word-wrap: break-word;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
}

.pdp-discover-section .pdp-discover-slider .trending-text h5 {
    margin-top: 12px;
    font-size: 14px;
    color: #bda371;
    text-transform: uppercase;
    text-align: center;
}

.display-deskstop
{
	display: block;
}

.display-mobi 
{
	display: none;
}



@media (width <= 1680px)
{
	.product-details
	{
		padding: 30px 30px 0;
	}
	.pdptopslider .pdptopslider__images
	{
		padding: 15px;
	}
}

@media (width <= 1440px)
{
	.product-details .config-label 
	{
		width: calc(15% - 0px);
	}

	.product-details .config-op
	{
		width: 21%;
	}

	.product-details .config-recommended
	{
		width: 52%;
	}

	.pdp-discover-section .pdp-discover-slider .swiper-slide .inner-item .commonBtn, 
	.pdp-discover-section .pdp-discover-slider .swiper-slide .inner-item .addToCart
	{
		font-size: 10px;
		padding: 10px 3px;
	}

	.pdp-discover-section .pdp-discover-slider .swiper-slide .inner-item {
    padding: 5px;
	}

	.pdp-project-gallery-panel .galleryProductSwiper .swiper-wrapper, .pdp-discover-section .pdp-discover-slider .swiper-wrapper {
		padding-bottom: 60px;
	}

	.pdp-project-gallery-panel .swiper-pagination.galleryProductSwiper-pagination, .pdp-discover-section .swiper-pagination.pdp-discover-slider-pagination
	{
		width: 82%;
	}
	
	.pdp-project-gallery-panel .swiper-button-next.galleryProductSwiper-next, .pdp-project-gallery-panel .swiper-button-prev.galleryProductSwiper-prev, .pdp-discover-section .swiper-button-next.pdp-discover-slider-next, .pdp-discover-section .swiper-button-prev.pdp-discover-slider-prev
	{
		top: calc(98% - 5px);
	}

	.pdp-project-gallery-panel .swiper-button-next.galleryProductSwiper-next, .pdp-project-gallery-panel .swiper-button-prev.galleryProductSwiper-prev
	{
		top: calc(98% - 3px);
	}

	.pdpcollection-content .add-to-cart {
    	width: 66% !important;
	}

	.pdpcollection .pdp-collection-bg
	{
		height: 350px;
	}

	.product-details .add-to-cart, .pdpcollection-content .add-to-cart
	{
		font-size: 16px;
		padding: 13px 43px;
	}

	.pdptopslider .pdptopslider__images
	{
		height: 500px
	}

	.pdptopslider .pdptopslider__thumbs {
		height: calc(534px - 96px);
	}

	.pdptopslider .pdptopslider__image img
	{
		height: 436px;
	}

	.pdptopslider .pdptopslider__images .swiper-slide:first-child .pdptopslider__image img {
		height: 300px;
	}

	.pdptopslider .row-padding {
    	padding: 1rem;
	}
	.product-details {
        padding: 20px 20px 0;
    }
	.pdp-project-gallery-panel, .pdp-discover-section
	{
		margin: 50px 0px;
	}
}

@media (width <= 1120px)
{
	.pdp-discover-section .swiper-button-next.pdp-discover-slider-next, .pdp-discover-section .swiper-button-prev.pdp-discover-slider-prev {
        top: calc(98% - 5px);
    }
	.pdptopslider .pdptopslider__images {
        height: 400px;
    }

	.pdptopslider .pdptopslider__image img {
        height: 366px;
    }

	.pdptopslider .pdptopslider__thumbs {
        height: calc(434px - 90px);
    }

	.pdptopslider .pdptopslider__images .swiper-slide:first-child .pdptopslider__image img {
        height: 200px;
    }

	.pdptopslider .pdptopslider_next
	{
		height: 40px;
	}

	.pdptopslider .pdptopslider_next svg
	{
		height: 15px;
    	width: 30px;
	}

	.product-details .config-op {
        width: 23%;
    }


	.pdptopslider .available-title
	{
		font-size: 16px;
	}
	.pdptopslider .available-box
	{
		padding: 0 0 0px;
	}
	.pdptopslider .available-list li
	{
		font-size: 12px;
	}

	.product-details .add-to-cart, .pdpcollection-content .add-to-cart {
		font-size: 12px;
		padding: 13px 23px;
		width: 100% !important;
  	}
}

@media (width <= 992px)
{
	.pdptopslider .pdptopslider__images {
        height: 500px;
    }
	.pdptopslider .pdptopslider__image img {
        height: 500px;
    }
	.pdptopslider .pdptopslider__thumbs {
        height: calc(534px - 90px);
    }

	.pdptopslider .pdptopslider__images .swiper-slide:first-child .pdptopslider__image img {
        height: 300px;
    }

	.display-deskstop
	{
		display: none;
	}
	.display-mobi
	{
		display: block;
	}

	.product-details .config-op {
        width: 20%;
    }

	.product-details .config-recommended {
        width: 50%;
    }

	.pdp-project-gallery-panel .swiper-pagination.galleryProductSwiper-pagination, .pdp-discover-section .swiper-pagination.pdp-discover-slider-pagination {
        width: 74%;
    }
	.pdp-discover-section .swiper-button-next.pdp-discover-slider-next, .pdp-discover-section .swiper-button-prev.pdp-discover-slider-prev {
		top: calc(98% - 2px);
    }

	.pdp-project-gallery-panel .swiper-button-next.galleryProductSwiper-next, .pdp-project-gallery-panel .swiper-button-prev.galleryProductSwiper-prev {
        top: calc(98% - 4px);
    }

	.product-details {
        padding: 15px 15px 0;
    }

	.product-details .breadcrumb,
	.product-details .product-title,
	.product-details .product-subtitle,
	.product-details .product-meta
	{
		margin-bottom: 5px;
	}

	.product-details .configurator {
		margin: 15px auto;
	}

	.product-details .accordion .accordion-title
	{
		font-size: 16px;
	}
	
}

@media (width <= 768px) {

  .pdptopslider .pdptopslider__images {
    width: 100%;
  }
  	
}

@media (width <= 468px)
{
	.pdptopslider .row-padding {
        padding: 10px 10px;
    }

	.pdptopslider .col-padding
	{
		padding: 0px 0px 0px 0px;
	}

	.pdptopslider .pdptopslider__images {
        height: 400px;
    }
	.pdptopslider .col-flex
	{
		display: flex;
		flex-direction: row;
		margin: 10px 0px 0px 0px;
	}

	.pdptopslider .pdptopslider_next
	{
		height: auto;
        margin: 0 0 0 10px;
		padding: 5px;
	}

	.pdptopslider .pdptopslider_next svg
	{
		transform: rotate(270deg);
	}

	.pdptopslider .available-title::before, .pdptopslider .available-title::after {
		width: 28%;
	}

	.pdptopslider .pdptopslider__images .swiper-slide:first-child .pdptopslider__image img {
        height: 200px;
    }

	.pdptopslider .pdptopslider__thumbs {
        height: calc(180px - 90px);
    }

	.pdptopslider .pdptopslider__image img {
        height: 340px;
    }

	.product-details .config-row
	{
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.product-details .config-value
	{
		width: 100%;
	}

	/* .product-details .config-value,
	.product-details .option-count,
	.product-details .config-label
	{
		font-size: 16px;
	} */

	.product-details .tax-info
	{
		flex-wrap: wrap;
	}

	.product-details .tax-info span
	{
		width: 100%;
	}
	.product-details .qty-btn,
	.product-details .qty-controls input {
		width: 30px;
		height: 30px;
	}

	.product-details .qty-controls input
	{
		font-size: 18px;
	}

	.pdp-project-gallery-panel, .pdp-discover-section {
    margin: 40px 0px;
    position: relative;
	}

	.pdp-project-gallery-panel .swiper-pagination.galleryProductSwiper-pagination, .pdp-discover-section .swiper-pagination.pdp-discover-slider-pagination {
        width: 60%;
    }
	.pdp-discover-section .pdp-discover-slider .swiper-slide .inner-item .commonBtn, .pdp-discover-section .pdp-discover-slider .swiper-slide .inner-item .addToCart {
        font-size: 8px;
    }

	.pdp-project-gallery-panel .swiper-button-next.galleryProductSwiper-next, .pdp-discover-section .swiper-button-next.pdp-discover-slider-next {
    right: 20px;
	}
	.pdp-project-gallery-panel .swiper-button-prev.galleryProductSwiper-prev, .pdp-discover-section .swiper-button-prev.pdp-discover-slider-prev {
    left: 20px;
	}
	.pdp-project-gallery-panel .swiper-button-next.galleryProductSwiper-next, .pdp-project-gallery-panel .swiper-button-prev.galleryProductSwiper-prev, .pdp-discover-section .swiper-button-next.pdp-discover-slider-next, .pdp-discover-section .swiper-button-prev.pdp-discover-slider-prev {
		width: 42px;
		height: 42px;
	}

	.pdp-project-gallery-panel .swiper-button-next.galleryProductSwiper-next, .pdp-project-gallery-panel .swiper-button-prev.galleryProductSwiper-prev,
	.pdp-discover-section .swiper-button-next.pdp-discover-slider-next, .pdp-discover-section .swiper-button-prev.pdp-discover-slider-prev {
        top: calc(98% - 0px);
    }
	.product-details .price-section .price-section-inner span
	{
		width: 100%;
	}
	.product-details .product-container {
		margin: 20px auto;
		padding: 0px 0;
	}
	.product-details .config-label {
        width: calc(100% - 60px);
    }
}

.option-circle .va-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    display: inline-block;
	pointer-events: none;
}