/*
* Refactored Reward Page styles originally from style.css – moved here for better organization 
*/

/*Woorewards faq Start*/
section.d8-cat-faq.woorewards-faq {
    background: #F3F4F6;
    padding: 30px;
    border-radius: 9px;
}
section.d8-cat-faq.woorewards-faq .faq-item {
    border-bottom: 0;
    padding: 15px 0;
}
section.d8-cat-faq.woorewards-faq .faq-item .faq-question{
	font-size: 23px;
	line-height: 28px;
	text-transform: none;
}
section.d8-cat-faq.woorewards-faq .faq-item p{
	font-size: 15px;
}
/*Woorewards faq End*/

/* Reward page design Css Start */
.reword-intro-section .is-layout-flex {
    display: flex;
}
.rewards-section,
.reword-intro-section {
	font-family: Onest, 'sans serif';
}
.page-id-22396 .entry-header.page-title,
.page-id-562206 .entry-header.page-title{
	display: none;
}
.reword-intro-section .intro-title{
	margin-bottom: 15px;
	font-size: 80px;
    font-style: normal;
    font-weight: 800;
    text-transform: none;
}
.reword-intro-section .intro-description{
	font-size: 30px;
    line-height: 1;
} 

.rewards-section h2.rewards-section-title{
	font-size: 70px;
	line-height: 74px;
    font-style: normal;
    font-weight: 800;
	text-transform: none;
}

.super-points-section h2.rewards-section-title{
    margin-bottom: 65px;
}
.vips-earn-section h2.rewards-section-title {
	font-weight: bold;
	margin-bottom: 15px;
}
.vips-earn-section p {
	font-size: 30px;
	font-weight: normal;
	line-height: 32px;
}
.reword-intro-section  .intro-btn a{
	padding: 5px 35px;
	border: 4px solid #6C44F0;
	font-size: 25.875px !important;
}
.reword-intro-section  .intro-btn a:hover{
	border: 4px solid #5936C7;;
}
.reword-intro-section .intro-btn {
	font-size: 23px;
}
.reword-intro-section  .intro-btn:first-child a,
.reword-intro-section  .intro-btn:first-child a:hover{
	border: 4px solid transparent;
}
.reword-intro-section .wp-block-buttons-is-layout-flex{
	gap:42px;
}
.work-section .work-infobox h4{
	padding-top: 25px;
    padding-bottom: 8px;
}

.work-section .info-box-link .kt-blocks-info-box-media {
	padding-top: 10px;
    padding-bottom: 8px;
}
.work-section .work-infobox.work-infobox-center .kt-blocks-info-box-link-wrap{
	border-top: transparent;
    border-bottom: transparent;
	padding-left: 84px;
    padding-right: 84px;
}

.earn-points-section .info-box-link{
	border: 1px solid #000000;
	padding: 20px 12px;
}
.earn-points-section .info-box-link h4{
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	line-height: 30px;
	margin-bottom: 12px;
}
.earn-points-section .info-box-link p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #6C44F0; 
	font-family: Onest, 'sans serif';
	line-height: 22px;
    padding: 5px 0px !important;
	color: #fff;
}
.super-points-section .point-row h2{
	font-size: 28.52px;
	font-weight: bold;
}
.super-points-section .point-row p{
	font-size: 28.52px !important;
	font-weight: normal;
	line-height: 34px;
}
.reward-plan-section .price-table table{
	max-width: 1154.68px;
	margin: 0 auto;
	border-spacing: 0px;
}
.reward-plan-section .price-table table th.membership-icons .table-header{
	text-align: center;
    display: inline-flex;
    flex-direction: column;
	align-items: center;
}
.reward-plan-section .price-table table th.membership-icons h4{
	font-size: 30px;
	margin: 26px 0px;
}

.reward-plan-section .price-table table  tbody tr td[data-label="Benefits"]{
	font-size: 30px;
	line-height: 32px;
}

.reward-plan-section .price-table table  tbody tr td[data-label="Silver"],
.reward-plan-section .price-table table  tbody tr td[data-label="Gold"],
.reward-plan-section .price-table table  tbody tr td[data-label="Platinum"]{
	text-align: center;
    font-size: 38px;
    border: 1px solid;
    width: 220px;
    padding: 19px;
	border-top: none;
    border-left: none;
}
.reward-plan-section .price-table table  tbody tr td[data-label="Silver"]{
	border-left: 1px solid;
}
.reward-plan-section .price-table table  tbody tr:first-child  td[data-label="Silver"],
.reward-plan-section .price-table table  tbody tr:first-child  td[data-label="Gold"],
.reward-plan-section .price-table table  tbody tr:first-child  td[data-label="Platinum"]{
	border-top: 1px solid;
}

@media (max-width: 1400px) {
	.intro-bg-section .kt-inside-inner-col{
		background-size:cover !important;
	}
	
}
@media only screen and (min-width: 1025px) and (max-width: 1400px)  {
	.vips-earn-section .kt-inside-inner-col {
		padding-top:16%;
		min-height: 100vh !important;
	}
	.vips-earn-section p {
		font-size: 25px;
		line-height: 32px;
	}

	.vips-earn-section h2.rewards-section-title {
		margin-bottom: 15px;
	}
	.rewards-section h2.rewards-section-title{
		font-size: 64px;
		line-height: 70px;
	}

}
@media only screen and (min-width: 768px) and (max-width: 1024px)  {
	.work-section .work-infobox.work-infobox-center .kt-blocks-info-box-link-wrap{
		border-top: transparent;
		border-bottom: transparent;
		padding-left: 30px;
		padding-right: 30px;
	}
	.super-points-section .point-row h2{
		font-size: 20px;
		font-weight: bold;
	}
	.super-points-section .point-row p{
		font-size: 20px !important;
		font-weight: normal;
		line-height: 24px;
	}
	.vips-earn-section .kt-inside-inner-col {
		padding-top:10%;
	}
	.vips-earn-section p {
		font-size: 25px;
		line-height: 32px;
	}

	.vips-earn-section h2.rewards-section-title {
		margin-bottom: 15px;
	}

	.rewards-section h2.rewards-section-title{
		font-size: 50px;
        line-height: 55px; 
	}

	.reward-plan-section .price-table table th.membership-icons h4 {
		font-size: 26px;
		margin: 26px 0px;
	}
	.reward-plan-section .price-table table tbody tr td[data-label="Benefits"] {
		font-size: 22px;
		line-height: 32px;
		padding-right: 10px;
	}
	.reward-plan-section .price-table table tbody tr td[data-label="Silver"],
	.reward-plan-section .price-table table tbody tr td[data-label="Gold"],
	.reward-plan-section .price-table table tbody tr td[data-label="Platinum"] {
		text-align: center;
		font-size: 28px;
		border: 1px solid;
		width: 145px;
		padding: 12px;
	}
}
@media (max-width: 767px) {
	
	.reword-intro-section  .intro-btn a{
		font-size:20.25px !important;
	}
	.rewards-section h2.rewards-section-title{
		font-size: 38px;
        line-height: 44px; 
	}

	.work-section .work-infobox.work-infobox-center .kt-blocks-info-box-link-wrap{
		border-top: 3px solid #d9d9d9;
        border-bottom: 3px solid #d9d9d9;
        border-left: transparent;
        border-right: transparent;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
	}

	.reword-intro-section .intro-title{
		font-size: 51px;
	}

	.reword-intro-section .intro-description{
		font-size: 20px;
	} 
	
	.reword-intro-section .wp-block-buttons-is-layout-flex {
		gap: 10px;
		justify-content: center;
	}
	
	.reword-intro-section .intro-btn a {
		padding: 2px 8px;
	}
	
	.reword-intro-section .intro-btn{
		font-size: 18px;
	}
	
	.super-points-section h2.rewards-section-title{
		margin-bottom: 25px;
	}
	.super-points-section .point-row h2{
		font-size: 20px;
		font-weight: bold;
		margin: 8px 0px
	}
	.super-points-section .point-row p{
		font-size: 18px !important;
		font-weight: normal;
		line-height: 23px;
		margin: 8px 8px;
		margin-bottom:8px !important ;
	}
	.vips-earn-section .kt-inside-inner-col {
		padding-top: 105px;
	}
	.vips-earn-section p {
		font-size: 18px;
		padding: 0px 20px;
		line-height: 22px;
	}
	.vips-earn-section h2.rewards-section-title {
		margin-bottom: 15px;
	}
	

	.reward-plan-section .price-table table th.membership-icons img {
		max-width: 40px;
	}
	.reward-plan-section .price-table table th.membership-icons h4 {
		font-size: 14px;
        margin: 10px 0px;
	}

	.reward-plan-section .price-table table tbody tr td[data-label="Benefits"] {
		font-size: 12px;
        line-height: 14px;
        padding-right: 10px;
        min-width: 150px;
	}
	.reward-plan-section .price-table table tbody tr td[data-label="Silver"],
	.reward-plan-section .price-table table tbody tr td[data-label="Gold"],
	.reward-plan-section .price-table table tbody tr td[data-label="Platinum"] {
		text-align: center;
        font-size: 14px;
        border: 1px solid;
        min-width: 60px;
        padding: 6px;
	}
	.reward-plan-section .price-table table {
		max-width: 1154.68px;
		margin: 0 auto;
		border-spacing: 0px;
		width: 100%;
	}
	.earn-points-section .kt-inner-column-height-full.kt-mobile-layout-row>.wp-block-kadence-column>.kt-inside-inner-col {
        height: 100%;
    }
	.earn-points-section  .kt-blocks-info-box-media-align-top .kt-blocks-info-box-media-container {
		margin: 0px 0px 0px 0px;
		max-width: inherit;
	}
	.earn-points-section  .kt-blocks-info-box-media-align-top .kt-blocks-info-box-media {
		min-height: 60px;
		max-height: 60px;
		padding: 5px;
	}
	.earn-points-section .kt-inside-inner-col .kadence-info-box-image-inner-intrisic-container {
		max-width: 50px;
	}
	.earn-points-section .kt-row-column-wrap.kt-has-3-columns {
        column-gap: 15px;
        row-gap: 15px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
	.earn-points-section .info-box-link h4 {
		font-size: 16px;
		line-height: 16px;
	}
	.earn-points-section .info-box-link p{
		font-size: 14px;
		line-height: 18px;
		padding: 4px 6px !important;
	}
}

@media (max-width: 500px) {
	.reword-intro-section .intro-description  br,
	.super-points-section .point-row p br, 
	.earn-points-section .info-box-link p br,
	.vips-earn-section p br {
		display: none;
	} 
	h2.rewards-section-title br{
		display: none;
	}

}
/* Reward page design Css End */

/*rewards toggle*/
.reward-toggle-content {
	display: none;
	padding-top: 20px;
}
.wp-block-heading.reward-toggle-heading{
	text-align: left;
	position: relative;
	margin: 0;
	cursor: pointer;
	line-height: 0.8;
}
.wp-block-heading.reward-toggle-heading:after {
	content: ">";
	content: '';
	position: absolute;
	background-image: url("../img/down-arrow.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	right: 0px;
	top: 0;
	width: 25px;
	height: 25px;
}
@media(max-width: 767px) {
	.wp-block-heading.reward-toggle-heading{
		font-size: 24px;
	}
}

.more-points-section .wr-earn-points .item {
	background: #F7F2FA;
	border-color: #F7F2FA;
	min-height: 305px;
	border-radius: 0px;
}


.more-points-section .wr-earn-points.wr-shortcode-grid,
.redeem-rewards-section .wr-rewards.wr-shortcode-grid {
	gap: 20px;
	grid-template-columns: repeat(5, 1fr);
}


.redeem-rewards-section .wr-rewards .item {
	background: #fff;
	border-color: #6C44F0;
	min-height: 305px;
	border-radius: 0px;
}

/*Membership table - rewards page*/
.membership-table {
	margin-top: 50px;
}

.membership-table table {
	border-collapse: collapse;
}

.membership-table th {
	font-weight: normal;
	padding-bottom: 20px;
	line-height: 20px;
}

.membership-table td.heading {
	text-align: left;
	font-family: 'HANKEN GROTESK';
	padding-left: 40px;
	width: 350px;
	color: #000000;
}

.membership-table td.heading br{
	display: none;
}

.membership-table td.heading img {
	display: inline-block;
	vertical-align: bottom;
	width: 15px;
}

.membership-table td {
	border-bottom: 1px solid #6C44F0;
	padding-bottom: 10px;
	height: 60px;
	padding-top: 10px;
	font-family: 'Onest';
	color: #6C44F0;
}

.membership-table tr:last-child td {
	border-bottom: 0;
}

.d8-tick-icon {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2215%22%20viewBox%3D%220%200%2020%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18%202L7%2013L2%208%22%20stroke%3D%22%236C44F0%22%20stroke-width%3D%223.5%22%20stroke-linecap%3D%22round%22%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	width: 16px;
	height: 11px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.price-table th.align-left{
	text-align: left;
}

.price-table .membership-table td{
	text-align: center;
	border-color: #000000;
}

.price-table  .membership-table td.heading{
	padding-left: 0;
	text-align: left;
	width: 400px;
	padding-top: 30px;
}

.price-table .membership-table td, .price-table .membership-table th{
	font-size: 30px;
	line-height: 32px;
	color: #000000;
	font-family: 'HANKEN GROTESK';
	vertical-align: bottom;
}

.price-table .membership-table strong{
	font-weight: 600;
}

.price-table  .membership-table td.heading img{
	width: 30px;
}

.price-table .d8-tick-icon{
	width: 26px;
	height: 31px;
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 2L7 13L2 8' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}
.price-table  .membership-table tr:last-child td {
	border-bottom: 1px solid;
}

.price-table .membership-table table{
	position: relative;
}
/*.price-table .membership-table table:before {*/
/*    content: "Benefits";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    transform: rotate(-90deg);*/
/*    left: -90px;*/
/*    top: 65%;*/
/*    font-size: 30px;*/
/*    font-weight: 600;*/
/*    font-family: 'HANKEN GROTESK';*/
/*}*/

.price-table .membership-table{
	margin-top: 20px;
}

.price-table .membership-table span {
	display: inline-block;
	margin-top: 10px;
}

.reword-intro-section .intro-title br,
.rewards-section h2.rewards-section-title br{
	display: none;
}
.reword-intro-section .intro-description{
	font-size: 20px;
	text-align: center;

}
h2#h-level-up-reap-rewards{
	text-align: center;
}
@media(max-width: 767px) {
	.reword-intro-section .intro-title {
		font-size: 40px;
		text-align: center;
	}
	.reword-intro-section .intro-title br,
	.rewards-section h2.rewards-section-title br{
		display: block;
	}
	.reward-plan-section .price-table table {
		width: 90%;
		margin: 0 auto;
	}
	.price-table .membership-table th{
		padding-bottom: 0;
	}
	.price-table .membership-table td, .price-table .membership-table th{
		font-size: 16px;
		line-height: 18px;
	}
	.price-table .membership-table td.heading img {
		width: 20px;
	}
	/*.price-table .membership-table table:before {*/
	/*    left: -50px;*/
	/*    top: 55%;*/
	/*    font-size: 16px;*/
	/*}*/
	.price-table .membership-table td.heading {
		width: 130px;
		padding-top: 20px;
		padding-bottom: 5px;
	}
	.price-table .d8-tick-icon {
		width: 16px;
		height: 21px;
	}
	.rewards-section h2.rewards-section-title{
		text-align: center;
		margin-bottom: 0;
	}
	.super-points-section .point-row .kt-row-column-wrap {
		min-height: 70px;
	}
	h2#h-level-up-reap-rewards.rewards-section-title br {
		display: block;
	}
	.membership-table td.heading br{
		display: block;
	}
	.reword-intro-section .intro-description br{
		display: block;
	}
	.reword-intro-section .intro-description{
		font-size: 16px;
	}
	.rewards-section h2.rewards-section-title {
		font-size: 32px;
		line-height: 40px;
	}

	.how-it-works-outer-row .kt-row-column-wrap.kt-has-3-columns.kt-row-layout-equal.kt-tab-layout-equal.kt-mobile-layout-row{
	grid-auto-rows: unset;
	}

}