body {
    background-image: url('../images/BG PLANTS.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
}
#header.header {
	background: #000000;
	color: #ffffff;
}
.navbar-brand img {
	height: 50px;
}
.topbar {
	background: #000000;
	padding: 8px 0;
	line-height: normal;
}
.lang-store-dropdown {
	display: flex;
	justify-content: end;
	gap:15px;
}
.lang-store-dropdown .form-select {
	width: auto;
	font-size: 14px;
	border-radius: 5px;
	border: 0;
	padding: 6px 30px 6px 12px;
	line-height: normal;
}
.account-links .btn {
	padding: 6px 20px;
	line-height: 20px;
	font-size: 14px;
	margin-left: 10px;
	background: #D4AF37;
	color: #000000;
	border: 1px solid #D4AF37;
}
.heading h2 {
    font-size: 24px;
    font-weight: 700;
	margin: 0;
	color: #000000;
}
.banner-slider {
	background: #f5f5f5;
    border-radius: 10px;
    padding:0px;
}
.sliderBox {
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: center;
}
.sliderBox img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.sliderBox h2 {
	font-weight: 400;
	font-size: 22px;
	margin:0px 0 20px 0;
}
.sliderBox .keytext {
    color:#000000;
	font-size: 42px;
	font-weight: 500;
}
.sliderBox h2 span {
	font-weight: 700;
	font-size: 34px;
}
.sliderBox .slide-content {
	width: 30%;
}
.sliderBox .slide-image-left,
.sliderBox .slide-image-right {
	width: 35%;
}
.slide-image-left img {
	height:200px;
	width: auto !important;
	margin: auto;
}
.slide-image-right img {
	height: 150px;
	width: auto !important;
	margin: auto;
}
.section-nearest-draws {

}
.drawbox {
	text-align: center;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	padding: 30px;
	background-color: whitesmoke;
}
.soldout-strip h5 {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}
.strip-line {
	background: #E0E0E0;
	height: 8px;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
}
.strip-line-active {
	background: #FFD700;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: block;
}
.drawbox h3 {
	font-size: 15px;
	line-height: 26px;
}
.drawbox h3 span {
	font-size: 16px;
    font-weight: 700;
}
.drawbox .drawbox-image {
	margin: 30px 0 20px 0;
	height: 120px;
}
.drawbox .drawbox-image img {
	height: 100%;
	width: 100%;
	display: block;
	margin: auto;
	object-fit: contain;
	object-position: center;
}
.advertise-banner img {
    border-radius: 10px;
}
.campaignTabs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
    margin-bottom: 30px;
}
.campaignTabs .btn {
	border: 1px solid #dddddd;
	width: 100%;
	text-align: center;
    font-weight: 600;
	font-size: 16px;
	padding: 20px 0;
	background: #333333;
	color: #ffffff;
}
.campaignTabs .btn.active {
	border: 1px solid #FFD700;
	color: #ffffff;
    background: #FFD700;
}
.categoryTabs .nav-tabs {
	border: 0;
	display: flex;
	flex-wrap: nowrap;
gap:20px;
}
.categoryTabs .nav-item {
    width: 100%;
}
.categoryTabs .nav-item .nav-link {
	border: 1px solid #dddddd;
	width: 100%;
	color: #ffffff;
	border-radius: 8px;
	background: #333333;
}
.categoryTabs .nav-item .nav-link.active {
	background: #FFD700;
	color: #ffffff;
	border: 1px solid #FFD700;
}
.compare-product-box {
	position: relative;
	border-radius: 10px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	padding: 30px 20px;
	margin-top: 30px;
	background-color: whitesmoke;
}
.compare-product-box .company-logo {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 20px;
	top: 20px;
}
.compare-product-box .company-logo img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.campaign-information {
	margin-top: 10px;
}
.campaign-information .drawDate {
	font-size: 14px;
}
.compare-product-image2 img {
	display: block;
	margin: auto;
	transform: scale(80%);
}
.compare-product-content {
	text-align: center;
}
.compare-product-box .compare-product-price {
	font-size: 22px;
	color: #FFD700;
	font-weight: 500;
}
.compare-product-box .compare-buttons {
	margin: 10px 0;
}
.compare-product-box h3 {
	font-size:20px;
	font-weight: 400;
}
.compare-product-box h3 .win-text {
	font-size: 20px;
	color: #FFD700;
}
.compare-product-box h3 .win-product-item {
	font-size:15px;
	font-weight:600;
}
.compare-product-box h3 .buy-product-item {
	font-size:15px;
	font-weight:500;
}
.product-box {
	border: 1px solid #dddddd;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	position:relative;
	overflow:hidden;
	background-color: whitesmoke;
}
.product-box h4 {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}
.product-box h4 a {
	display: block;
	text-decoration: none;
	color: #000000;
}
.product-box .product-image {
	margin-bottom: 1rem;
	height: 160px;
}
.product-box .product-image img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
	width: auto !important;
}
.product-price {
	font-size: 16px;
	font-weight: 600;
}
  .product-box .button {
	position: absolute;
	width: 150px;
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0;
	transition: opacity .35s ease;
	height: 40px;
	bottom: 0;
	margin: auto;
	right: 0;
}

  .product-box:hover .button {
	opacity: 1;
  }

.winner-box {
	border: 1px solid #dddddd;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	background-color: whitesmoke;
}
.winner-box .winner-image img {
	width: 130px !important;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #FFD700;
	margin: auto auto 1rem auto;
	object-fit: cover;
	object-position: center;
}
.winner-box h4 {
	font-size: 14px;
	text-transform: uppercase;
}
.winner-box h5 {
	font-size: 16px;
	margin: 0;
}
.winner-box .winning-product {
	margin-bottom:5px;
}
.winner-box .winning-product span {
	font-weight: 600;
}
.winner-box .winning-coupon-date {
	font-size: 12px;
	color: #555555;
}
.banner-box img {
	border-radius: 10px;
}
.partner-box {
	background: #ffffff;
	border-radius: 10px;
	padding: 0;
	border: 1px solid #ddd;
	overflow: hidden;
    margin-left: 5px;
	margin-right: 5px;
}
.partner-box img {
	height: 70px;
width: auto !important;
	display: block;
	margin: auto;
}
.footer-bottom {
	background: #000000;
	color: #D4AF37;
	font-size: 14px;
	padding: 12px 0px;
	line-height: normal;
}
.footerlinks {
	text-align: right;
}
.footerlinks > a {
	color: #D4AF37;
	text-decoration: none;
}
.footer-top {
	background: #000000;
	padding: 30px 0px;
	/*height: 290px;*/
}
.download-app {
	display: flex;
	gap: 20px;
	justify-content: center;
	text-align: center;
	margin: 20px 0px 0 0;
}
.download-app .download-link {
	display: block;
}
.download-app .download-link > img {
	height: 60px;
}.download-app-section h4 {
	color: #D4AF37;
	text-align: center;
	font-weight: 700;
}
.download-app-section h5 {
	font-size: 16px;
	color: #D4AF37;
	text-align: center;
}
.qrcode-box {
	background: #ffffff;
	padding: 10px;
	width: 120px;
	height: 120px;
	margin: auto auto 20px auto;
}
.qrcode-box img {
	height:100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.qrcode-box .download-link {
	display: block;
}
.qrcode-box .download-link img {
	height: 48px;
	width: auto;
	display: block;
}
.contact-info {
	color: #D4AF37;
	list-style: none;
	padding: 0;
	margin: 0;
}
.contact-info li {
	margin-bottom: 10px;
}
.contact-info li span {
	width: 20px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}
.footer-logo {
	margin-bottom: 20px;
}
.product-share-wishlist {
	position: absolute;
	right: 20px;
	bottom: 30px;
	display: grid;
	gap: 15px;
}
.product-share-wishlist .button-wishlist {
	background: transparent;
	padding: 0;
	border: 0;
	font-size: 22px;
	color: #555555;
}
.product-share-wishlist .button-share {
	background: transparent;
	padding: 0;
	border: 0;
	font-size: 22px;
	color: #555555;
}
.my-account {
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	border-radius: 10px;
}
.account-navigation {
	padding: 20px;
}
.account-navigation ul {
	padding: 0;
	list-style: none;
}
.account-navigation ul li {
	margin-bottom: 10px;
}
.account-navigation ul li > .navLink {
	display: block;
	padding: 10px 15px;
	color: #555555;
	text-decoration: none;
	background: #f7f7f7;
	border: 0;
	width: 100%;
	text-align: left;
	border-radius: 8px;
}
.account-navigation ul li > .navLink span {
	margin-right: 5px;
}
.account-navigation ul li > .navLink:hover,
.account-navigation ul li > .navLink:focus {
	color: #ffffff;
	background: #555555;
}
.account-navigation ul li > .navLink.active {
	color: #ffffff;
	background:#555555;
}
.form-group {
	margin-bottom: 1rem;
}
.ipoint-information {
	background: #ffffff;
	border-radius: 10px;
	padding: 20px 30px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.ipoint-information ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.ipoint-information ul li {
	display: flex;
	justify-content: space-between;
	line-height: 40px;
}
.ipoint-information ul li.totalBalance {
	font-weight: 600;
	font-size: 18px;
}
.total-ipoint-balance {
	background: #f7f7f7;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}
.total-ipoint-balance .available-ipoints span {
	display: block;
	font-size: 18px;
	font-weight: 700;
}
.total-ipoint-balance .ipoint-cash-value {
	text-align: right;
}
.total-ipoint-balance .ipoint-cash-value span {
	display: block;
	font-size: 18px;
	font-weight: 700;
}
.wishlist-box {
	display: flex;
	align-items: center;
	padding: 20px;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.wishlist-product-content {
	width:40%;
}
.wishlist-product-content h3 {
	font-size: 16px;
}
.wishlist-product-content h3 span {
	font-size: 20px;
}
.wishlist-product-image {
	width:40%;
	display: flex;
	align-items: center;
	gap: 30px;
}
.wishlist-product-image .win-image {

}
.wishlist-product-image .buy-image {
	transform: scale(60%);
}
.wishlist-action-buttons {
	width:20%;
}
.wishlist-product-progress {
	margin-top: 10px;
	font-size: 12px;
}
.wishlist-product-progress-line {
	width: 50%;
	height: 6px;
	background: #dddddd;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}
.wishlist-product-progress-line-overlay {
	background: var(--bs-primary);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.page-heading-banner {
	margin-bottom: 1rem;
}
.page-heading-banner img {
	border-radius: 10px;
}
.accordionFaq .accordion-item {
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	overflow: hidden;
}
.accordionFaq .accordion-item .accordion-button {
	color: #222222;
	font-weight: 500;
}
.accordionFaq .accordion-item .accordion-button:focus {
	box-shadow: none;
}
.contact-form {
	padding:40px;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.cart-box {
	position: relative;
	font-size: 20px;
	margin: 0 15px 0 10px;
}
.cart-box span {
	position: absolute;
	width: 24px;
	height: 24px;
	background: #D4AF37;
	border-radius: 50px;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	right: -15px;
	top: -10px;
}
.exploreModal .btn-close,
.productDetailModal .btn-close {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
}
.exploreModal .modal-content,
.productDetailModal .modal-content {
	border: 0;
	border-radius: 10px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.account-form-box {
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.account-form-box-header {
	background: linear-gradient(to bottom,  rgba(165,0,2,1) 0%,rgba(197,0,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 20px;
	color: #ffffff;
	text-align: center;
}
.account-form-box-body {
	padding: 20px;
}

.single-product-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.single-product-bottom h4 {
	font-size: 16px;
	margin: 0;
	font-weight: 400;
}
.single-product-bottom h4 span {
	font-weight: 700;
}
.single-product-bottom .single-product-price {
	font-size: 16px;
	font-weight: 600;
	margin: 0px 0;
}
.single-product-drawdate {
	font-size: 14px;
}
.single-product-body h4 {
	font-size: 18px;
	font-weight: 400;
}
.single-product-body h4 span {
	font-size:22px;
	font-weight:600;
}
.wining-product-features ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.wining-product-features ul li {
	margin-bottom: 5px;
}
.wining-product-features ul li span {
	font-weight: 500;
	margin-left: 10px;
}
.single-winner-image {
	margin: 15px 0;
}
.single-winner-image img {
	height: 250px;
	width: auto;
	display: block;
	margin: auto;
}
.charity-box {
	position: relative;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	padding:30px;
	text-align: center;
}
.charity-box .charity-image {
	margin-bottom: 1rem;
}
.charity-box .charity-image img {
	height: 150px;
	width: auto;
	display: block;
	margin: auto;
}
.levelBox {
	background: #dddddd;
	border-radius: 20px;
	padding:20px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.levelBox h4 {
	font-size:20px;
	font-weight: 700;
}
.levelBox h6 {
	margin: 0;
}
.Register {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d71f27+0,fdc8c8+100 */
background: linear-gradient(to bottom,  rgba(215,31,39,1) 0%,rgba(253,200,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.Silver {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9d9d9e+0,eff0ef+100 */
background: linear-gradient(to bottom,  rgba(157,157,158,1) 0%,rgba(239,240,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.Gold {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#af7f2b+0,f4da7d+100 */
background: linear-gradient(to bottom,  rgba(175,127,43,1) 0%,rgba(244,218,125,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.Platinum {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#245e93+0,90abcc+100 */
background: linear-gradient(to bottom,  rgba(36,94,147,1) 0%,rgba(144,171,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
color: #ffffff;

}
.total-earned-ipoints {
	background: #ffffff;
	border-radius: 15px;
	padding: 15px;
	margin-bottom:15px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.total-earned-ipoints-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:5px;
}
.total-earned-ipoints-head h4 {
	font-size: 18px;
	font-weight: 600;
	color: var(--bs-success);
}
.total-earned-ipoints-head h5 {
	color: #888888;
	font-size: 18px;
}
.total-earned-ipoints-head h5 span {
	color: #222;
	font-weight: 600;
}
.total-earned-ipoints h6 {
	margin: 0;
}
.activeLevelBox {
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 15px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.activeLevelBox h5 {
	font-weight: 600;
}
.activeLevelBox h6 {
	margin: 0;
}
.box {
	background: #ffffff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.action-buttons {
	text-align: center;
}
.action-buttons .btn {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 0;
	line-height: 30px;
	margin: 0 5px;
}
.table-order tr th,
.table-order tr td {
	vertical-align: middle;
}

.cart-summary-box {
	padding:25px;
	border-radius: 10px;
	margin-bottom: 15px;
	background: #ffffff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.cart-summary-box .cart-summary-box-head {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
}
.cart-summary-box-head h4 {
	font-size: 22px;
	font-weight: 600;
}
.cart-summary-box-head h4 span {
	font-weight: 400;
	font-size: 14px;
	display: block;
}
.cart-summary-box-head .product-total-price {
	font-size: 22px;
	font-weight: 600;
}
.cart-summary-box ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.cart-summary-box ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}
.cart-summary-box ul li span {
	font-weight: 600;
}
.earn-ipoint-msg {
	margin: 10px 0 0 0;
	color: #888888;
}
.payment-instruction em {
	color: var(--bs-primary);
}
.cartBox {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	background: #ffffff;
}
.cartBox .cartBox-Body {
	padding: 20px 20px 0px 20px;
}
.cartBox .cartBox-Bottom {
	background: #d1d2d4;
	padding: 10px 20px;
}
.cartBox .cartBox-Bottom span {
	font-weight: 600;
}
.cart-item-box {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: space-between;
	margin-bottom: 20px;
}
.cart-item-box .cart-item-quantity {
	width: 250px;
}
.cart-item-quantity .qtyBox {
	display: flex;
	gap: 10px;
	align-items: center;
}
.cart-item-quantity .input-qty {
	border: 1px solid #dddddd;
	border-radius: 8px;
	width: 70px;
	line-height: 34px;
	text-align: center;
}
.cart-item-box .cart-item-image {
	width: 200px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	padding: 15px;
}
.cart-item-box .cart-item-info {
	margin-right: auto;
}
.cart-item-info ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.cart-item-info ul li {
	display: flex;
	gap: 20px;
	align-items: center;
}
.cart-item-info ul li .single-item-product {
	font-size: 18px;
	font-weight: 500;
}
.cart-item-info ul li .single-item-price {
	font-size: 18px;
	font-weight: 600;
	color: var(--bs-info);
}
.coupon-unit {
	font-weight:600;
}
.coupon-unit span {
	color: var(--bs-success);
}
.delivery-address-selection {
	margin-bottom: 10px;
	display: flex;
	gap: 20px;
	font-weight: 500;
}
.btn-highlight {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}
.addressBox {
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	background: #ffffff;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.addressInfo .addressType {
	background: #eeeeee;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}
.shipping-cost {
	font-size: 18px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.delivery-estimated-times {
	font-size: 14px;
	margin-bottom: 10px;
	color: #888888;
}
.delivery-extra-charges {
	font-weight: 600;
}
.redeem-ipoints-checkmark {
	border-top: 1px solid #dddddd;
	padding-top: 10px;
}
.redeem-ipoints-checkmark label {
	font-size: 18px;
}
.redeem-ipoints-checkmark label span {
	font-size: 14px;
}
.payablePayment {
	background: #555555;
	color: #ffffff;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.payment-instruction span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}


.radialProgress {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	/* background-color: #ffffff; */
	/* margin: 0 20px; */

	/* border-radius: 5px; */
	/* box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2); */
	position: absolute;
	right: 20px;
	top: 20px;
	width:100px;
	height:100px;
}

  .radialProgress .percent {
	position: relative;
  }

  .radialProgress svg {
	position: relative;
	width:100px;
	height:100px;
	transform: rotate(-90deg);
  }

  .radialProgress svg circle {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: #f0f0f0;
	stroke-width: 10;
	stroke-linecap: round;
  }

  .radialProgress svg circle:last-of-type {
	stroke-dasharray: 625px;
	stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
	stroke: #ff9900;
  }

  .radialProgress .number {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }

  .radialProgress .number h3 {
	font-weight: 200;
	font-size: 3.5rem;
  }

  .radialProgress .number h3 span {
	font-size: 2rem;
  }

/* Override red buttons and elements to black */
.btn-danger,
.btn-outline-danger,
.text-danger,
.alert-danger,
.badge-danger,
.bg-danger {
	background-color: #000000 !important;
	border-color: #000000 !important;
	color: #ffffff !important;
}

.btn-danger:hover,
.btn-outline-danger:hover {
	background-color: #333333 !important;
	border-color: #333333 !important;
	color: #ffffff !important;
}

.text-danger {
	color: #000000 !important;
}

.alert-danger {
	background-color: #f8f9fa !important;
	border-color: #000000 !important;
	color: #000000 !important;
}

.badge-danger {
	background-color: #000000 !important;
	color: #ffffff !important;
}

.bg-danger {
	background-color: #000000 !important;
}

/* Override red heart icons */
.fa-heart.text-danger {
	color: #000000 !important;
}

/* Override any red links */
.btn-link.text-danger {
	color: #000000 !important;
}

.btn-link.text-danger:hover {
	color: #333333 !important;
}
.columnTwo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.fa-solid, .fas
{
    color:#D4AF37!important;
}