/*
Theme Name: ClayExpression
Description: Child theme for Uncode theme
Author: Atelier Labo
Author URI: https://atelierlabo.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
@font-face {
    font-family: 'Avenir LT Std 65';
    src: url('fonts/AvenirLTStd-Medium.eot');
    src: url('fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Medium.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Medium.woff') format('woff'),
        url('fonts/AvenirLTStd-Medium.ttf') format('truetype'),
        url('fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std 55 Roman';
    src: url('fonts/AvenirLTStd-Heavy.eot');
    src: url('fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Heavy.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Heavy.woff') format('woff'),
        url('fonts/AvenirLTStd-Heavy.ttf') format('truetype'),
        url('fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std 35';
    src: url('fonts/AvenirLTStd-Light.eot');
    src: url('fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Light.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Light.woff') format('woff'),
        url('fonts/AvenirLTStd-Light.ttf') format('truetype'),
        url('fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std 45 Book';
    src: url('fonts/AvenirLTStd-Book.eot');
    src: url('fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Book.woff') format('woff'),
        url('fonts/AvenirLTStd-Book.ttf') format('truetype'),
        url('fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

p, li, dt, dd, dl, address, label, small, pre, code {
	line-height: 1.65em;
}
b {
	font-family: 'Avenir LT Std 55 Roman';
}
table th {
	font-family: 'Avenir LT Std 65';
	font-weight: 500;
}
mark {
	font-family: 'Avenir LT Std 55 Roman';
}
input[type="submit"], input[type="reset"], input[type="button"], button[type="submit"] {
	font-size: 14px;
	padding: 13px 64px 13px 64px;
	border-radius: 10em;
}
button[type="submit"][name="apply_coupon"] {
	background-color: #eeeeee !important;
	color: #222222 !important;
	font-size: 12px;
}
button[type="submit"][name="update_cart"] {
	font-size: 12px;
}
.style-light .btn-default, .style-dark .style-light.style-override .btn-default, .style-dark .style-light .btn-default {
	color: #ffffff !important;
    background-color: #333333 !important;
    border-color: #333333 !important;
}
.style-light .text-accent-color a {
	color: #fcb107 !important;
}
.style-light button[type="submit"] {
	background-color: #333333;
	color: #ffffff;
}
.woocommerce-button {
    border-radius: 10em !important;
}
.heading-text ul li, .heading-text ol li,
.uncode-list ul li, .uncode-list ol li {
	font-size: inherit;
	font-family: inherit;
}
table td {
	font-weight: 400;
}
table[border="0"] {
	border: 0px;
}
table[border="0"] th, table[border="0"] td {
	border: 0px;
}
.product-tab table tr td,
.product-tab table tr th {
	padding: 2em;
}
.shop-header-second-section .uncont {
	padding-top: 0px !important;
}
.product-tab table tr td > h1:first-child,
.product-tab table tr td > h2:first-child,
.product-tab table tr td > h3:first-child,
.product-tab table tr td > h4:first-child,
.product-tab table tr td > h5:first-child {
	margin-top: 0px;
}
form p {
	font-weight: 400;
}
.tnp-field ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}
.tnp-field :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}
.tnp-field ::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999;
}
.sbi_photo_wrap p {
    margin: 0px;
}
.sbi_photo_wrap .sbi_photo {
    display: block;
}
#sb_instagram #sbi_images .sbi_item {
    float: left;
}
footer .tnp-subscription {
    margin: 0px;
    max-width: none;
}
footer .tnp-subscription .tnp-field-firstname {
    display: inline-block;
    width: 33%;
    vertical-align: middle;
}
footer .tnp-subscription .tnp-field-email {
    display: inline-block;
    width: 33%;
    vertical-align: middle;
}
footer .tnp-subscription .tnp-field-button {
    display: inline-block;
    vertical-align: middle;
    width: 31%;
}
footer .tnp-subscription .tnp-submit {
    color: #ffffff !important;
    background-color: #fcb107 !important;
    border-color: #fcb107 !important;
    border-top-right-radius: 10em !important;
    border-bottom-right-radius: 10em !important;
    display: inline-block;
    font-size: 11px;
    padding: 11px 20px !important;
    font-style: normal !important;
    text-align: center;
    vertical-align: middle;
    margin-top: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    background-image: none;
    border-style: solid;
    outline: none;
    white-space: pre-wrap;
    -webkit-text-stroke: 0px;
}
ul.icons li {
    text-indent: -2em;
    margin-left: 2em;
}
.hidden-modals {
    
}
.hidden-modals .bio-box {
    display: none;
}
.bio-modal-container {
	  position:fixed;
	  display:table;
	  height:100%;
	  width:100%;
	  top:0;
	  left:0;
	  transform:scale(0);
	  z-index:1;
}
.bio-modal-container.pop {
  transform: scale(1);
  z-index: 2001;
}
.bio-modal-container .bio-modal-background {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(255,255,255,0.5);
}
.bio-modal-container .bio-modal-background .bio-modal {
	background-color: rgba(0,0,0,0.90);
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
    max-width: 900px;
    max-height:90vh;
    overflow-y:auto;
    margin: 10px;
}
.bio-modal-container.pop .bio-modal-background {
  animation: fadeIn 400ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.bio-modal-container.pop .bio-modal-background .bio-modal {
  background-color: #ffffff;
  animation: modalFadeIn 400ms 400ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.bio-modal-container.pop.out {
  animation: quickScaleDown 0s 400ms linear forwards;
}
.bio-modal-container.pop.out .bio-modal-background {
  animation: fadeOut 400ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.bio-modal-container.pop.out .bio-modal-background .bio-modal {
  animation: modalFadeOut 400ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.bio-close-modal {
	border: 0px !important;
	background-color: transparent !important;
	padding: 0px !important;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(https://dev.tchfoodworks.com/wp-content/uploads/2020/02/close.png) center center no-repeat !important;
	width: 24px; 
	height: 24px;
	display: block;
	position: absolute;
	z-index: 2;
	right: 1em;
	top: 1em;
	cursor: pointer;
}
.bio-modal-container .column_child.single-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 36px;
}
.bio-modal-container .column_child.half-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 18px;
}
div.text-top-reduced > *:first-child {
    margin-top:4px;
}
div.text-top-reduced > p {
    line-height: 1.3em;
}
.class-schedule-table table tr td {
    border: 0px;
    font-size:13px;
}
.class-schedule-table table {
    border: 0px;
    border-bottom: 1px solid #eeeeee;
}
.class-schedule-table.half table {
    width: 48%;
    display: inline-table;
    vertical-align: top;
    margin: 0 1% 0 0;
}
.class-schedule-table table tr:nth-child(odd) td {
    background-color:#eeeeee;
}
.class-schedule-table table tr td:nth-child(1),
.class-schedule-table table tr td:nth-child(2){
    white-space:nowrap;
}
.class-schedule-table.half table tr td:nth-child(1) {
    width: 30%;
}
.main-container footer .row-container .row-parent .half-internal-gutter .uncont > * {
    margin-top: 12px;
}
.tnp-field label {
    display: none;
}
.tnp-field input[type=text], .tnp-field input[type=email] {
    height: auto;
}
.reduce-li-margin ul {
    margin-top: 5px;
}
.reduce-li-margin ul li {
    margin-top: 0px;
}
.padding-smaller .single-block-padding {
    padding: 12px;
}
@media (min-width: 960px){
    .icon-box-left .icon-box-content {
        padding-left: 18px;
    }
}
.testimonial-carousel .owl-stage p {
    line-height: 2em;
}
@media (max-width: 959px){
    #map-soclal-media {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    footer .tnp-subscription .tnp-field-firstname,
    footer .tnp-subscription .tnp-field-email,
    footer .tnp-subscription .tnp-field-button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 400px;
        max-width: 90%;
    }
    footer .tnp-subscription .tnp-submit {
        border-top-left-radius: 10em !important;
        border-bottom-left-radius: 10em !important;
        padding: 12px 30px !important;
    }
}
.class-pricing {
    line-height: 1.4em;
}
.class-pricing strong {
    font-weight: 700;
    background-color: #6699ff;
    color: #ffffff;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
}
.woocommerce-thankyou-order-received {
    text-align: center;
}
.woocommerce-order ul.woocommerce-thankyou-order-details,
.woocommerce-order ul.wc-bacs-bank-details {
    list-style: none;
    text-align: center;
    padding: 0px;
}
.woocommerce-order .wc-bacs-bank-details-account-name {
	margin: 1em 0;
}
.woocommerce-order .woocommerce-bacs-bank-details {
	background-color: #f5f5f5;
	padding: 1em;
}
.woocommerce-order ul.woocommerce-thankyou-order-details li,
.woocommerce-order ul.wc-bacs-bank-details li {
    display: inline-block;
    float: none;
    margin: 0px;
    padding: 0px;
    padding: 0 2em;
    margin-bottom: 1em;
    text-align: center;
}
.woocommerce-order ul.woocommerce-thankyou-order-details li label,
.woocommerce-order ul.wc-bacs-bank-details li label {
	display: block;
}
.order-details address,
.addresses address {
    line-height: 1.4em;
    font-style: normal;
}
address > p,
address .woocommerce-customer-details--email {
	margin-top: 0px;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error-list, .woocommerce .woocommerce-info {
	font-weight: 500;
	font-family: 'Avenir LT Std 65';
}
.woocommerce-MyAccount-navigation ul li {
	border-top: 1px solid #eaeaea;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #666666;
    font-size: 15px;
    font-weight: 500;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	font-family: 'Avenir LT Std 65';
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fcb107 !important;
}
body.textual-accent-color .post-content > div ul:not(.menu-smart):not(.nav-tabs):not(.pagination) .woocommerce-MyAccount-navigation-link:not(.is-active) a:not(.btn) {
	color: #333333 !important;
}
.addresses address .woocommerce-customer-details--email {
    margin-top: 0px;
}
.woocommerce .order-details h3 {
    font-size: 22px;
    color: #fcb107;
}
.woocommerce-MyAccount-navigation a:before {
	top: 50%;
	transform: translateY(-50%);
}
.woocommerce .woocommerce-order .order-details h3 {
	font-size: 20px;
}
.woocommerce .col2-set:not(#customer_details) .col-1, .woocommerce .col2-set:not(#customer_details) .col-2 {
    display: inline-block;
    vertical-align: top;
    margin-top: 0px !important;
    width: 47%;
}
.woocommerce .col2-set:not(#customer_details) .col-2 {
    margin-left: 5%;
}
.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register {
    padding: 0px !important;
}
.checkout_coupon.woocommerce-form-coupon {
	border: 0px !important;	
}
.woocommerce form.register .woocommerce-privacy-policy-text {
    margin-top: 1em;
    font-size: 13px;
}
.woocommerce form.register .woocommerce-privacy-policy-text * {
	font-size: 13px;
}
#aiowps-captcha-answer {
    width: 64px;
}
.woocommerce form.login, .woocommerce form.register {
    padding: 36px !important;
}
.uncode-cart .buttons a {
    font-size: 16px;
}
.uncode-cart-dropdown {
    border: 1px solid #dddddd !important;
}
.tmb-woocommerce.tmb .t-entry span.price ins {
    font-weight: 400;
}
.woocommerce .products.related .related-title {
    text-transform: none;
    font-size: 36px;
    letter-spacing: 0;
}
.payment_box p {
    font-size: 15px;
    font-weight: 400;
}
.wc_payment_method label {
    font-weight: 500;
    color: #222222;
}
.woocommerce form .form-row label {
	color: #333333;
	font-weight: normal;
	font-size: 15px;
}
.woocommerce-privacy-policy-text p {
    font-weight: 400;
    margin-top: 0px;
    font-size: 15px;
}
.u-column1 h2, .u-column2 h2 {
   text-align: center;
   color: #FCB107;
   margin-bottom: 0.9em;
}
.menu-bloginfo .menu-bloginfo-inner > * {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Avenir LT Std 55 Roman';
	text-align: center;
}
.top-menu .col-lg-12.menu-horizontal {
	display: none;
}
.woocommerce-product-details__short-description ul {
	
}
.woocommerce-product-details__short-description ul li {
	text-indent: -1em;
	margin-top: 5px;
    margin-left: 2em;
    list-style: none;
    vertical-align: top;
}
.woocommerce-product-details__short-description ul li:before {
	font-family: 'uncodeicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\e601";
	display: inline-block;
	margin-right: 13.5px;
    font-size: 1em;
    line-height: .7em;
    position: relative;
    top: 0.1em;
    color: #fcb107 !important;
}
body.single-product.woocommerce div.product .product_title {
	margin-top: 10px;
	font-size: 29px;
	line-height: 1.2em;
}
.price-divider {
	margin: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.price-container label {
	font-weight: 700;
	display: block;
}
.price-container .woocommerce-Price-amount.amount {
    font-size: 36px;
} 
.price-container .woocommerce-Price-amount.amount * {
	font-size: 36px;
}
.price-container del .woocommerce-Price-amount.amount,
.price-container del .woocommerce-Price-amount.amount * {
	font-size: 24px;
}
.woocommerce div.product .wootabs .tab-pane:not(.tab-vcomposer) .product-tab-title {
	font-size: 29px;
	text-transform: none;
	letter-spacing: -0.03em;
	font-family: 'Lora';
	text-align: center;
}
.woocommerce .post-wrapper .wootabs .nav-tabs {
	display: none;
}
.woocommerce div.product .wootabs .tab-content {
	background-color: #f7f7f7;
	border-top-width: 0px;
}
.woocommerce .post-wrapper .wootabs .tab-content .tab-pane {
	max-width: 800px;
	margin: 72px auto;
}
body.woocommerce-checkout .post-body .woocommerce,
body.woocommerce-cart .post-body .woocommerce,
.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle,
form.woocommerce-cart-form,
form.checkout.woocommerce-checkout,
.cart-collaterals,
.woocommerce > .woocommerce-order,
.woocommerce-checkout .woocommerce .row-message,
.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle + form + .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle + form {
	max-width: 800px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0px !important;
}
.woocommerce-cart .woocommerce-notices-wrapper:not(:empty),
.woocommerce-checkout .woocommerce-notices-wrapper:not(:empty) {
	margin-bottom: 36px;
}
.woocommerce-form-coupon-toggle {
	padding: 20px 0px;
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.main-container .row-container.row-message .double-bottom-padding {
	padding-bottom: 36px;
}
.main-container .row-container.row-message .double-bottom-padding:empty {
	padding-bottom: 0px;
}
.woocommerce-thankyou-order-received {
	margin: 0 0 2em;
}
.woocommerce-thankyou-order-received .thank-you {
	margin-bottom: 0px;
	color: #333333 !important;
}
.uncode-cart .buttons a {
	font-size: 12px;
}
.woocommerce .cart .button, 
.woocommerce .cart input.button,
.style-light .btn-default:not(.owl-nav-container), 
.style-dark .style-light.style-override .btn-default:not(.owl-nav-container), 
.style-dark .style-light .btn-default:not(.owl-nav-container),
.woocommerce div.product form.cart .button {
	border-radius: 10em !important;
}
.wc-bookings-booking-form .block-picker li a .booking-spaces-left {
	display: inline;
}
.wc-bookings-date-picker-timezone-block {
	display: none !important;
}
.page-body:not(.product_cat-introduction) .wc-bookings-booking-cost {
	display: none !important;
}
.wc-bookings-booking-form {
	border: 0px !important;
	padding: 0px !important;
}
.wc-bookings-booking-form .wc_bookings_field_resource {
	border-top: 3px solid #333333;
	margin-top: 1em;
}
.wc-bookings-booking-form fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.wc-bookings-booking-form .block-picker li a:not(.selected) {
}
.wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
	background-color: #4CD047 !important;
}
.ui-widget {
	font-family: 'Avenir LT Std 65', sans-serif;
	font-size: 15px;
}
.woocommerce-info a {
	color: #fcb107;
}
td.product-name a {
	color: #fcb107 !important;
}
.wc-nonpurchasable-message {
    border-top: 1px solid #eaeaea;
    padding-top: 1em;
	margin-top: 1em;
	font-size: 15px;
	line-height: 1.6em;
	text-indent: -1em;
	margin-left: 1em;
}
.wc-nonpurchasable-message a {
	font-weight: bold;
	font-family: 'Avenir LT Std 55 Roman';
	color: #fcb107 !important;
}
.wc-nonpurchasable-message em {
	color:#ff0000;
	font-size:20px;
	font-weight:700;
	line-height: 14px;
}
.woocommerce-bacs-bank-details {
	text-align: center;
}
.woocommerce-error-list.woocommerce-error {
	padding: 18px 0;
	margin-bottom: 0px;
}
@media screen and (max-width: 959px) {
    .woocommerce .col2-set .col-2 {
        margin-left: 0;
    }
    .woocommerce .col2-set:not(#customer_details) .col-1, .woocommerce .col2-set:not(#customer_details) .col-2 {
        display: block;
        margin-left: 0px;
        width: 100%;
    }
    .menu-horizontal-inner>div:first-child:not(.navbar-social):last-child .menu-smart {
        padding: 0px 0 27px 0px!important;
    }
}
@media (max-width: 560px){
    .class-schedule-table.half table {
        display: table;
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
}
.fa-myreferrals:before {
    content: "\f06b";
}
.fa-bookings a:before {
    content: "\f073";
}
.woocommerce-MyAccount-navigation-link--members-area a:before {
    content: "\f0c0";
}
.woocommerce-MyAccount-navigation-link--wc-smart-coupons a:before {
    content: "\f06b";
}
.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 0px;
}
.woocommerce #payment .place-order .btn, .woocommerce #payment .place-order input {
	float: right;
}
.checkout-membership-notice {
	border-radius: 2px;
	background-color: #f5f5f5;
    margin: 36px 0px 0px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    padding: 36px;
	line-height: 1.6em;
}
.checkout-membership-notice a:not(.btn) {
	color: #fcb107 !important;
}
.checkout-membership-notice p,
.checkout-membership-notice ol,
.checkout-membership-notice ol li {
	margin-top: 0.4em;
}
.checkout-membership-notice em {
	color:#ff0000;
	font-size:20px;
	font-weight:700;
	line-height: 14px;
}
.checkout-membership-notice ol {
	margin-left: 2em;
}
.checkout-membership-notice h4 {
	margin-top: 0px;
	margin-bottom: 0.5em;
}
.checkout-membership-notice strong {
	color: #fcb107 !important;
}
.woocommerce .cart .button.disabled,
.woocommerce button.button:disabled {
	opacity: 0;
}
.woocommerce .cart .button.single_add_to_cart_button.disabled {
	opacity: 0.1;
}
.woocommerce-error-list {
	padding-left: 0px;
}
.woocommerce-billing-fields__field-wrapper {
	overflow: hidden;
	border-top-width: 0px;
	margin-top: 0px;
}
.checkout .woocommerce-account-fields {
	margin-top: 24px;
}
.checkout .woocommerce-account-fields .create-account {
	background-color: #f5f5f5;
	padding: 24px;
}
.create-account .form-row:first-of-type {
	margin-top: 0px;
}
.woocommerce span.onsale, .woocommerce span.soldout {
	font-size: 12px !important;
	font-weight: bold;
	font-family: 'Avenir LT Std 55 Roman';
	padding: 0.5em 1em;
}
.wc-bookings-date-picker .ui-datepicker td .ui-state-default {
	color: #333333;
}
/*
.wc-bookings-date-picker .ui-datepicker td.bookable a {
	background-color: #FCB107 !important;
}
*/
.wc-bookings-date-picker .ui-datepicker td.bookable-range.ui-datepicker-current-day a {
	background-color: #FCB107 !important;
	font-family: 'Avenir LT Std 55 Roman';
	font-weight: 700;
}
.wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
	
}
.wc-bookings-booking-form .block-picker {
	display: flex;
	justify-content: space-between;
}
.wc-bookings-booking-form .block-picker li {
	min-width: 1px;
	float: none;
	flex-grow: 1;
	margin: 2px 5px;
}
.wc-bookings-booking-form .block-picker li:not(.instruction) {
	max-width: 50%;
}
.wc-bookings-booking-form .block-picker li.instruction {
	font-weight: bold;
	font-family: 'Avenir LT Std 55 Roman';
	color: #333333;
}
.wc-bookings-booking-form .block-picker li a {
	font-size: 14px;
	border-radius: 10em;
	width: 100% !important;
}
.wc-bookings-booking-form .block-picker li:nth-child(odd) a,
.wc-bookings-booking-form .block-picker li:nth-child(even) a {
	background-color: #2ecc71 !important;
	color: #ffffff !important;
}
.wc-bookings-booking-form .block-picker li a.selected,
.wc-bookings-booking-form .block-picker li:nth-child(odd) a:hover, 
.wc-bookings-booking-form .block-picker li:nth-child(odd) a:focus {
	background-color: #fcb107 !important;
}
.wc-bookings-booking-form-button {
	border: 0x !important;
	color: #ffffff !important;
	font-size: 14px !important;
}
.wc-bookings-booking-form-button.disabled {
	pointer-events: none !important;
}
.slot-status {
	color: #ffffff;
	background-color: #666666;	
	padding: 0.6em 1em 0.6em;
	border-radius: 6px;
	font-size: 10px !important;
	font-weight: 500;
	line-height: 1.2em;
	vertical-align: middle;
	display: inline-block;
	min-width: 100px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.slot-status.booking {
	color: #ffffff;
	background-color: #fcb107 !important;
	padding: 0.6em 2em 0.6em;
	border-radius: 10em;
	font-size: 10px !important;
	font-weight: 500;
	line-height: 1.2em;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
}
.slot-status.extend {
	color: #ffffff;
	background-color: #1cb8e8 !important;
	padding: 0.6em 2em 0.6em;
	border-radius: 10em;
	font-size: 10px !important;
	font-weight: 500;
	line-height: 1.2em;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
}
.text-action.extend {
	color: #ffffff;
	background-color: #1cb8e8 !important;
	padding: 0.6em 2em 0.6em;
	border-radius: 10em;
	font-size: 10px !important;
	font-weight: 500;
	line-height: 1.2em;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
}
.slot-status.booking.not-ready {
	background-color: #dddddd !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.slot-status.booking:not(.not-ready):hover {
	background-color: #333333 !important;
}
.slot-status.avail {
	background-color: #00aaff !important;
}
.slot-status.pending {
	background-color: #1111ff !important;
}
.slot-status.upcoming {
	background-color: #4CD047 !important;
}
.slot-status.used {
	background-color: #aaaaaa;
}
.slot-status.expired {
	background-color: #440000;
}
.my-booking-time {
	font-weight: normal;
}
.my-booking-num {
	font-weight: 400;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 500;
	color: #999999;
}
.my-booking-num a {
	font-weight: 400;
	font-weight: 500;
	color: #999999;
}
.my-booking-name {
	line-height: 1.4em;
	font-size: 13px;
}
.my-booking-name a {
	color: #fcb107 !important;
}
.mini-usage-table th.slot {
	width: 160px;
}
.mini-usage-table th.status {
	width: 90px;
}
.mini-usage-table .action {
	text-align: right !important;
}
.woocommerce table.shop_table td.product-name {
	font-size: 16px;
}
.woocommerce table.shop_table td.product-name a {
	font-weight: 500;
	font-family: 'Avenir LT Std 65';
}
.woocommerce table.my_account_orders table.mini-usage-table {
	margin-bottom: 0;
	margin-top: 0;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}
.woocommerce table.my_account_orders table.mini-usage-table tr:last-of-type td {
	border-bottom: 0px;
	padding-bottom: 0px;
}
.woocommerce table.my_account_orders table.mini-usage-table th,
.woocommerce table.my_account_orders table.mini-usage-table td {
	padding: 6px 0;
	border-left: 0px;
	border-right: 0px;
}
.woocommerce table.my_account_orders .credit-usage h6 {
	margin: 0px;
	font-style: italic;
	font-weight: bold;
	font-family: 'Avenir LT Std 55 Roman';
	color: #222222;
}
.woocommerce table.my_account_orders .credit-usage > td {
	padding-top: 0px;
}
.woocommerce table.my_account_orders table.mini-usage-table th {
}
.woocommerce table.my_account_orders tr.has-slot td {
	border-bottom: 0px;
}
.woocommerce table.my_account_orders td.membership-plan {
	font-size: 18px;
	color: #222222;
	font-weight: 500;
	font-family: 'Avenir LT Std 65';
}
.footnote2 {
	font-size: 12px;
	font-weight: 500;
	color: #333333;
	margin-top: 5px;
}
.footnote {
	font-size: 12px;
	font-weight: 500;
	color: #999999;
	margin-top: 5px;
}
.woocommerce table.my_account_orders td.membership-plan .footnote2 {
	font-size: 12px;
	font-weight: 500;
	color: #333333;
	margin-top: 5px;
}
.woocommerce table.my_account_orders td.membership-plan .footnote {
	font-size: 12px;
	font-weight: 500;
	color: #999999;
	margin-top: 5px;
}
.woocommerce table.my_account_memberships .membership-plan {
	width: 45%;	
}
.woocommerce table.my_account_memberships .membership-start-date,
.woocommerce table.my_account_memberships .membership-end-date {
	width: 20%;
}
.woocommerce table.my_account_memberships .membership-status {
	width: 15%;
}
.woocommerce table.my_account_orders .button {
	display: inline-block;
	padding: 5px 10px;
	background-color: #222222;
	color: #ffffff;
	border-radius: 10em;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.woocommerce table.my_account_orders .button.cancel {
	color: #333333;
	background-color: #ffffff !important;
	border: 1px solid #333333;
	padding: 0.6em 2em 0.6em;
	border-radius: 10em;
	font-size: 10px !important;
	font-weight: 500;
	line-height: 1.2em;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 1em;
	box-sizing: border-box;
}
.woocommerce table.my_account_orders .button.cancel.force {
	background-color:  red !important;
	border: 0px;
	color: #ffffff !important;
}
.woocommerce table.my_account_orders .button.cancel.show-on-mobile {
	margin-right: 0px;
	margin-top: 3px;
}
.woocommerce table.my_account_bookings a:not(.button) {
	color: #fcb107 !important;	
}
.wc-booking-summary {
	border: 0px;
	background-color: #f5f5f5;
	border-radius: 6px;
	font-size: 16px;
	padding: 1.5em !important;
}
.wc-booking-summary .wc-booking-summary-list {
	margin-top: 5px;
	list-style: none !important;
	padding: 0px !important;
}
.wc-booking-summary-list li {
	float: none !important;
	display: block;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 14px;
	text-transform: none !important;
	border: 0px !important;
	font-weight: 400 !important;
	color: #333333 !important;
}
.wc-booking-summary .wc-booking-summary-actions {
	margin-top: 5px;
}
.wc-booking-summary .wc-booking-summary-actions a {
	display: inline-block;
	background-color: #333333;
	font-family: 'Avenir LT Std 65';	
	font-weight: 400;
	padding: 0.5em 1.5em !important;
	font-size: 12px;
	border-radius: 6em;
}

.woocommerce table.account-orders-table th,
.woocommerce table.my_account_memberships th,
.woocommerce table.my_account_bookings th {
	background-color: #f5f5f5;
}
.wrap-booking-form {
	height: 0px;
	overflow: hidden;
}
.ast-red {
	font-weight: bold;
	font-family: 'Avenir LT Std 55 Roman';
	color: #ff0000;
	font-size: 200%;
}
.woocommerce div.product form.cart {
	margin-top:  0px !important;
}
.checking-form:not(:empty) {
	padding: 1em 0;
	font-style: italic;
}
.booking-schedule-table {
	margin-bottom: 12px;
}
.booking-schedule-table td {
	font-size: 16px;
	padding: 5px 10px;
}
label.select-date {
	margin-top: 0px;
}
.add_to_cart_inline .h2 {
	display: none;
}
.add_to_cart_inline .button {
	background-color: #fcb107 !important;
	border-color: #fcb107 !important;
	line-height: 1.1em !important;
}
.product.woocommerce.add_to_cart_inline {
	padding: 0px !important;
	border: 0px !important;
}
.not-member-add-to-cart-section .product.woocommerce.add_to_cart_inline .button {
	background-color: #fcb107 !important;
	border-color: #fcb107 !important;
	display: block;
}
.not-member-add-to-cart-section#not-member-add-to-cart-section .product.woocommerce.add_to_cart_inline .button:hover {
	border-color: #fcb107 !important;
	color: #fcb107 !important;
}
div.product form.cart .variations {
	margin-bottom: 27px;
}
.woocommerce div.product form.cart .variations td.label label {
	color: #333333;
	font-weight: bold;
	font-family: 'Avenir LT Std 55 Roman', sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
	border-radius: 10em;
	padding: 0.6em 1.5em;
}
.button-variable-item span {
	padding: 1em 0 0;
	color: #333333;
	font-weight: bold;
	font-family: 'Avenir LT Std 55 Roman', sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
}
.woocommerce-variation-price, .woocommerce-variation-price * {
    font-size: 36px;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
		
}
.woocommerce div.product form.cart .single_variation .price {
	margin-top: 0px;
	color: #fcb107 !important;
}
body.single-product.woocommerce .quantity input.qty, 
body.single-product.woocommerce #content .quantity input.qty {
	font-size: 16px;
}
.woocommerce div.product.tmb * {
}
.woocommerce div.product.tmb .t-entry-title {
	font-size: 18px;
}
.woocommerce div.product.tmb .t-entry-title .second-line {
	font-size: 90%;
	line-height: 1.6em;
	display: block;
}
.woocommerce div.product.tmb .price,
.woocommerce div.product.tmb .price * {
	font-size: 18px;
	color: #fcb107 !important;
	font-weight: 700;
}
.col-widgets-sidebar .widget-container .widget-title {
	padding-bottom: 20px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.prdctfltr-widget .prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll .prdctfltr_checkboxes, .prdctfltr-widget .prdctfltr_scroll_default.pf_default_select .prdctfltr_add_scroll .prdctfltr_checkboxes {
	padding-top: 10px;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons span {
	color: #fcb107 !important;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
}
body.no-shop-desc .shop-auto-desc {
	display: none;
}
.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-size: 18px;
}
.catering-cut {
	
}
.magnified-col .uncont {
	overflow: hidden;
}
/*
.catering-header-float-box {
	position: absolute !important;
	z-index: 50;
	bottom: 0px;
}
*/
.catering-header-floating-row {
	position: absolute !important;
	z-index: 50;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.magnified-thumb .tmb {
	transform: scale(1.1);
	transition: linear 200ms;
}
.magnified-thumb:hover .tmb {
	transform: scale(1.2);
}
.magnified-col .vc_custom_heading_wrap,
.magnified-col .btn-container {
	padding-left: 2em;
	padding-right: 2em;
}
.why-float-box {
	position: absolute !important;
	z-index: 50;
	bottom: 0px;
	height: 100%;
}
.menu-user-icon .fa.menu-icon {
	font-size: 20px;
	vertical-align: sub;
}

.fa-2x {
	font-size: 1.5em;
}
@media (min-width: 960px){
	.magnified-col.one .uncode-single-media {
		transform: translateX(10%);
	}
	.magnified-col.four .uncode-single-media {
		transform: translateX(-10%);
	}
	.menu-user-icon .label {
		display: none;
	}
	body[class*=hmenu-]:not(.hormenu-position-right) .navbar-cta + .navbar-nav-last > ul {
		padding-left: 0px !important;
	}
	.menu-user-icon .fa.menu-icon { 
		margin-right: 0px;
	}
}
.class-category-menu-row .uncont {
	padding-top: 0px !important;
}
.main-container .row-container.class-category-menu-row > .row.row-parent {
	padding: 24px;
}
.class-category-menu .menu-item a {
	font-family: 'Avenir LT Std 65';	
}
.class-category-menu .current-menu-item a {
	color: #fcb107 !important;
}
.category-title-section .uncont {
	padding-top: 0px !important;
}
.product-listings {
	
}
.product-listings .tmb .t-entry-text .t-entry-title a,
.product-listings .tmb .t-entry-text .t-entry-title * {
	color: #FCB107;
}
.product-listings .tmb .t-entry-text .product-meta {
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.post-body .product .product-meta {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.product-listings .tmb .t-entry-text .product-meta ul,
.post-body .product .product-meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-listings .tmb .t-entry-text .product-meta ul li {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Avenir LT Std 65';	
	padding-right: 1em;
	margin-right: 1em;
	border-right: 1px solid #787878;
	line-height: 1em;
}
.post-after .product-listings .tmb .t-entry-text .product-meta ul li {
	font-size: 10px;
}
.post-body .product .product-meta ul li {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Avenir LT Std 65';	
	padding-right: 1em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	border-right: 1px solid #787878;
	line-height: 1em;
}
.post-after .product-listings .tmb .t-entry-text .t-entry-excerpt * {
	font-size: 14px;
}
.post-after .product-listings .tmb .t-entry-text .product-meta ul li.session {
	border-right: 0px;
}
.post-after .product-listings .tmb .t-entry-text .product-meta ul li.validity {
	border-right: 0px;
	margin-top: 5px;
}
.product-listings .tmb .t-entry-text .product-meta ul li:last-of-type,
.post-body .product .product-meta ul li:last-of-type {
	border-right: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
.product-meta .fa {
	font-size: 16px;
	line-height: 11px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}
.post-body .product .product-meta .fa {
	font-size: 16px;
	line-height: 12px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}
.product-listings .add-to-cart-overlay {
	display: none !important;
}
.tooltipster-box {
	font-size: 14px;
	padding: 0.8em;
}
.custom-add-to-cart-btn {
	letter-spacing: 2px;
}
.custom-add-to-cart-btn * {
	font-size: inherit !important;
	font-weight: inherit !important;
	font-family: inherit !important;
	letter-spacing: inherit !important;
	text-decoration: none !important;
}
.custom-add-to-cart-btn del {
	text-decoration: line-through !important;
}
.separator {
	display: inline-block;
	border-right: 1px solid #787878;
	margin: 0 1em 0 0.8em;
	width: 1px;
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
}
.t-entry-title em {
	font-weight: bold;
}
body.single-product.woocommerce div.product .product_title {
	font-size: 32px;
	color: #FCB107;
}
body.single-product.woocommerce div.product .product_title em {
	font-weight: bold;
}
.class-details-section {
	margin-top: 1.2em;
}
.class-details-students {
	padding: 2em;
	background-color: #F7F7F7;
}
.class-details-students .desc {
	font-size: 14px;	
}
.class-details-students .label {
	padding-top: 0px !important;
}
.class-details-students .student-row {
	margin: 0.6em 0 0;
}
.class-details-students .student-row .label-student {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}
.class-details-students .student-row .student-row-wrap {
	display: flex;
}
.class-details-students .student-row .student-row-wrap .student-name {
	width: 50%;
}
.class-details-students .student-row .student-row-wrap .student-contact {
	width: 50%;
}
.class-details-students .student-row .student-row-wrap .student-name input,
.class-details-students .student-row .student-row-wrap .student-contact input {
	margin-top: 0px;
	max-width: 100%;
	font-size: 14px;
}
.product-desc:empty + .class-details-section {
	margin-top: 0;
}
.product-desc > div {
    line-height: 1.65em;
    margin: 18px 0 0;
}
.product-desc > div:empty {
	margin: 0;
}
.modal-footer button.button-primary {
	background-color: #333333 !important;
	padding: 1em 2em;
	border-radius: 10em;
	font-family: 'Avenir LT Std 65';	
	font-size: 14px;
}
.class-details-section .class-details-row {
	border-top: 3px solid #333333;
	padding-bottom: 1em;
}
.class-details-section .class-details-row:last-of-type {
	padding-bottom: 0px;
}
.class-details-section .class-details-title {
	padding: 1em 0 0.5em;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Avenir LT Std 55 Roman';
    letter-spacing: 2px;
    font-size: 14px;
}

.class-details-section .class-details-content {
	
}
.class-details-section .class-details-content a {
	color: #FCB107;
	font-family: 'Avenir LT Std 65', sans-serif;
}
.class-details-section .class-details-content table {
	margin: 0px;
	width: 100%;
	border: 0px;
}
.class-details-section .class-details-content table th,
.class-details-section .class-details-content table td {
	text-align: left;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 0px;	
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #eeeeee !important;
	line-height: 1.5em;
	vertical-align: top;
}
.class-details-section .class-details-content table th {
	font-size: 12px;
	font-weight: bold;
	font-family: 'Avenir LT Std 55 Roman';
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 30%;
}
.class-details-section .class-details-content table tr:last-of-type th,
.class-details-section .class-details-content table tr:last-of-type td {
	border-bottom: 0px;	
}
.class-details-section .class-details-content .pre-notes {
	font-size: 14px;
	line-height: 1.4em;
}
.class-details-section .class-details-content .extra-notes {
	font-size: 13px;
}
.class-details-section .class-details-content .extra-notes.bold {
	font-weight: bold;
	font-family: 'Avenir LT Std 55 Roman';
}
.class-details-section .class-details-content .extra-notes:not(:empty) {
	margin: 0.4em 0 0;
}
.class-details-section .class-details-content .extra-notes * {
	font-size: 13px;
}
.class-details-section .class-details-content .extra-notes > *:first-of-type {
	margin-top: 0px;
}
.class-details-section .class-details-content .extra-notes ul, .class-details-section .class-details-content .extra-notes ol {
	margin-left: 1.5em;
}
.class-details-section .class-details-content .extra-notes ul {
	list-style: disc;
}
.class-details-section .class-details-content .extra-notes ol {
	list-style: decimal;
}
.class-details-section .class-details-content .extra-notes p:first-of-type {
	margin-top: 0px;
}
.woocommerce div.product form.cart {
	
}
.class-details-price {
	border-top: 3px solid #333333;
	display: flex;
}
.class-details-price .flex-col {
	width: 50%;
}
.class-details-price .flex-col.full-flex {
	width: 100%;
}
.wc-bookings-booking-form .wc_bookings_field_resource label,
.price-container .label {
	padding: 1em 0 0;
	color: #333333;
	font-weight: bold;
	font-family: 'Avenir LT Std 55 Roman', sans-serif;	
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
}
.class-details-price .price.pax {
	font-size: 36px;
	color: #333333;
}
.class-details-price.normal-product {
	margin-bottom: 1em;
}
#agree-tnc-btn {
	
}
.agree-term, .agree-term2 {
	font-family: 'Avenir LT Std 55 Roman', sans-serif;	
	font-weight: bold;
	color: #333333;
}
.agree-term2 {
	margin: 1em 0 0 !important;
}
.global-header-title .uncont{
	padding-top: 0px !important;
}
.woocommerce .woocommerce-info.border-accent-color {
	border-color: #666666 !important;
}
.woocommerce table.shop_table tfoot th {
	color: #333333;
}
.woocommerce table.shop_table th {
	color: #333333;
	font-size: 15px;
}
.woocommerce table.account-orders-table th,
.woocommerce table.account-orders-table td,
.woocommerce table.my_account_bookings th,
.woocommerce table.my_account_bookings td,
.woocommerce-account-my-memberships table th,
.woocommerce-account-my-memberships table td, .woocommerce-account-my-memberships table td * {
	font-size: 14px;
}
.uncont > table.shop_table:first-of-type,
.woocommerce-account-my-memberships > table.shop_table:first-of-type {
	margin-top: 0px;
}
.woocommerce-account-my-memberships table td a {
	color: #fcb107;
	font-size: 16px;
}
.woocommerce-account-my-memberships table td.membership-plan a {
	display: block;
}
.mini-usage-table {
	
}
.mini-usage-table .session-name {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222222;
	font-weight: 500;
	font-family: 'Avenir LT Std 65';
}
.mini-usage-table .session-name span {
	display: inline-block;
	vertical-align: middle;
}
.mini-usage-table .session-name .lesson-details {
	display: inline-block;
	margin-left: 5px;
	color: #787878;
	vertical-align: middle;
}
.mini-usage-table .session-name .lesson-details .qtip .fa {
	margin-top: -4px;
}
.mini-usage-table.booking-section tr td {
	font-size: 14px;
}
.mini-usage-table.booking-section tr th.session-pax {
	font-weight: bold;
	color: #333333;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 14px;
}
.mini-usage-table.booking-section tr th.session-pax,
.mini-usage-table.booking-section tr td.session-name {
	width: 110px;
}
.mini-usage-table.booking-section tr th.session-expiry {
	color: #ff0000;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 14px;
	width: auto;
	text-align: right;
}
.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td {
	padding: 18px 20px 18px 20px;
}
.wc-booking-summary .wc-booking-summary-number {
	color: #333333;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: 1;
}
.booking-legend {
	
}
.booking-legend ul {
	list-style: none;
	margin: 0px 0px 0.5em;
	padding: 0px;
}
.booking-legend ul li {
	display: inline-block;
	margin-right: 0.5em;
	font-size: 12px;
}
.booking-legend ul li span {
	display: inline-block;
	height: 12px;
	width: 12px;
	border: 1px solid #cccccc;
	vertical-align: middle;
	margin-right: 0.1em;
	border-radius: 50%;
	background-color: #cccccc;
}
.booking-legend ul li.avail span {
	background-color: #2ecc71 !important;
}
.booking-legend ul li.not-avail span {
	background-color: #ffffff !important;
}
.booking-legend ul li.selected span {
	background-color: #FCB107 !important;
}
.booking-legend ul li.full span {
	background-color: #c0392b !important;
}
p .thank-you {
	line-height: 1.4em;
	margin-top: 0px;
	font-family: 'Avenir LT Std 45 Book', sans-serif;	
}
.woocommerce-order ul.woocommerce-thankyou-order-details, .woocommerce-order ul.wc-bacs-bank-details {
	background-color: #f5f5f5;
}
.woocommerce-order ul.woocommerce-thankyou-order-details li, .woocommerce-order ul.wc-bacs-bank-details li {
	margin-top: 1em;
	text-transform: none;
	font-size: 16px;
	font-weight: 400 !important;
	font-family: 'Avenir LT Std 45 Book', sans-serif !important;	
	color: #333333 !important;
}
.woocommerce-order ul.woocommerce-thankyou-order-details li strong, .woocommerce-order ul.wc-bacs-bank-details li strong {
	color: #222222 !important;
	font-size: 18px !important;
	font-family: 'Avenir LT Std 65', sans-serif !important;	
}
.group-workshop-accordion {
	
}
.group-workshop-accordion .panel {
	border-bottom: 0px;
}
.group-workshop-accordion .panel-heading {
	border-top: 3px solid #333333;	
}
.group-workshop-accordion .panel-heading .panel-title a {
	
}
.group-workshop-accordion .panel-heading .panel-title > a span {
	color: #333333;
	text-transform: none;
	font-size: 16px;
	letter-spacing: 0px;
}
.group-workshop-accordion .panel-heading .panel-title > a span:after {
	font-style: normal;
	font-size: 18px;
	color: #333333;
}
.group-workshop-accordion .panel-body {
	border-top: 0px !important;
	padding-top: 0px;
}
.group-workshop-accordion .panel-body ul, .group-workshop-accordion .panel-body ol {
	margin-top: 0px !important;
}
.group-workshop-accordion .panel-body * {
	font-size: 14px;
    line-height: 1.5em;
}
.group-workshop-accordion .panel-body .class-price {
	margin-top: 1em;
	color: #fcb107 !important;
}
.group-workshop-accordion .panel-body .class-price, .group-workshop-accordion .panel-body .class-price * {
	font-size: 16px;
}
.group-workshop-accordion .panel-body .class-price label {
	color: #333333;
}
.group-workshop-accordion .panel-body .class-details-content > *:first-child {
	margin-top: 0px;
}
.embed-product {
	
}
.embed-product .product-meta {
	display: none;
}
.embed-product .product_title {
	display: none;
}
/*
.embed-product .row-container .double-bottom-padding {
	padding-bottom: 0px;
}
.embed-product .row-container .double-bottom-padding {
	padding-top: 0px;
}
*/
.embed-product .row-container .double-h-padding {

}
.cf7-row.flex {
	display: flex;
}
.cf7-col-left {
	width: 70%;
	padding-right: 0.5em;
}
.cf7-col-right {
	width: 30%;
}
.wpcf7 .wpcf7-mail-sent-ok, .wpcf7 .wpcf7-validation-errors, .wpcf7 span.wpcf7-not-valid-tip {
	margin-top: 5px;
}
.wpcf7 span.wpcf7-not-valid-tip,
.wpcf7 .wpcf7-validation-errors {
	color: #ff0000 !important;
}
.wpcf7 .wpcf7-mail-sent-ok {
	background-color: #00aaff !important;
	color: #ffffff !important;
	padding: 1em 1.5em !important;
}
.booking-cancel .button {
	color: #333333;
	background-color: #ffffff !important;
	border: 1px solid #333333;
	padding: 0.6em 2em 0.6em;
	border-radius: 10em;
	font-size: 10px !important;
	font-weight: 500;
	line-height: 1.2em;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;	
}
.booking-cancel .button.cancel.force {
	background-color: red !important;
	color: #ffffff !important;
	border: 0px;
}
.dashboard-upcoming {
	margin-bottom: 0.5em;
}
.woocommerce .woocommerce-password-strength {
	font-family: 'Avenir LT Std 55 Roman';
}
.woocommerce .woocommerce-password-strength.bad {
	color: red !important;
}
.woocommerce small.woocommerce-password-hint {
	display: block;
	margin-top: 0.2em;
	font-size: 13px;
}
.qtip .fa {
	font-size: 16px;
    line-height: 12px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}
.shop_table {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}
.shop_table th, .shop_table td {
	border-width: 0 0 1px 0;
	padding: 18px 18px 18px 18px;
}
.woocommerce:not(.order-table-with-thumbs) .shop_table.woocommerce-checkout-review-order-table .cart_item td, .woocommerce:not(.order-table-with-thumbs) .shop_table .order_item td {
	padding-left: 18px;
	padding-right: 18px;
}
.woocommerce-checkout-review-order-table {
	padding-bottom: 0px;
}
.shop_table td.product-remove {
	padding-left: 18px;
}
.shop_table td.actions {
	padding-bottom: 18px !important;
}
.shop_table .order-total th, .shop_table .order-total td {
	padding-bottom: 18px !important;
}
.woocommerce-form-login, .woocommerce-form-coupon, .woocommerce-form-register {
	border-width: 1px;
	border-color: #eaeaea;
	border-style: solid;
}
.wc-bookings-booking-form .wc-bookings-booking-cost {
	margin: 0px;
}
.wc-bookings-booking-form .form-field.wc_bookings_field_persons {
	height: 0px;
	overflow: hidden;
}
.wc-bookings-booking-form .wc-bookings-booking-cost {
	border-top: 0px;
}
.woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation dd {
	font-size: 14px;
	padding: 0;
}
.woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation dt * {
	color: #333333;
	font-family: 'Avenir LT Std 55 Roman';
}
.woocommerce td.product-name dl.variation dt *,
.woocommerce td.product-name dl.variation dd * {
	font-size: 14px;
}
.woocommerce .cart-collaterals .cart_totals h2 {
	font-family: 'Avenir LT Std 55 Roman';
	color: #333333 !important;
	margin-top: 36px !important;
}
.woocommerce .cart-collaterals .cart_totals table tr th {
	color: #333333 !important;
}
td.product-thumbnail a {
	display: block;
}
.woocommerce-shipping-destination, .woocommerce-shipping-destination * {
	font-size: 12px;
	text-align: left;
}
.woocommerce ul#shipping_method {
	text-align: left;
}
.webkit input[type=checkbox], .webkit input[type=radio], .android input[type=checkbox], .android input[type=radio] {
	margin-right: 0.2em;
}
#ship-to-different-address {
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.woocommerce .order_details .wc-item-meta {
	margin: 0px;
	margin-top: 0.5em;
	font-size: 14px;
	line-height: 1.6em;
}
.woocommerce .order_details .wc-item-meta li {
	float: none;
	margin: 0px;
	text-transform: none;
	border-right: 0px;
	font-size: 14px;
}
.woocommerce .order_details .wc-item-meta li * {
	font-size: 14px;
}
.woocommerce .order_details .wc-item-meta li p {
	margin: 0px;
	display: inline-block;
}
.woocommerce .order_details .wc-item-meta li .wc-item-meta-label {
	display: inline-block;
	margin: 0px;
}
.woocommerce #payment .payment_method_paypal .about_paypal {
	display: none !important;
}
.woocommerce #payment div.payment_box {
	margin-left: 36px;
}
.woocommerce #payment label {
	font-family: 'Avenir LT Std 55 Roman';
}
.extra-students {
	
}
.extra-students ul {
	margin-top: 0px;
	margin-bottom: 1em;
}
.extra-students label {
	font-family: 'Avenir LT Std 55 Roman';
}
.booking-extra-students {
	background-color: #f5f5f5;
	padding: 1em;
	margin-top: 5px;
}
.booking-extra-students label,
.booking-extra-students ul li {
	font-size: 13px;
}
.booking-extra-students ul {
	margin-bottom: 0px;
	padding-left: 1em;
	list-style: disc;
}
.credit-usage .extra-students {
	background-color: #f7f7f7;
	border-radius: 5px;
	padding: 1em;
	border: 1px solid #f3f3f3;
	margin-bottom: 1em;
	text-align: left;
}
.credit-usage .extra-students ul {
	margin-bottom: 0px;
}
.post-content ul.woocommerce-error {
	padding-left: 0px;
	padding-bottom: 1em;
}
.woocommerce-checkout.loading .post-body .woocommerce form {
	opacity: 0.4;
}
.woocommerce-checkout .loader {
	position: absolute;
	left: 50%;
	top: 20%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #fcb107;
	color: #ffffff;
	padding: 1em 2em;
	border-radius: 10em;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.woogifts {
	
}
.woogifts h3 {
	color: #fcb107;	
}
.woogifts table.my_account_orders {
	margin-bottom: 0px;
}
.woocommerce_gc_giftcard_form {
	background-color: #f7f7f7;
	padding: 2em;
	margin-top: 1em;
}
.woocommerce_gc_giftcard_form label {
	font-family: 'Avenir LT Std 55 Roman';
	font-size: 14px;	
}
.wc_gc_datepicker table.ui-datepicker-calendar {
	font-size: 14px;
}
.wc_gc_datepicker table.ui-datepicker-calendar th span {
	font-size: 14px;
	padding: 0px;
}
.wc_gc_datepicker .ui-datepicker-header {
	font-size: 14px;	
}
.wc_gc_datepicker .ui-datepicker-header .ui-datepicker-title {
	padding: 2px 0px;
	font-size: 14px;
}
.woocommerce_gc_giftcard_form .wc_gc_field {

}
.woocommerce .cart-collaterals .cart_totals table small {
	margin: 0px;
	font-size: 14px;
}
.admin-switcher-bar {
	position: fixed;
	padding: 0.5em 0;
	bottom: 0px;
	background-color: #333333;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-family: 'Avenir LT Std 55 Roman';
	font-size: 14px;	
	z-index: 9999;
}
.switcher-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 9999;
	background-color: #ffffff;
	padding: 2em;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
.switcher-modal.hide {
	display: none;
}
#search-customer-keyword {
	border-color: #dddddd;
	min-width: 280px;
	margin-bottom: 5px;
}
.ui-autocomplete {
	z-index: 99999;
}
.admin-switcher-bar .switch-account-btn {
	margin-left: 1em;
}
.woocommerce-checkout .gift-certificate.sc_info_box {
	padding: 2em !important;
}
.woocommerce-checkout .gift-certificate.sc_info_box h3 {
	margin-top: 0px;
	color: #222222;
}
.gift-certificate-show-form {
	margin-top: 1em;
}
.gift-certificate-show-form ul {
	margin-top: 0px !important;
	margin-left: 0px;
}
#gift-certificate-receiver-form-single .form_table {
	width: 100%;
	padding: 10px 0px 0px;
	border-top: 0px;
}
.smart-coupon-area {
	
}
.smart-coupon-area h2 {
    font-size: 24px;
    color: #fcb107 !important;
    fill: #fcb107 !important;
    margin-top: 0px;
}
.smart-coupon-area .woocommerce-info {
	margin-top: 1em;
}
.coupon-content .coupon-expire, .coupon-content .discount-info {
 	font-family: 'Avenir LT Std 55 Roman';
	font-size: 13px !important;		
}
#all_coupon_container .coupon-container,
#all_generated_coupon .coupon-container {
	margin: 10px !important;
	padding: 1em !important;
}
#all_generated_coupon .coupon-container .generated_coupon_details {
	
}
#all_generated_coupon .coupon-container .generated_coupon_details, #all_generated_coupon .coupon-container .generated_coupon_details * {
	font-size: 12px;
	text-align: center;
}
.woocommerce ul#shipping_method .amount,
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	font-family: 'Avenir LT Std 65';
	font-weight: 500;
}
#coupons_list {
	padding-bottom: 24px;
}
#coupons_list h3 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0.5em;
	color: #fcb107 !important;
    fill: #fcb107 !important;
}
.woocommerce-cart-form #coupons_list h3 {
	margin-top: 1em;
	color: #fcb107 !important;
    fill: #fcb107 !important;
}
.woocommerce-account .woocommerce .woocommerce-form-coupon-toggle .row-parent.double-bottom-padding, 
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .row-parent.double-bottom-padding {
	padding-bottom: 24px;
}
#sc_coupons_list h4 {
	margin-top: 0px;
	margin-bottom: 0.5em;
	color: #fcb107 !important;
    fill: #fcb107 !important;
    font-size: 24px;
}
.close-switcher {
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	width: 36px;
	height: 36px;
	text-align: center;
	background-color: #333333;
	color: #ffffff;
	padding: 10px;
	transform: translateX(50%) translateY(-50%);
	border-radius: 50%;
}
#menu-class-category-menu .current-menu-parent a {
	color: #fcb107 !important;
    fill: #fcb107 !important;		
}
.custom-agreement-box {
	padding: 2em;
	border: 1px solid #dddddd;
	max-height: 600px;
}
.custom-agreement-box, .custom-agreement-box p, .custom-agreement-box li {
	font-size: 14px;
}
.simplebar-scrollbar::before {
  background-color: red;
}
.iconic-woothumbs-thumbnails__image-wrapper:after {
	border-color: #FCB107;
}
.booking-frontend-calendar strong {
	font-family: 'Avenir LT Std 55 Roman';	
}
.menu-class-category-menu-container {
	overflow-x: auto;
	position: relative;
	width: 100%;
}
.panel-title > a span {
	text-transform: none;
	letter-spacing: 0px;
	font-size: 16px;
	font-weight: 500;
	color: #555554;
}
.panel-title > a span:after {
	top: 50%;
	transform: translateY(-50%);
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top: 0px;
	padding-top: 0px;
}
.tmb-woocommerce .t-entry-text p {
	font-size: 15px;
}
.woocommerce div.product p.stock, .woocommerce div.single-product p.stock, .woocommerce #content div.product p.stock, .woocommerce #content div.single-product p.stock {
	margin: 1em 0;
}
.membership-extend-actions {
	text-align: right;
	border-top: 1px solid #eaeaea;
	padding-top: 6px;
	margin-top: 6px;
	display: flex;
	justify-content: space-between;
}
.credit-usage.blank .membership-extend-actions {
}
.membership-extend-actions .extend-history, .membership-extend-actions .extend-history * {
	font-size: 12px;
	text-align: left;
}
.membership-extend-actions .extend-history ul {
	margin: 0px;
}
.extend-history label {
	font-family: 'Avenir LT Std 55 Roman';
	font-weight: 700;
}
h2.swal2-title {
	font-size: 22px;
	color: #fcb107;
}
.swal2-icon-warning h2.swal2-title {
/* 	color: red; */
}
.swal2-content {
	font-size: 1em !important;
}
.uncode-wrapper.uncode-list ul,
.uncode-wrapper.uncode-list ol,
.uncode-wrapper.uncode-list li {
	font-size: 15px;
}
.uncode-wrapper.uncode-list ul > li > ul, 
.uncode-wrapper.uncode-list ol > li > ol {
	margin-left: 18px;
}
.uncode-wrapper.uncode-list ol > li > ol {
	list-style: lower-alpha;
}
.uncode-wrapper.uncode-list ol > li > ol > li > ol {
	list-style: lower-roman;
}
.uncode-wrapper.uncode-list li a {
	color: #fcb107 !important;
    fill: #fcb107 !important;
    font-size: 15px;
}
.purchase-warning {
	padding: 36px;
	background-color: #dff1ff;
	border: 1px solid #b5d4ea;
	border-radius: 6px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	color: #333333;
	font-weight: 700;
	font-family: 'Avenir LT Std 55 Roman';
}
.purchase-warning * {
}
.purchase-warning .purchase-warning-action {
	padding-top: 6px !important;
}
.purchase-warning a.custom-link {
	color: #cc0000;
}
.basc-msg {
}
.basc-msg > p {
	text-align: center;
	margin-bottom: 1em;
	font-weight: 700;
	font-family: 'Avenir LT Std 55 Roman';
	color: #fcb107;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
}
.debug-bar {
	font-family: 'Avenir LT Std 55 Roman';	
}
.wc-bacs-bank-details-heading {
	color: #222222 !important;
	font-size: 1.1em !important;
	margin-top: 1em !important;
	font-weight: 700;
	margin-bottom: 1em;
	font-family: 'Avenir LT Std 55 Roman';
}
.woocommerce-order .wc-bacs-bank-details-account-name {
	color: #222222 !important;
	font-size: 1.3em !important;
	margin-top: 0px !important;
	font-weight: 700;
	font-family: 'Avenir LT Std 55 Roman';
	margin: 1em 0;
}
.dataTables_wrapper * {
	font-size: 13px;
}
.dataTables_wrapper ul, .dataTables_wrapper ol {
	margin: 0px;
	margin-left: 1.5em;
}
.dt-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}
.dataTables_wrapper .dataTables_length {
	white-space: nowrap;
}
.dt-buttons {
}
.dt-buttons button {
	border-radius: 10em !important;
	padding: 0.6em 2em;
	text-align: center;
	color: #ffffff !important;
	background-color: #fcb107 !important;
	border-color: #fcb107 !important;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Avenir LT Std 55 Roman';
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.dt-buttons button * {
	font-size: 11px;
}
.dataTables_filter {
}
.dataTables_filter input {
	display: inline-block;
}
.dt-top select {
	display: inline-block;
}
li.every-booking {
	position: relative;
}
.booking-attendance {
	display: block;
	float: right;
	position: relative;
	width: 44px;
}

.booking-attendance input[type="checkbox"]{
	position: absolute;
	-webkit-appearance:none;
	height: 22px;
	width: 40px;
	border: 2px solid #cccccc;
	outline: none;
	cursor: pointer;
	left: 0;
	border-radius: 20px;
}
.booking-attendance input[type="checkbox"]:before,
.booking-attendance input[type="checkbox"]:after{
	content: "";
	position: absolute;
	margin:auto;
	top: 0;
	bottom: 0;
	transition: 0.3s;
}
.booking-attendance input[type="checkbox"]:before{
	height: 14px;
	width: 14px;
	background-color: #cccccc;
	border-radius: 50%;
	left: 3px;
}
.booking-attendance input[type="checkbox"]:checked:before{
	left: 17px;
	background-color: #fd8d08;
}
.woocommerce-additional-fields > *:first-child {
    margin-top: 0px !important;
}
.woocommerce-additional-fields,
.woocommerce-additional-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
	overflow: hidden;
}

.shop_table.order_details + dl {
	border: 1px solid #eaeaea;
	padding: 18px 18px 18px 18px;
	margin: 0px;
}
.estimate-delivery-timeline {
	font-size: 13px;
	font-weight: bold;
	font-family: 'Avenir LT Std 55 Roman';
}
.woocommerce-shipping-totals td .woocommerce-shipping-methods li {
	text-align: right;
}
.woocommerce-shipping-destination, .woocommerce-shipping-destination * {
	display: none !important;
}
.custom-calendar {
	border: none;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.19);
	padding: 0px;
}
.custom-calendar.ui-datepicker table {
	margin: 0px;
}
.custom-calendar .ui-datepicker-header {
	padding: 0;
	border-bottom: none;
	overflow: hidden;
	text-transform: uppercase;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	background-color: #999999;
	background-image: none;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#999), to(#aaa));
	background-image: linear-gradient(to top, #999 0%, #aaa 100%);
	border: 0;
	border-top: 1px solid #999999;
	color: #fff;
}
.custom-calendar.ui-datepicker .ui-datepicker-title {
	line-height: 1em;
	font-weight: normal;
	padding: .75em 0;
}
.custom-calendar.ui-datepicker .ui-datepicker-prev, 
.custom-calendar.ui-datepicker .ui-datepicker-next {
	top: -1px;
	background: #999;
	border-radius: 0;
	font-weight: normal;
	border: none;
	width: 2em;
}
.custom-calendar.ui-datepicker th {
	padding: .75em 0;
	text-transform: uppercase;
	color: #bbb;
	font-weight: normal;
	border-top: 1px solid #e6e6e6;
	background: #fefefe;
	display: table-cell;
}
.custom-calendar.ui-datepicker td .ui-state-default {
	background: transparent;
	background-image: none !important;
	border: none;
	color: #2b2b2b;
	margin: 0;
	font-weight: normal;
	text-align: center;
	padding: .75em 0;
}
.custom-calendar.ui-datepicker td.ui-datepicker-other-month {
	
}
.custom-calendar.ui-datepicker td .ui-state-default {
	color: #333333 !important;
}
.custom-calendar.ui-datepicker td.ui-datepicker-unselectable .ui-state-default {
	color: #999999 !important;
}

.custom-calendar.ui-datepicker td:not(.ui-datepicker-unselectable) a {
	background-color: #2ecc71 !important;
	background-image: none !important;
	border-color: rgba(0,0,0,0.1) !important;
	color: #fff !important;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.input-note {
	display: block;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	font-family: 'Avenir LT Std 55 Roman';
	margin-top: 5px;
}
div.product form.cart .variations .reset_variations {
	display: none !important;
}
.intake-schedule-section {
	margin-bottom: 1.2em;	
}
.shop_table td.product-name dl.variation, 
.shop_table td.product-data dl.variation {
	line-height: 1.4em;
	margin-top: 0.4em;
}
.shop_table td.product-thumbnail img {
	width: 120px;
}
.uncode-cart .subtotal {
	padding: 0px;
}
.woocommerce:not(.uncode-wc-module) #customer_details {
	margin-bottom: 36px;
}
.woocommerce-checkout-payment {
	border: 1px solid #eaeaea !important;
	padding: 18px;
}
.payment_methods {
	list-style-position: inside !important;
}
.wc-stripe_cc-new-method-container #wc-stripe-card-element {
	border: 1px solid #eaeaea;
}
.in-cart-message {
	font-size: 14px;
	margin-bottom: 1em;
	font-family: 'Avenir LT Std 55 Roman';
}
.red {
	color: #cc0000;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td.product-name {
	text-align: left;
}
.cf7-row.captcha {
	vertical-align: middle;
}
.cf7-row.captcha label {
	display: block;
	font-size: 14px;
	font-family: 'Avenir LT Std 55 Roman';
	margin-top: 18px;
	margin-bottom: 0px;
}
.cf7-row.captcha input, .cf7-row.captcha img {
	display: inline-block;
	vertical-align: middle;
}
.which-order.delivery {
	font-size: 12px !important;
	background-color: #ffffff;
	border: 1px solid #666666;
	display: inline-block;
	padding: 0.4em 0.6em;
	line-height: 1em !important;
	border-radius: 6px;
	font-family: 'Avenir LT Std 55 Roman';
	margin: 4px 0px;
}
.which-order.order-status {
	font-size: 12px !important;
	background-color: #cccccc;
	display: inline-block;
	padding: 0.4em 0.6em;
	line-height: 1em !important;
	border-radius: 6px;
	font-family: 'Avenir LT Std 55 Roman';
	margin: 4px 4px 4px 0px;
	text-transform: capitalize;
}
.what-resource {
	font-size: 12px !important;
	background-color: #444444;
	color: #ffffff !important;
	display: inline-block;
	padding: 0.4em 0.6em;
	line-height: 1em !important;
	border-radius: 6px;
	font-family: 'Avenir LT Std 55 Roman';
	margin: 4px 0px;
}
.booked-on {
	
}
.which-order.order-status.completed {
	background-color: #2dbf39;
	color: #ffffff;
}
.which-order.order-status.processing {
	background-color: #0f9dc8;
	color: #ffffff;
}
.which-order.order-status.failed {
	background-color: #cc0000;
	color: #ffffff;
}
.which-order.order-status.pending-payment {
}
.which-order.other-students ol, .which-order.other-students ul {
	margin-top: 0px;
	margin-left: 2em;
}
.shop_table tfoot>tr:last-child th, .shop_table tfoot>tr:last-child td {
	padding-bottom: 18px;
}
.what-session {
	white-space: normal;
}
.calendar-loading {
	font-family: 'Avenir LT Std 55 Roman';
	color: red;
	animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
	opacity: 0;
  }
}
.wc-bookings-date-picker .ui-datepicker td.fully_booked span, 
.wc-bookings-date-picker .ui-datepicker td.fully_booked a {
	background-color: #ffffff !important;
	color: #333333 !important;
	text-shadow: none !important;
}
form .g-recaptcha {
    margin-top: 18px;
}