footer,
	.chat-bubble-section {
		display: none;
	}
	body {
		background: #f1f2f2 !important;
		height: auto;
	}
	html {
		scroll-behavior: smooth;
	}
	.btn-static.this__toggle.active{
		background:#a2a2a2;
	}
	.btn-static.this__toggle::before{
		content:unset;
	}
	.ps-table--specification .even :is(th,td){
		background:#f6f6f6 !important;
	}
	.ps-table--specification .odd :is(th,td){
		background:#fff !important
	}
	@media(max-width:1199px){
		#vendor-talk-icon{
			display:none;
		}
	}
