footer{
	display: none;
}
.f1gen-main {
	padding: 0;
	margin: 0 !important;
}
#home-backtotop, #f-header, .icon-flashsale, .icon-account-fixed, .contact-dialog-btn {
	display: none;
}

#layout-page {
	background: url('https://cdn.hstatic.net/files/1000006063/file/d_ng_gi__1920_x_1080.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px 0;
	min-height: 100vh;
	display: flex;
	align-items: center;
}
.wrapper {

	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	padding: 0 10px;
}

.page-content {
	display: flex;
	padding: 0 40px;
	padding-left: 100px;
	padding-right: 40px;

}

.page-content .content-slider{
	width: 40%; 
}
.page-content .content-stage {
	width: 60%;
	display: flex;
	flex-direction: column;
	padding-left: 100px;
	position: relative;
}
.pro-info h4 {
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;
}

.select-btn.is-selected {
	background: #83f883;
}
.select-btn.disabled, .select-variant-btn.disabled, .select-btn.soldout {
	background: #a1a1a1;
	color: #e2e2e2;
}
.select-btn.disabled, .select-variant-btn.disabled, .select-btn.soldout {
	background-color: #B0BEC5; 
	color: #757575;
	cursor: not-allowed; 
	pointer-events: none;
	box-shadow: 
		0 4px 6px rgba(0, 0, 0, 0.1), 
		0 0 0 4px rgba(176, 190, 197, 0.3), 
		inset 0 0 10px rgba(255, 255, 255, 0.1); 
}

.select-btn, .select-variant-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ff6b6b; 
	color: #ffffff; 
	font-size: 11px; 
	font-weight: bold; 
	padding: 5px 0px ;
	border: none; 
	border-radius: 20px; 
	position: relative; 
	cursor: pointer;
	text-transform: uppercase; 
	transition: all 0.2s ease; 
	text-align: center;

}
.pro-actions {
	padding: 5px;
}
.select-btn, .select-variant-btn {
	box-shadow: 
		0 4px 6px rgba(0, 0, 0, 0.4), 
		0 0 0 4px rgba(255, 100, 100, 0.6),
		inset 0 0 10px rgba(255, 255, 255, 0.2); 
}

.select-btn:hover, .select-variant-btn:hover {
	color: #ffffff; 
	background-color: #ff4d4d; 
	box-shadow: 
		0 6px 8px rgba(0, 0, 0, 0.5),
		0 0 0 4px rgba(255, 80, 80, 0.8), 
		inset 0 0 10px rgba(255, 255, 255, 0.3); 
}

.select-btn:active, .select-variant-btn:active {
	transform: translateY(1px); 
	box-shadow: 
		0 2px 4px rgba(0, 0, 0, 0.4), 
		0 0 0 4px rgba(255, 100, 100, 0.6),
		inset 0 0 10px rgba(255, 255, 255, 0.3); 
}

.select-btn.is-selected {
	color: #ffffff; 
	background-color: #4CAF50;
}

.select-btn.is-selected {
	box-shadow: 
		0 4px 6px rgba(0, 0, 0, 0.4), 
		0 0 0 4px rgba(76, 175, 80, 0.6),  
		inset 0 0 10px rgba(255, 255, 255, 0.2); 
}

.select-btn.is-selected:hover {
	background-color: #45a049; 
	box-shadow: 
		0 6px 8px rgba(0, 0, 0, 0.5),
		0 0 0 4px rgba(76, 175, 80, 0.8),
		inset 0 0 10px rgba(255, 255, 255, 0.3);
}


.select-btn.is-selected:active {
	color: #ffffff; 
	transform: translateY(1px); 
	box-shadow: 
		0 2px 4px rgba(0, 0, 0, 0.4),
		0 0 0 4px rgba(76, 175, 80, 0.6),
		inset 0 0 10px rgba(255, 255, 255, 0.3);
}

.owl-carousel .owl-nav .owl-prev {
	top: 45%;
	left: -70px;
	transform: rotate(90deg);
}
.owl-carousel .owl-nav .owl-next{
	top: 45%;
	right: -70px;
	transform: rotate(-90deg);
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
	background: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	opacity: 0.8;

}
.owl-carousel .owl-nav button:hover {
	opacity: 1;
}
.owl-carousel .owl-nav button.owl-next span, 
.owl-carousel .owl-nav button.owl-prev span{
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.owl-carousel .owl-nav button span:before,
.owl-carousel .owl-nav button span:after{
	content: '';
	width: 5px;
	height: 19px;
	background: #000;
	position: absolute;
	top: 52%;
	left: 48%;
	border-radius: 10px;
}
.owl-carousel .owl-nav button span:before{
	transform: rotate(45deg) translate(-50%, -50%)
}
.owl-carousel .owl-nav button span:after{
	transform: rotate(-45deg) translate(10%, -55%);
}
.selected-products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.selected-box {
	position: relative;
	padding-top: 100px;
}

.selected-box .back {
	position: relative;
	z-index: 3;
}

.selected-box .front {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
}

.selected-image {
	position: absolute;
	z-index: 3;
	bottom: 25%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 80%;
	transition: all ease-in-out 300ms;
}
.selected-image.selected {
	transform: translate(-50%, -10%);
}

.content-heading-mb {
	display: none;
}

.content-heading {
	text-align: center;
	position: relative;
	z-index: 2;
}

.content-heading h2 {
	font-size: 62px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 700;
}

.content-heading p {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 10px;
}
.submit-btn {
	display: block;
	width: 60%;
	margin: auto;
	margin-top: 20px;
	transition: all ease-in-out 300ms;
}
.submit-btn.disabled {
	filter: grayscale(1);
	pointer-events: none;
}
.pro-loop-dg {
	background: #fff;
	padding: 10px 5px;
	border-radius: 10px;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.pro-image {
	padding: 5px 5px 10px;
}
.pro-image img {
	border-radius: 8px;
}
.deco-bg {
	position: absolute;
	z-index: 1;
}

.deco-bg.deco-1 {
	left: 50px;
	top: 0;
	width: 120px;
}

.deco-bg.deco-2 {
	right: -5px;
	top: -10px;
	width: 130px;
}
@media(max-width: 1440px) {

	.page-content .content-stage{
		padding-left: 60px;
	}
	.page-content {
		padding-left: 60px;
		padding-right: 30px;
	}
	.wrapper{
		gap: 10px;
	}
}
@media(max-width: 1200px) {


	.owl-carousel .owl-nav .owl-next {
		right: -50px;
	}
	.owl-carousel .owl-nav .owl-prev {
		left: -50px;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
		width: 45px;
		height: 45px;
	}

	.pro-loop-dg {
		margin: 0 2px;
		padding: 5px 1px;
	}

	.pro-image {
		padding: 0px 2px 10px;
	}
	.select-btn {
		font-size: 9px;
	}
	.pro-info h4 {
		font-size: 10px;
	}
	.deco-bg.deco-1 {
		width: 80px;
	}

	.deco-bg.deco-2 {
		width: 90px;
		right: -25px;
	}

	.content-heading h2 {
		font-size: 58px;
	}

}

@media(max-width: 767px) {

	#layout-page {
		background: url('https://cdn.hstatic.net/files/1000006063/file/d_ng_gi__1080_x_1920.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		padding: 30px 0;
		overflow: hidden;
	}
	.page-content {
		display: block;
		padding: 0;
		position: relative;
	}
	.page-content .content-slider{
		width: 100%;
		position: relative;
		z-index: 2;
	}
	.page-content .content-stage {
		width: 100%;
		padding: 0;
		position: static;
	}
	.wrapper{
		padding: 0 30px;
	}
	.select-btn {
		font-size: 8px;
		padding: 3px 0px;
	}
	.pro-info h4 {
		font-size: 9px;
		-webkit-line-clamp: 2;
		margin-bottom: 3px;
	}
	.content-heading {
		display: none;
	}

	.content-heading-mb {
		display: block;
		text-align: center;
		margin-bottom: 10px;
		position: relative;
		z-index: 2;
	}

	.content-heading-mb p {
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 3px;
		margin-bottom: 5px;
	}

	.content-heading-mb h2 {
		text-transform: uppercase;
		font-size: 36px;
		font-weight: 700;
		margin: 0;
	}
	.owl-carousel .owl-nav button.owl-next, 
	.owl-carousel .owl-nav button.owl-prev {
		width: 40px;
		height: 40px;
	}
	.owl-carousel .owl-nav .owl-next {
		right: -11px;
	}

	.owl-carousel .owl-nav .owl-prev {
		left: -11px;
	}

	.owl-carousel .owl-nav button span:before, 
	.owl-carousel .owl-nav button span:after {
		height: 15px;
		width: 4px;
	}

	.selected-box {
		padding-top: 45px;
	}

	.selected-products{
		gap:10px;
		padding: 15px 20px 0;
	}
	.submit-btn {
		margin-top: 20px;
	}
	.deco-bg.deco-2 {
		width: 68px;
		right: -25px;
		top: 72%;
	}

	.deco-bg.deco-1 {
		width: 50px;
		top: 20%;
		left: -15px;
	}
}


.modal-dialog {
	max-width: 700px;
}

.productWrap {
	display: flex;
}
.productWrapLeft {
	width: 40%;
}

.productWrapRight {
	width: 60%;
	padding-left: 20px;
}

#select-variant-modal .productTitle {
	font-size: 16px;
	padding: 10px 0;
}
.product-swatch-item .product-swatch-item-element-wrap .product-swatch-item-element label.sd {
	border-color: #820813;
	background: #820813;
	color: #fff;
}
.select-variant-btn {
	padding: 5px 60px;
	display: inline-flex;
	font-size: 16px;
}

.product-swatch-item .product-swatch-item-element-wrap .product-swatch-item-element {
	margin: 0;
	padding-right: 10px;
}

.product-swatch-item .product-swatch-item-element-wrap .product-swatch-item-element label {
	width: 100%;
	margin-bottom: 5px;
}
.product-swatch-item .product-swatch-item-element-wrap .product-swatch-item-element label span:not(.badge-outlet){
  padding: 6px 8px 4px;
}
.productAction {
	text-align: center;
	padding: 25px 5px 15px;
}

.modal-header h6 {
	margin: 0;
}
#page-product-gallery-qv:not(.lightSlider) li:not(:first-child) {
	display: none;
}


.deselect-btn {
	position: absolute;
	z-index: 6;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #4CAF50;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4), 0 0 0 4px rgba(76, 175, 80, 0.6), inset 0 0 10px rgba(255, 255, 255, 0.2);
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px;
	border: none;
	border-radius: 20px;
	transition: all 0.2s ease; 

}
.deselect-btn:hover {
	color: #ffffff; 
	background-color: #45a049; 
	box-shadow: 
		0 6px 8px rgba(0, 0, 0, 0.5),
		0 0 0 4px rgba(76, 175, 80, 0.8),
		inset 0 0 10px rgba(255, 255, 255, 0.3);
}


.deselect-btn:active {
	color: #ffffff; 
	transform: translateX(-50%) translateY(1px); 
	box-shadow: 
		0 2px 4px rgba(0, 0, 0, 0.4),
		0 0 0 4px rgba(76, 175, 80, 0.6),
		inset 0 0 10px rgba(255, 255, 255, 0.3);
}
.deselect-btn[data-vid=''] {
	display: none;
}

@media(max-width: 767px){
	.productWrap {
		display: block;
	}
	#select-variant-modal .productTitle {
		font-size: 14px;
	}
	.productWrapRight, .productWrapLeft{
		width: 100%;
		padding-left: 0;
	}
	.lSSlideOuter .lSPager.lSpg {
		display: none;
	}
	.product-swatch-item .product-swatch-item-element-wrap .product-swatch-item-element {
	}
	.deselect-btn {
		width: 75%;
		padding: 4px 0;
		font-size: 10px;
	}
}
@media(min-width: 767px){
    .page-6p .selected-products {
    padding: 0 85px;
    }
}
.content-heading img {
    width: 55%;
}

.content-heading-mb img {
    width: 70%;
}