.single-product .wdm_group_registration label{
	display: inline;
	margin-right: 10px;
}

.single-product .wdm_group_registration input[type="radio"],.single-product .cart .wdm-enroll-me-div input[type="checkbox"]{
	width: auto;
	float: none;
	height: auto;
}

.single-product .cart .wdm-enroll-me-div{
	display: flex;
	align-items: center;
}

.single-product form.cart div.ldgr_group_name {
	margin: 15px 0;
}

.single-product form.cart div.ldgr_group_name input {
	width: 100%;
}

.quantity {
	overflow: hidden;
	transition: width 0.5s ease-in-out;
}

.ldgr_variations .ldgr_variation_group_options{
	display: none;
}

.ldgr_variations .ldgr_default_variation {
	display: block;
}

#ldgr-unlimited-member-check {
	width: inherit;
}

div.ldgr-unlimited-member-options {
	padding: 20px 0;
}

div.ldgr-unlimited-member-options label {
	display: inline;
}

button[name="add-to-cart"]:disabled,
button[name="add-to-cart"][disabled] {
	border: 1px solid #999999;
  	background-color: #cccccc;
  	color: #666666;
}

.ldgr_group_name, .ldgr_group_courses{
	width: 100%;
}

.ldgr-course-tile-row {
    display: flex;
    flex-wrap: wrap;
}

.ldgr-course-tile {
	position: relative;
    padding: 20px;
    width: 150px;
    margin-right: 15px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 6%);
	margin-bottom: 30px;
}

.ldgr-course-tile label {
	margin-bottom: 0px;
	margin-top: 10px;
}

.ldgr-course-tile .wdm-checkbox {
	position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    width: 25px;
    height: 25px;
}

.ldgr-course-tile .wdm-checkbox i {
	font-size: 18px;
}

.ldgr-course-tile input {
    position: absolute;
    right: 10px;
	top: 10px;
}

span.ldgr_dynamic_course_title, span.ldgr_group_courses_title {
	font-size: 20px;
	font-weight: 600;
}

body.elumine-theme.single-product.woocommerce div.product form.cart {
	flex-wrap: wrap;
}

.ldgr-cal{
	width: 100%;
    height: 74px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 9999;
    box-shadow: 0px -5px 14px rgba(0, 0, 0, 0.16);
    align-items: center;
    transition: all 0.3s ease-in-out;
    display: flex;
    padding: 0 50px;
    justify-content: space-between;
}

.ldgr-hide{
	/* transform: translateY(300px); */
	display: none;
}

/*.ldgr-g-courses .ldgr-g-val{
	white-space: nowrap;
    max-width: calc(100% - 150px);
    overflow: hidden;
    text-overflow: ellipsis;
}*/
.ldgr-grp-info{
	min-width: 500px;
}
.ldgr-g-courses{
	display: flex;
}

.ldgr-cal .ldgr-total{
	font-size: 23px;
	font-weight: 600;
	margin-right: 10px;
	display: inline-block;
}

.ldgr-cal .ldgr-value{
	font-size: 28px;
	font-weight: 700;
	margin-right: 10px;
	display: inline-block;
	color: #ee9823;
}

.js-ldgr-value{
	color: #797777db !important;
	text-decoration: line-through;
}

.ldgr-cal .ldgr-discounted-value{
	font-size: 28px;
	font-weight: 700;
	margin-right: 10px;
	display: none;
	color: #ee9823;
}

.js-ldgr-discounted-value{
	display: inline-block !important;
	transition: display 1s linear;
}

.ldgr-g-discount-lbl{
   display: none;
   position: absolute;
   right: 3.3%;
   top: 45px;
   font-style: italic;
   font-weight: bolder;
}

.js-ldgr-g-discount-lbl{
	display: inline-block !important;
	transition: visibility 1s linear;
}

.ldgr-g-name .ldgr-g-lbl, .ldgr-g-courses .ldgr-g-lbl, .ldgr-seats .ldgr-g-lbl{
	font-size: 23px;
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;
}

.ldgr-g-name .ldgr-g-val, .ldgr-g-courses .ldgr-g-val, .ldgr-seats .ldgr-g-val{
	font-size: 28px;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
    color: #ee9823;
}

/*.ldgr-g-name .ldgr-g-lbl, .ldgr-g-name .ldgr-g-val, .ldgr-g-courses .ldgr-g-lbl, .ldgr-g-courses .ldgr-g-val{
	font-size: 18px;
}*/

div.ldgr_dynamic_options label, div.ldgr_dynamic_values label {
	min-width: 100px;
	display: inline-block;
}

div.ldgr_dynamic_values {
	margin-top: 20px;
}

.ldgr-course-tile p {
	margin: 0;
}

.ldgr-cal span.ldgr-g-lbl {
    text-transform: capitalize;
}
