.main_hidden_content {
	display: none;font-size: 14px; margin-top: 15px;
}
.opt_table_hidden {
	display: none;
}

.product-h1-container{
	background: #E5F0F9;
	padding: 5px 20px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 13px;
	text-transform: uppercase;
	border-radius: 11px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.product-h1-container a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #0F3087;
}

.product-h1-container a:hover{
    color: #91d197;
}

.product-h1-container h1{
	background: transparent;
    padding: 0;
    margin: 0;
}

.product_list{
	justify-content: flex-start;
}

.product__item{
	width: 30.95%;
}





@media screen and (max-width:800px){
	.product__item{width: 100%;}


}

@media (max-width:575px){
	.product-h1-container {
		border-radius:0;
		padding-left:20px;
		padding-right:20px;
	}
	.product-h1-container h1 {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 17px;
		line-height: 21px;
		color: #0F3087;
	}
	.product-h1-container a {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.05em;
		text-transform: uppercase;

		color: #0F3087;
	}
}

.thankyou-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f9fc;
}

.thankyou-box {
    background: #ffffff;
    padding: 40px 30px;
    max-width: 520px;
    width: 100%;
    text-align: center;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.thankyou-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #2ecc71;
    color: #fff;
    font-size: 36px;
    line-height: 64px;
    font-weight: bold;
}

.thankyou-box h1 {
    font-size: 26px;
    margin-bottom: 15px;
}

.thankyou-main {
    font-size: 16px;
    margin-bottom: 10px;
}

.thankyou-sub {
    font-size: 14px;
    color: #666;
}

.thankyou-actions {
    margin-top: 25px;
}
