    footer,
	.chat-bubble-section {
		display: none;
	}
	body {
		background: #f1f2f2 !important;
		height: auto;
	}
	.ps-table--specification td:first-child {
		padding: 9px 5px !important;
	}
	.size-variant tr :is(th,td){
		padding:15px !important;
		border:0 !important
	}
	.size-variant tr :is(th,td):first-child{
		padding-left:3rem !important;
		padding-right:3rem !important;
		max-width:120px
	}
	.size-variant tr :is(th,td):not(:first-child){
		text-align:center;
	}
	.size-variant tr th,.size-variant tr.even td{
		background:#f0f2f5;
		border-radius:0 !important
	}
	.size-variant tr.odd td{
		padding-top:3rem !important;
		padding-bottom:3rem !important;
	}
	.size-variant .checkmark-flex .form-group input + label::before {
		padding:10px !important;
	}
	.size-variant .checkmark-flex .form-group input:checked + label::after {
		width: 6px;
		height: 10px;
		border-width: 0 3px 3px 0;
		transform: rotate(45deg)translate(-50%,-50%);
		top: 50%; 
	}
	.added-image-table tr :is(th,td){
		padding:15px;
	}
	.added-image-table tr:not(:first-child) td{
		border-top:1px solid #ccc;
	}
	.added-image-table tr th{
		background-color:#f0f2f5;
	}
	html {
		scroll-behavior: smooth;
	}
	.btn-static.no-border::before{
		content:unset;
	}
	#learn-more-popup .even :is(th,td),.ps-table--specification .even :is(th,td){
		background:#f6f6f6 !important;
	}
	.ps-table--specification .odd :is(th,td){
		background:#fff !important
	}
	@media(max-width:1024px){
		.mobile-flex-wrap{
			flex-wrap:wrap !important;
		}
		.mobile-flex-column{
			flex-direction:column !important;
		}
		.mobile-m-0{
			margin: 0 !important;
		}
		.mobile-w-100{
			width:100% !important
		}
		.mobile-mt-5{
			margin-top:3rem !important;
		}
		.item-variant-table thead tr th:not(:first-child){
			min-width:140px;
		}
	}
