.iscu_quantity_wrapper {
	display: flex;
	justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.iscu_selected_li {
	height: 40px;
	width: 40px;
	margin: 7px 7px 7px 0;
	font-size: 19px;
	border-radius: 50px;
	border: 1px solid;
	display: flex;
	justify-content: center;
	align-items: center;
}

.iscu_selected_li.iscu_selected {
	background: #B5832C !important;
	border: 1px solid #B5832C;
}

.iscu_selected_numbers_ul {
	list-style: none;
	display: flex;
    padding: 10px 25px;
}

.iscu_button {
	display: flex;
	align-items: center;
	border-radius: 65%;
	background: #B5832C;
	width: 40px;
	height: 40px;
	justify-content: center;
	font-size: 25px;
	margin: 0px 5px;
  cursor: pointer;
}

#iscu_quantity {
	width: fit-content;
	-moz-appearance: textfield;
	padding: 4px 0;
	text-align: center;
	max-width: 40px;
    border: 0;
}

#iscu_quantity::-webkit-outer-spin-button,
#iscu_quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.iscu_lottery_wrapper {
	border: 2px solid #B5832C;
    margin-bottom: 15px;
    border-radius: 20px;
}

.iscu_lottery_heading {
	width: 115px;
    padding: 13px 0 13px 10px;
    border-radius: 17px 0 75px 0;
    font-size: 18px;
	background: #B5832C;
   
}

.iscu_lottery_footer {
	padding: 5px;
}

.iscu_lottery_footer img {
	width: 40px;
	border-radius: 54px !important;
	background: #B5832C;
	margin-left: 10px;
	border: 1px solid white !important;
	padding: 12px;
	cursor: pointer;
}

.iscu_lottery_footer img:hover{
    opacity: .7;
}

.iscu_in_cart_ticket_number {
	padding: 7px 11px;
	border-radius: 50px;
	background: #B5832C;
	font-weight: bold;
	font-size: 12px;
}

.iscu_lottery_wrapper ul.tickets_numbers li.tn {
	border: 1px solid;
	border-radius: 60px;
	height: 40px !important;
	width: 40px !important;
	font-size: 19px !important;
	margin: unset;
	margin-right: 7px;
	margin-bottom: 7px;
}

.iscu_lottery_wrapper ul.tickets_numbers li.tn:hover {
	border: 1px solid #B5832C;
	background : unset !important;
}

.iscu_lottery_wrapper ul.tickets_numbers li.tn.selected:hover {
	background : #B5832C !important;
}

.iscu_lottery_wrapper ul.tickets_numbers li.tn.selected {
	background : #B5832C !important;
	border : 1px solid #B5832C;
}

