/*Food Manager option select*/
#package{
    font-size: 30px;
    font-weight: 800;
    font-family: 'Poppins';
}

#package option{
    font-size: 16px;
    font-family: 'Roboto';
}

/*En Espanol*/
.product_tag-en-espanol .title{
    position: relative;
}
.product_tag-en-espanol .title:after{
    content: 'En Español';
    position: absolute;
    color: #8dc63f;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Poppins';
    left: 0;
    bottom: 100%;
}

/*Breadcrumbs*/
.woocommerce-breadcrumb{
    display: none !important;
}

/*Containers*/
.nectar-prod-wrap{
    display: flex;
    flex-direction: column;
}

.nectar-prod-wrap .title{
    margin-bottom: 30px;
    font-family: 'Poppins';
    color: #8DC63F;
    font-size: 30px;
}

.nectar-prod-wrap .single-product-main-image{
    width: 0;
    display: none;
}

.nectar-prod-wrap> .summary.entry-summary{
    float: none !important;
    width: 100% !important;
    display: flex;
}

.nectar-prod-wrap> .summary.entry-summary> .course-information{
    width: 55%;
}

.nectar-prod-wrap> .summary.entry-summary> form{
    width: 45%;
    padding: 0 40px;
}

/*Simple Product Only*/
.product-type-simple .price{
    font-family: 'Poppins';
    font-size: 50px !important;
    line-height: 1;
    color: #8DC63F !important;
}

/*Variable Product Only*/
.product-type-variable .course-information .price{
    font-size: 30px !important;
    line-height: 30px !important;
    color: #676767 !important;
    font-family: 'Roboto';
}


/*Date and Location*/
.product-date-label{
    font-family: 'Poppins';
    font-weight: 800;
    color: #004563;
    font-size: 20px;
    width: 100px;
    display: inline-block;
    margin-left: -110px;
}

.product-date{
    font-family: 'Poppins';
    font-weight: 800;
    color: #004563;
    font-size: 64px;
    margin-bottom: 30px;
    display: inline-block;
}

.product-location-label{
    font-family: 'Poppins';
    font-weight: 400;
    color: #2AC4EA;
    font-size: 20px;
    width: 100px;
    display: inline-block;
    margin-left: -110px;
}

.product-location{
    font-family: 'Poppins';
    font-weight: 400;
    color: #2AC4EA;
    font-size: 64px;
}

.online-only .product-location, .online-only .product-location-label{
    font-weight: 700;
    /*color: #004563;*/
}

.is-book .product-location{
    font-size: 44px;
}

.product-venue-row{
    margin-top: 10px;
}

.product-venue-label{
    font-family: 'Poppins';
    font-weight: 400;
    color: #8DC63F;
    font-size: 20px;
    width: 100px;
    display: inline-block;
    margin-left: -110px;
    vertical-align: top;
}

.product-venue-content{
    display: inline-block;
    color: #8DC63F;
    line-height: 1.4;
}

.product-venue-content p{
    padding-bottom: 0;
}


h1 + .attendee-message{
    display: none;
}

.arrival{
    display: block;
    width: fit-content;
    background-color: #00AEEF;
    border-radius: 12px;
    padding: 7px 22px;
    color: white;
    margin-bottom: 25px;
}

.product-description p strong a{
    text-decoration-color: #8DC63F;
    text-decoration: underline;
}

/*Form*/
.attendee-section{
    position: relative;
    margin-top: 120px;
    display: block;
    padding: 40px;
    border-radius: 15px;
    background-color: white;
    box-shadow: rgba(0,0,0,.04) 0 1px 0,rgba(0,0,0,.05) 0 2px 7px,rgba(0,0,0,.06) 0 12px 22px;
}

.attendee-group{
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
}

.variations{
    width: 100% !important;
}

.variations select{
    border-color: #00aeef !important;
}

.woocommerce-variation-price .price{
    text-align: center;
    font-family: 'Poppins';
    font-size: 50px !important;
    line-height: 1;
}

.woocommerce-variation-price .price .woocommerce-Price-amount.amount{
    margin-left: -15px;
}

/*.woocommerce-variation-price .price .woocommerce-Price-amount.amount:before{
    content: 'Price: ';
    font-size: 18px;
    font-weight: 700;
}*/

.quantity{
    text-align: center;
}

.quantity input[type="button"]{
    background-color: #8dc63f!important;
    color: white !important;
}

.single_variation_wrap .variations_button .quantity input[type="number"]{
    pointer-events: none !important;
    font-size: 40px;
    line-height: 1;
    font-family: 'Poppins';
    height: 60px;
    min-width: 100px;
}

.single_add_to_cart_button{
    width: 100% !important;
}

.attendee-info-wrapper{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.attendee-info-wrapper .registration-helper{
    left: 100%;
    width: 25px;
    line-height: 1;
    height: 25px;
    border-radius: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 900;
    font-family: 'Open Sans';
    font-size: 16px;
    cursor: help;
    background-color: #00AEEF;
}

.attendee-info-wrapper .helper-modal{
    position: absolute;
    top: -20px;
    width: 450px;
    right: calc(100% + 20px);
    background-color: white;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 -2px 25px -5px rgba(0,0,0,0.2);
}

.hidden-modal{
    display: none;
}

#close-helper{
    position: absolute;
    top: -7px;
    left: -10px;
    background: #00AEEF;
    font-size: 15px;
    padding: 0 10px;
    color: white;
    border-radius: 100px;
    cursor: pointer;
}

.attendee-section p{
    padding-bottom: 0px;
    display: flex;
}

.attendee-section p> label{
    margin-right: 10px;
}

.attendee-group h4{
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
}

/*Tabs Section*/
.woocommerce-tabs{
    display: none;
}


/*Table Section*/
#attendee-table-container h3{
    margin-bottom: 15px;
}

#add-new-attendee{
    color: white;
    background-color: #004563;
    padding: 10px 10px 10px 40px;
    border: 0 solid transparent;
    border-radius: 100px !important;
    font-family: 'Poppins';
    font-weight: 600;
    transition: .2s;
}

#add-new-attendee:hover{
    cursor: pointer;
    background-color: #195772;
    transition: .2s;
}

#add-new-attendee:before, #add-new-attendee:after{
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 10px;
    margin: auto;
}

#add-new-attendee:before{
    background-color: white;
    -webkit-mask-image: url(https://tscassociates.wpenginepowered.com/wp-content/uploads/2025/03/fork-full.png);
    mask-image: url(https://tscassociates.wpenginepowered.com/wp-content/uploads/2025/03/fork-full.png);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    transform: rotate(45deg);
    transition: .2s;
}

#add-new-attendee:after{
    background-color: white;
    -webkit-mask-image: url(https://tscassociates.wpenginepowered.com/wp-content/uploads/2025/03/butterknife-full.png);
    mask-image: url(https://tscassociates.wpenginepowered.com/wp-content/uploads/2025/03/butterknife-full.png);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    transform: rotate(-45deg);
    visibility: visible;
    z-index: 0;
    transition: .2s;
}

#add-new-attendee:hover:after{
    transform: rotate(0deg);
    transition: .2s;
}

#add-new-attendee:hover:before{
    transform: rotate(90deg);
    transition: .2s;
}

table.registered{
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: rgba(0,0,0,.04) 0 1px 0,rgba(0,0,0,.05) 0 2px 7px,rgba(0,0,0,.06) 0 12px 22px;
}

table.registered thead tr{
    background-color: #00AEEF!important;
}

table.registered thead tr th{
    color: white !important;
    border-color: rgba(255,255,255,.2) !important;
}

body:not(.woocommerce-cart) .main-content .registered td{
    font-size: 16px;
}

/*Price Formatting for Simple Product*/
.product_cat-food-handler .price .amount bdi{
font-family: 'Poppins';
    font-size: 50px !important;
    line-height: 1;
    color: #8DC63F !important;
}


/*Additional Info*/

.additional-info-table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
	font-size: 16px;
}

.additional-info-table .info-row {
	display: table-row;
}

.additional-info-table .info-label,
.additional-info-table .info-value {
	display: table-cell;
	padding: 0.6em 1em;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

.additional-info-table .info-label {
	font-weight: 600;
	width: 15%;
	background-color: #f9f9f9;
}

.additional-info-table .info-value {
	width: 85%;
}

@media (max-width: 600px) {
	.additional-info-table .info-row {
		display: block;
		margin-bottom: 1em;
	}
	.additional-info-table .info-label,
	.additional-info-table .info-value {
		display: block;
		width: 100%;
	}
	.additional-info-table .info-label {
		background: none;
		padding-bottom: 0.2em;
		font-weight: 700;
	}
}


