

body:not(.tempalte-index) .google-translate, body:not(.tempalte-index) .skiptranslate {
	display: none;
}
body {
	top: 0px !important;
}



.show-contact-dialog .contact-dialog{
	transform: translateX(0);
}
.contact-dialog {
	position: fixed;
	right: 0;
	bottom: 150px;
	z-index: 999;
	background: #f5f6fa;
	box-shadow: 0 0 10px 5px #00000014;
	border-radius: 10px 0 0 10px;
	transform: translateX(100%);
	transition: all ease-in-out 250ms;
}

.contact-dialog a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 10px;
}
.contact-dialog li:not(:last-child) a{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff
}

.contact-dialog svg {
	width: 35px;
	height: 35px; 
}

.contact-dialog ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 10px 0;
}

.close-contact-dialog {
	position: absolute;
	right: 10px;
	top: -10px;
	height: 20px;
	width: 20px;
	background: #5c5c5c;
	border-radius: 5px;
}

.close-contact-dialog::after, .close-contact-dialog::before {
	content:'';
	width: 2px;
	height: 15px;
	background: #fff;
	position:absolute;
	top: 50%;
	left: 50%;
}
.close-contact-dialog::after{
	transform: translate(-50%, -50%) rotate(45deg)
}
.close-contact-dialog::before{
	transform: translate(-50%, -50%) rotate(-45deg)
}

.contact-dialog-btn {
	background: #1f3a7d;
	color: #fff;
	position: fixed;
	right: 0;
	bottom: 200px;
	z-index: 998;
	writing-mode: vertical-rl; 
	text-orientation: mixed;
	transform: rotate(180deg);
	padding: 20px 5px;
	font-size: 16px;
	box-shadow: 0 0 5px 0px #00000014;
	border-radius: 0 10px 11px 0;
	transition: all ease-in-out 150ms;
}

.contact-dialog-btn:hover {
	color: #fff;
}
.show-contact-dialog .contact-dialog-btn {
	opacity: 0;
	visibility: hidden;
}

body:not(.tempalte-index) #f-menu {
	//display: none;
}
body:not(.tempalte-index) .f-header-top-banner{
	display: none;
}
.proLoop .productPrice {
	display: flex;
	flex-direction: column-reverse;
}

#footer-actions .footer-action-item span {
	margin-top: 5px;
	text-align: center;
	width: max-content;
}

@media(max-width: 767px){
	#page-product .page-product-info .page-product-images .lSPager li {
		padding: 1px;
	}

	.lSSlideOuter .lSPager.lSpg>li a {
		width: 5px;
		height: 5px;
	}

	#page-product .page-product-info .page-product-images ul{
		display: flex;
		overflow: auto;
		justify-content: center;
	}
	#page-product .page-product-info .page-product-info-wrap .page-product-info-right {
		display: flex;
		flex-direction: column;
		padding:0;
	}

	#page-product .page-product-info .page-product-info-wrap .page-product-info-price {
		order: -1;
		justify-content: flex-start;
		gap: 5px;
		margin: 0;
		margin-bottom: 3px;
	}
	#page-product .page-product-info .page-product-info-wrap .page-product-info-price .page-product-info-pricewrap {
		flex-direction: row-reverse;
		align-items: flex-end;
		gap: 5px;
	}

	#page-product .page-product-info .page-product-info-wrap .page-product-info-newprice {
		font-size: 18px;
		flex-shrink: 0;
	}

	#page-product .page-product-info .page-product-info-wrap .page-product-info-oldprice {
		margin: 0;
		flex-shrink: 0;
	}

	#page-product .page-product-info .page-product-info-wrap .page-product-info-badge-discount {
		background: #fc8020;
		border-radius: 0;
		width: auto;
		height: auto;
		padding: 2px 5px;
		font-size: 11px;
	}
	.contact-dialog-btn {
		bottom: 100px;
	}
	#index-flashsale {
		padding-bottom: 10px;
	}
	#index-categories {
		padding-top: 10px;
	}
	#index-hotdeal {
		padding-top: 0px;
	}
	.index-collection {
		padding-bottom: 0px;
	}
	#index-categories .index-categories-list .index-category a .index-category-title {
		margin-top: 0;
	}
	#index-categories .index-categories-list .index-category {
		margin-top: 0;
		margin-bottom: 0;
	}
	#index-categories .index-categories-list.owl-carousel .owl-dots {
		margin-top: 0px;
	}

}

#page-product .page-product-info .page-product-info-wrap .page-product-info-price .page-product-info-pricewrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 5px;
}
#page-product .page-product-info .page-product-info-wrap .page-product-info-top .page-product-info-badge span {
	display: inline-flex;
	color: #fff;
	width: 50px;
	height: 26px;
	border-radius: 0;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}
.page-product-info-badge-gift.productGift {
	display: inline-flex;
	color: #fff;
	border-radius: 0;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	background: rgba(250, 82, 81, 0.8);
	position: relative;
	z-index: 1;
	padding: 3px 7px;
}

.page-product-info-badge {
	display: flex;
	gap: 3px;
}
@media (max-width: 767px) {

	.page-product-info-badge-gift.productGift{
		display: none;
	}

}
@media (min-width: 768px) {
	#page-product .page-product-info .page-product-info-wrap .page-product-info-price .page-product-info-badge-discount {
		display: inline-flex;
		background: #fc8020;
		border-radius: 0;
		width: auto;
		height: auto;
		padding: 3px 7px;
		font-size: 11px;
	}
}