.d-none {
	    display: none !important;
	}
	.item-container {
      /* max-width: 320px; */
      max-width: 307px;
   }

   .md-text {
      text-align: left;
      margin-bottom: 5px !important;
      margin-top: 0px !important;
      font-size: 22px;
      position: relative;
      left: 35px;
   }

   .sm-text {
      margin-bottom: 0px !important;
      margin-top: 0px !important;
      color: #ffcd72;
   }

   .clear {
      margin: 0px !important;
   }

   .btn-use {
      background: #fff;
      color: #225092 !important;
      width: 156px;
      border-color: #fff;
      cursor: default !important;
   }

   .btn-use:hover {
      color: #225092 !important;
   }

   .btn-use-claim {
      background: #fff;
      color: #ff5652 !important;
      width: 156px;
      border-color: #fff;
      cursor: default !important;
   }
   .btn-use-claim:hover {
      background: #fff;
      color: #ff5652 !important;
      width: 156px;
      border-color: #fff;
      cursor: default !important;
   }

   .button {
	    line-height: inherit;
	    font-weight: 600;
	    text-transform: none;
	    text-align: center;
	    padding: 8px 20px;
	    font-size: 16px;
	    text-decoration: none;
	    transition: transform .1s ease-in-out;
	    border-radius: 50px;
	    width: auto;
	    margin-left: auto;
	    margin-right: auto;
	    cursor: pointer;
	    -webkit-appearance: button;
	    font-family: var(--font2);
	}

   .btn-cyan {
	    border: 0px solid #2cfef7;
	}


   .rewards-modal .item-element-inner, .rewards-modal .item-container{
      background: #2f2c38;
   }

   .py {
      color: #ffeb3b !important;;
      margin-top:0px !important;
   }


   .rewards-bottom {
	/*clear: both*/
		width: 300px;
	    float: left;
	    margin-right: 19px;
	}

	.right-content.wide {
	    padding: 10px;
	    padding-right: 0px;
	    margin-right: -5px;
	}

.item-container {
	padding: 10px;
	min-height: 120px;
	background: #171718;
	border-radius: 32px;
	margin: 0 auto 16px;
	text-align: center;
	max-width: 240px;
	box-shadow: 0 2px 8px -2px
}

.item-element-inner {
	border-radius: 20px;
	background: #161717;
	padding: 20px;
	word-break: break-word;
	height: 305px;
}

.item-element-inner h2 {
	margin: 12px 0
}

.item-element {
	color: #fff;
	padding: 4px;
	border-radius: 24px;
	font-size: 16px;
	line-height: 20px
}

.item-element img {
	max-width: 60%;
	border-radius: 10px
}

.item-element button {
	padding: 12px 30px;
	width: 156px;
}

.item-element h1 {
	font-size: 24px;
	margin: 15px 0 0
}

.item-element h3 {
	font-family: var(--font1);
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-top: 8px
}

.item-element p {
	margin: 10px 0
}

.item-element a {
	display: block;
	margin: 8px 0;
	text-decoration: underline;
	color: #444;
	font-size: 14px
}

.item-element {
	background: linear-gradient(-45deg, #ffdb00, #f1c80d 11%, #f1c80d 22%, #c1ad8b 32%, #c1ad8b 42%, #ffdb00 52%, #f1c80d 62%, #f7b800 72%, #ffdb00 81%, #f7b800 91%, #f7b800);
}

.item-locked a,
.item-locked h1,
.item-locked h3 {
	opacity: .5
}

.item-locked .btn-cyan {
	background: none;
	border: 3px solid #2cfef7;
	color: #2cfef7
}

.item-locked .btn-cyan:hover:enabled {
	background: #2cfef7;
	color: #412786
}

.item-locked .inventory-expire {
	color: #8b7fb9
}

.item-locked .inventory-expire img,
.item-locked .inventory-expire p {
	opacity: 1
}

.inventory-end,
.inventory-expire {
	margin-bottom: 8px;
	color: #fff
}

.inventory-end img,
.inventory-expire img {
	display: inline;
	width: 24px
}

.inventory-end p,
.inventory-expire p {
	display: inline;
	font-weight: 700
}

.countdown-clock {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.countdown-clock .col {
	font-family: var(--font2);
	font-size: 10px;
	letter-spacing: .02em;
	font-weight: 550;
	text-align: center;
	flex: 1
}

.countdown-clock .col div {
	font-size: 23px
}

.countdown-clock .col div.digits {
	width: 38px
}

.inventory-expire {
	color: #2cfef7
}

.rewards-modal .item-element-inner, .rewards-modal .item-container {
    background: #2f2c38;
}

.item-container {
    max-width: 307px;
}

.btn-purple {
    background: #326cc0;
    border: 4px solid #326cc0;
    color: #fff;
}

.coupon-del {
	display: none;
}

.btn-claim-yes, .btn-claim-coupon {
	border: 1px solid #c1ad8b;
    background: #111111;
    color: #c1ad8b;
}

.btn-claim-yes:hover, .btn-claim-coupon:hover {
/*	background: #005ae1;*/
}

@media (max-width: 800px) {
	.btn-use-claim {
		margin-top: 0px !important;
	}

	.rewards-bottom {
    	width: 285px;
    	left: 50%;
	    position: relative;
	    margin-left: -144.5px;
	    float: none;
	}

	.right-content.wide {
	    padding: 10px;
	    padding-right: 0px;
	    margin-right: 0px;
	}

	.item-element-inner {
		padding-left: 5px;
		height: 315px;
		padding-right: 5px;
	}

	.sm-text {
	    margin-top: 5px !important;
	}
}