				.tps-h1{
					color: #ed2790;
					background-color: #f3f3f3;
					font-size: 125%;
					font-weight: bold;
					display: inline-block;
					padding: 6px 12px;
					text-align: center;
					white-space: wrap;
					vertical-align: middle;
					touch-action: manipulation;
					cursor: pointer;
					border: 1px solid transparant;
					border-radius: 4px;
					width: 100%;
				}
				.tps-h1.active, .tps-h1.focus, .tps-h1:active, .tps-h1:focus, .tps-h1:hover {
					color: #ffffff !important;
					background-color: #ed2790 !important;
					border-color: #ed2790 !important;
				}

				.tps-h2{
					color: #7fc34e;
					background-color: #f3f3f3;
					font-size: 100%;
					font-weight: bold;
					font-style: italic;
					text-align: center;
					font-size: 110%;
					display: inline-block;
					padding: 6px 12px;
					text-align: center;
					white-space: wrap;
					vertical-align: middle;
					touch-action: manipulation;
					cursor: pointer;
					border: 1px solid transparant;
					border-radius: 4px;
					width: 100%;
				}
				.tps-h2.active, .tps-h2.focus, .tps-h2:active, .tps-h2:focus, .tps-h2:hover {
					color: #ffffff !important;
					background-color: #7fc34e !important;
					border-color: #7fc34e !important;
				}
			.tps-product-box{
				border: 1px solid #E7E7E7;
				margin: 5px;
				padding: 5px;
				display: inline-block;
				width: 260px;
				height: 300px;
				vertical-align: middle;
				color: #777;
			}
			.tps-product-box-header{
				height: 50px;
				text-align: center;
				color: #777;
				font-weight: bold;
			}
			.tps-product-box-content{
				text-align: center;
			}	
			.tps-product-box-footer{
				text-align: center;
			}
			.tps-product-box:hover{
				border-top: 1px solid #D0D0D0;
				border-left: 1px solid #D0D0D0;
				border-right: 2px solid #9E9D9D;
				border-bottom: 2px solid #9E9D9D;
				margin: 5px;
				padding: 5px;
				display: inline-block;
				width: 260px;
				height: 300px;
				vertical-align: middle;
			}
			.tps-directmain{
				margin: 0 auto;
				padding: 5px;
				vertical-align: top;
				text-align: center;
			}
			.tps-maincenter{
				text-align: center;
				margin: 0 auto;
				padding: 5px;

			}
			.tps-altern{
				padding: 25px;
				border: 1px solid #E7E7E7;
				margin: 5px;
				width: 260px;
				vertical-align: middle;
				color: #777;
				display: inline-block;
				background-color: #f5f5f5;
			}
			.tps-imgcenter{
				display: inline-block;
			}
			.tps-feature-box1 {
				background: #fff;
				color: #000;
				background: rgba(255,255,255,0.9);


			}

			.accordion-button:not(.collapsed,.tps-h2) {
				color: #ffffff;
				background-color: #ed2790;
				box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
			}
			
			.accordion-button:not(.collapsed, .tps-h1) {
				color: #ffffff;
				background-color: #7fc34e;
				box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
			}
		@media screen and (max-width: 380px) {
				.tps-product-box:hover{
					border-top: 1px solid #D0D0D0;
					border-left: 1px solid #D0D0D0;
					border-right: 2px solid #9E9D9D;
					border-bottom: 2px solid #9E9D9D;
					margin: 5px;
					padding: 5px;
					display: inline-block;
					width: 210px;
					height: 300px;
					vertical-align: middle;
				}
				.tps-product-box{
					border: 1px solid #E7E7E7;
					margin: 5px;
					padding: 5px;
					display: inline-block;
					width: 210px;
					height: 300px;
					vertical-align: middle;
					color: #777;
				}
				.tps-altern{
					padding: 25px;
					border: 1px solid #E7E7E7;
					margin: 5px;
					width: 210px;
					vertical-align: middle;
					color: #777;
					display: inline-block;
					background-color: #f5f5f5;
				}

				
			}
