.course-products-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.woocommerce-cart .entry-content>.woocommerce, .woocommerce-checkout .entry-content>.woocommerce {
    max-width: 100%;
}
.course-card {
  flex: 1 1 calc(33.333% - 30px);
  max-width: calc(33.333% - 30px);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.course-card {
  border-radius: 4px;
  overflow: hidden;
}

.course-image-wrapper {
  position: relative;
}
.course-labels {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    gap: 8px;
	flex-wrap: wrap;
}
.course-label {
  display: flex;
  padding: 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #D4E0E7;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 122%;
  font-family: Helvetica;
}

.course-content-wrapper {
  display: flex;
  padding: 45px 35px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 4px;
  background: #E5EAE9;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.course-title {
    color: #000;
    font-family: "Russo One";
    font-size: 28px;
    font-weight: 400;
    line-height: 128%;
    margin-bottom: 24px;
}
.courseconttop {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
	flex-wrap: wrap;
}
.course-desc {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 35px;

  display: -webkit-box;
  -webkit-line-clamp: 4;  
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course-btn {
  color: #FFF;
  text-align: center;
  font-family: "Russo One";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #032943;
  text-decoration: none;
}
.course-card:hover .course-content-wrapper {
    background: #D4E0E7;
}
.course-btn:hover {
    background: #B3D1E6;
	color: #021829;
}
.stargradlast {
    background-position: center right 75px !important;
}
.stargradfirst {
    background-position: center left 68px !important;
}
.product-acf-meta-wrapper {
	display: flex;
	gap: 8px;
}
.related-products-slider .course-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.acf-meta-item {
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 122%; /* 19.52px */
	display: flex;
	height: 38px;
	padding: 13px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 4px;
	background: #124567;
}
.acf-meta-item img.acf-meta-icon {
	width: 18px;
	height: 18px;
	display: inline-block;
}
.product-course-includes ul {
    margin-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}
.nobottomspacing ul {
    margin-left: 0px;
    list-style: none;
}
.nobottomspacing ul li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 22px;
}
.nobottomspacing ul li:last-child {
	margin-bottom: 0px !important
}
.e-n-accordion .nobottomspacing ul li {
    margin-bottom: 6px;
}
.nobottomspacing ul:last-of-type:only-child, .nobottomspacing ul:last-of-type:last-child {
    margin-bottom: 0px;
}
.product-course-includes ul li {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 11px;
    position: relative;
    padding-left: 22px;
}
.product-course-includes ul li:last-child {
	margin-bottom: 0px !important;
}
.pdtprice strong {
    color: #000;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
.product-course-includes ul li:before, .nobottomspacing ul li:before {
    width: 6px;
    height: 6px;
    content: '';
    background: #000000;
    position: absolute;
    left: 0px;
    top: 10px;
}
.e-n-accordion .nobottomspacing ul li:before {
	width: 4px;
	height: 4px;
	border-radius: 100%;
	top: 12px;
}
.checkout-inline-error-message {
    color: #f00;
}
.single-product h1 {
    margin-bottom: 0px !important;
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
	padding: 14px 24px !important;
	margin-bottom: 0px !important;
}
.noavailability p.ast-stock-detail {
	display: none !important;
}
.fullwidthimg img {
	width: 100%;
}
/* body.single-product #page .site-content>.ast-container {
    max-width: 100%;
    padding: 0px;
    margin: 0px;
} */
.cs-social-share {
    display: flex;
    align-items: center;
    gap: 15px;
}
.cs-social-share a {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFF;
}
.cs-social-share a:hover img {
	filter: brightness(0) invert(1);
}
.cs-social-share a:hover {
    background: #000000;
}
.nobottomspacing p:last-child {
    margin-bottom: 0px;
}
span.custom-single-price {
    color: #FFF;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
span.customsuffix {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.product-course-includes.whitecolors ul li {
    color: #ffffff;
}
.product-course-includes.whitecolors ul li:before {
	background: #ffffff;
}
.related-products-slider .course-card {
    max-width: 100%;
}
.course-label img {
    width: auto !important;
}
.related-products-slider .owl-item:not(.active) {
    opacity: 0.5;
}
.limited-spaces-label {
	display: flex;
	padding: 18px 22px;
	justify-content: center;
	align-items: center;
	gap: 23px;
	flex: 1 0 0;
	border-radius: 4px;
	background: #FF8623;
	max-width: 367px;
}
.limited-spaces-label img {
	/* width: 24px;
	height: auto; */
}
.limited-spaces-title {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%; /* 20px */
}
.limited-spaces-subtitle {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
    border-radius: 10px;
    background: #ffffff;
    border: 0px !important;
    padding-left: 41px;
    padding-right: 41px;
    margin-bottom: 0px;
}
.woocommerce-cart h1.entry-title, .woocommerce-checkout h1.entry-title {
    color: #124567;
    text-align: center;
    font-family: "Russo One";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 100px;
    margin-top: 40px;
}
.cartleft {
    width: 66%;
    margin-right: 2%;
    float: left;
}
.awdr_cart_strikeout_line del{display:none}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    zoom: 1;
    width: 32%;
    float: right;
}
.woocommerce table.shop_table thead, .woocommerce-page table.shop_table thead {
    background-color:transparent;
}

.page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button {
    color: #FFF;
    text-align: center;
    font-family: "Russo One";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.28px;
    display: flex;
    padding: 14px 24px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    border-radius: 4px;
    background: #032943;
}
.woocommerce .wc-proceed-to-checkout a.button {
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: #032943;
    color: #FFF;
    text-align: center;
    font-family: "Russo One";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}
.woocommerce .wc-proceed-to-checkout a.proceednot {pointer-events: none;background: rgba(167, 193, 104, 0.5) !Important}
.woocommerce-cart .cart-collaterals .cart_totals>h2, .woocommerce-cart .cart-collaterals .cross-sells>h2 {
    padding-top: 54px;
    padding-bottom: 11px;
    background: transparent;
    border: 0px;
    margin-bottom: 34px;
    border-bottom: 1px solid #ffffff;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    color: #313232;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button strong{display:initial;}

#coupon_code{
	    font-size: 16px;
    border: 1px solid #B2B2B2;
    border-radius: 5px;
      color:#B2B2B2;
}
.woocommerce table.shop_table thead th, .woocommerce-page table.shop_table thead th {
    border-width: 0;
    font-size: 20px;
    color: #fff;
}
.cartleft .product-name{
max-width: 275px;
    width: 100%;
}
.cartleft .product-name a {
    color: #313232;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: auto;
	opacity: 1;
}
.cartleft .product-name .variation{
    font-size: 12px;
    color: #1B1D3E;
    font-weight: 700;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table{border-radius:5px;}
.woocommerce-page #content table.cart td {
    padding-left: 0px;
    color: #313232;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: 120px;
    padding-right: 0px;
    padding-bottom: 46px;
    padding-top: 25px;
}
.woocommerce table.shop_table thead th.product-price {
    text-align: center;
    padding-right: 15px;
}
/* 
.cartleft .quantity.buttons_added{
    font-size: 12px;
    font-weight: 700;
}
.cartleft .plus, .cartleft .minus {
 cursor: pointer;
    border-radius: 29px;
    padding: 2px 0px;
    width: 29px;
    height: 29px;
    background:#F5EEC2;
    font-size: 20px;
	color: #003329;
}

body .cartleft input[type=number] {
  	border: 1px solid #CBCBCB;
    border-radius: 30px;
    max-width: 66px;
    width: 100% !important;
} */
.woocommerce-cart table.cart td.actions .coupon .input-text{padding:20px 10px }
.woocommerce-page .cartmain table.shop_table td{padding:10px;}
.cartleft .product-subtotal{text-align:center;}
.woocommerce .cartleft td.product-quantity {
    min-width: 155px;
}
.woocommerce table.shop_table .product-thumbnail img, .woocommerce-page table.shop_table .product-thumbnail img {
    width: auto;
    max-width: 92px;
	border-radius:10px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table th {
    padding: 0px;
    color: #313232;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cartinnersec1{padding-bottom:100px;}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table td {
    text-align: right;
    font-style: normal;
    padding: 0px;
    color: #313232;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: right;
    padding-left: 0px;
    padding-right: 0px !important;
    border-bottom: 0px !important;
    padding-top: 30px;
}

 .woocommerce-page #content table.cart .button[name=apply_coupon] {
    padding:17px 23px !important;
}

.checkout .form-row input.input-text, .checkout .form-row textarea {
    display: flex
;
    height: 51px;
    min-height: 50px;
    padding: 12px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border: 1px solid rgba(0, 0, 0, 0.50);
    background: #FFF;
    border-radius: 0px;
}
.woocommerce .checkout .select2-selection--single{
	width: 100%;
    display: flex;
    height: 51px;
    padding: 12px 15px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid #000;
    background-color: #FFF;
	background-image: url(/wp-content/uploads/2025/07/Path-11515.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
}
.woocommerce .checkout .form-row label {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    text-transform: capitalize;
    margin-bottom: 11px;
}
form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading) {
    display: none;
}
form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
    border-radius: 0px 0px 5px 5px;
    border: 0px;
    background: #F7F7F7;
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
}
.woocommerce-page.woocommerce-checkout form #order_review table {
    margin-bottom: 34px;
}
.woocommerce .checkout .variation{display:none}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    background: var(--Main-Purple, #565ADD);
    /* max-width: 276px; */
}
/* .woocommerce-page #content table.cart td.product-name {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 12px;
} */
.productnamewrap {
	display: flex;
	align-items: center;
    align-content: center;
    gap: 12px;

}
.woocommerce-form-coupon-toggle{display:none}
.woocommerce-privacy-policy-text{display:none}
.woocommerce .checkout .input-text, .woocommerce-page .checkout .input-text {
        background: #F7F7F7 0% 0% no-repeat padding-box;
    border: 1px solid #B9B9B9;
    border-radius: 10px;
}
.woocommerce-additional-fields h3{display:none}
.woocommerce-additional-fields {
    display: none;
}
/* .woocommerce-page.woocommerce-checkout form #order_review thead th {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 0px;
    border: 0px;
    padding-top: 0px;
} */
.woocommerce-page.woocommerce-checkout form #order_review td {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    margin-bottom: 34px;
    padding-bottom: 14px;
    border-bottom: 1px solid #CBCBCB;
    padding-top: 34px;
    display: table-cell !important;
}
.woocommerce-page.woocommerce-checkout form #order_review td.product-total {
    color: #313232;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.woocommerce .checkout .cart-subtotal{display:none}
.woocommerce .checkout #customer_details h3 {
    padding-bottom: 16px;
    padding-top: 0px;
    margin-bottom: 31px;
    border-bottom: 1px solid #CBCBCB;
    color: #313232;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
.checkoutmain{margin-bottom:100px;}
	
.woocommerce .checkout  .form-row textarea  {
    height: 104px;
}
.woocommerce form.checkout_coupon .button[name=apply_coupon] {
    padding: 10px 40px;
    background: #1B1D3E 0% 0% no-repeat padding-box;
    border-radius: 45px;
    font-size: 18px;
	    line-height: 30px;
}
.checkout .input-text::-webkit-input-placeholder { /* Edge */
  color:#6E6E6E;
}

.checkout .input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#6E6E6E;
}

.checkout .input-text::placeholder {
  color:#6E6E6E !important;
}
.woocommerce-page.woocommerce-checkout #payment h4{font-size:20px; font-weight:700; font-family: 'FilsonProBold';}

.woocommerce .quantity input[type=number]::-webkit-inner-spin-button, 
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.woocommerce td.product-name dl.variation dd p {
    font-weight: 700;
}
.woocommerce form .form-row .required {
    color: #D99E7C;
    font-weight: 700;
    border: 0;
}


.woocommerce td.product-name dl.variation{padding-top:5px;}
.screen-reader-text1{padding-left:30px}
.woocommerce-cart table.cart .product-thumbnail{padding-right:0px !important}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{opacity:1}
 

/* .woocommerce a.button.alt:hover{  
	background: #1B1D3E;
    padding: inherit;
    color: #fff;
} */
.lost_reset_password .form-row-first{
    float: none !important;
    margin: auto!important;
    width: 100% !important;	
	
}
.lost_reset_password .woocommerce-Button{
text-align: center;
    margin:20px auto !important;
    display:block !important;
}
.woocommerce-form-login input.input-text, .lost_reset_password  input.input-text {
background: #F7F7F7 0% 0% no-repeat padding-box;
border: 1px solid #B9B9B9;
border-radius: 10px;
}
.lost_reset_password p{text-align:center}
.lost_reset_password .form-row label{text-align:left;}
.woocommerce button.button{background:transparent;}
.woocommerce button.button:hover{background:transparent;    color: #fff;}
.lost_reset_password {max-width:700px; margin:auto
}
.lost_reset_password .site-btn.beige:disabled[disabled]{padding:25px}
.checkout_coupon .site-btn strong{display:initial !important}
.shop-benches .our_favourites .owl-nav {
    top: -110px;
}
p#calc_shipping_country_field, p#calc_shipping_state_field, p#calc_shipping_city_field {
    display: none !important;
}
.shipping_cart .cart_totals {
    display: none;
}
.shipping_cart .cart_totals:first-child, .shipping_cart .cart_totals:nth-child(2) {
    display: block;
}
.shipping_cart h3 {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 9px !important;
}
.woocommerce button[name="calc_shipping"] {
    background: rgb(217 158 124 / 50%) 0% 0% no-repeat padding-box;
    border-radius: 31px;
    color: rgb(1 51 40 / 50%);
    font-size: 18px;
    font-weight: 600;
}
.shipping_cart p {
    margin-bottom: 9px;
}
.woocommerce button[name="calc_shipping"] {
       display: none;
}
input#calc_shipping_postcode::placeholder {
    color: #6F6F6F;
}
input#calc_shipping_postcode {
    color: #6F6F6F;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    display: flex;
    width: 100%;
    height: 61px;
    padding: 12px 15px;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #000;
    margin-bottom: 18px;
}
.shipping_cart .cart_totals:first-child {
    padding: 0px !important;
    border: 0px !important;
}
.shipping_cart .shipping_cart {
    display: none;
}
.shipping_cart .shipping_cart:last-child {
    display: block;
}
section.shipping-calculator-form {
    display: block !important;
}
a.shipping-calculator-button {
    display: none;
}
/* .shipping_cart ul#shipping_method li {
    padding-left: 0px !important;
} */
.woocommerce ul#shipping_method li label{
	line-height: 20px;
	position: relative;
	padding: 0;
	float: left;/* rtl */
}
.woocommerce ul#shipping_method li .amount{
	display: inline-block;
	text-indent: 0;
	line-height: 18px;
}

.woocommerce ul#shipping_method input[type='radio']
{
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
}
.woocommerce ul#shipping_method input[type='radio']:after {
    width: 22px;
    height: 22px;
    border-radius: 1px;
    top: -10px;
    left: 0px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #D1D1D1;
}
.woocommerce ul#shipping_method input[type='radio']:checked:after {
    top: -9px;
    left: 3px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--Main-Purple, #565ADD);
    border: 0px;
}
.woocommerce ul#shipping_method input[type='radio']:checked:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 22px;
    height: 22px;
    border: 1px solid #D1D1D1;
    border-radius: 1px;
    left: 34px;
    top: 31px;
}
.woocommerce ul#shipping_method li label {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding-left: 34px;
}
.woocommerce ul#shipping_method li {
    text-indent: 0 !important;
    list-style: none !important;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.woocommerce ul#shipping_method li:last-child{
	padding-bottom: 0;
}
.woocommerce ul#shipping_method li input {
    /* margin: 3px 8px 0 0; */
    /* float: left; */
    width: 16px;
    height: 16px;
    border: 0;
    padding: 0;
    background: transparent !important;
}
ul#shipping_method li {
    padding: 27px 34px !important;
    align-items: center;
    margin-bottom: 9px !important;
    border: 0px !important;
    border-radius: 6px !important;
    background: var(--Light-Purple, #F5F5FD);
}
ul#shipping_method li input {
    margin: 13px -20px 0 0 !important;
    float: left;
}
li.li-box-style {
    border: 3px solid #A7C168!important;
}
p.woocommerce-shipping-destination {
    display: none;
}
.woocommerce ul#shipping_method li p {
   font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0px;
    padding-left: 42px;
}
.woocommerce ul#shipping_method li p:nth-last-child(2){font-family:'FilsonProRegular' !important;}
.shipping_cart h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px;
}
.woocommerce ul#shipping_method li:has(> input:checked) {
	/* border:3px solid #A7C168!important; */
}
.ship_cost {
	display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}
.woocommerce-cart table.shop_table tbody tr td {
    border-bottom: 1px solid #CBCBCB !important; 
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
    border: none !important;
}
.woocommerce-cart table.shop_table {
    border: none !important;
    border-radius: 10px !important;
    background: #ffffff;
    border-collapse: separate !important;
    overflow: hidden; 
	padding: 40px;

}
/* 
.woocommerce-cart table.shop_table tbody tr:has(td.actions) {
    display: none;
} */
/* .woocommerce-cart h1 {
    color: #000;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
	margin-bottom: 44px;
} */
.woocommerce-checkout #page .site-content {
    background: #F0F0F0;
}
span.woocommerce-shipping-may-be-available-html {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 425;
    line-height: 35px;
}
.woocommerce-cart .cart_totals table.shop_table {
    background: transparent;
}
.woocommerce-cart .cart_totals table.shop_table td, .woocommerce-cart .cart_totals table.shop_table tr {
    border: 0px !important;
}
.woocommerce-cart .cart_totals table.shop_table tr {
    padding-bottom: 14px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CBCBCB !important;
    display: flex;
    justify-content: space-between;
}
.shipping_cart .cart_totals:first-child {
    background: transparent;
}
.woocommerce table.shop_table thead th, .woocommerce-page table.shop_table thead th {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: #313232;
    padding-left: 0px;
    min-width: 120px;
    padding-right: 0px;
}
.woocommerce-page #content table.cart td.product-price {
    text-align: center;
    padding-right: 15px;
}
.woocommerce-cart .cart_totals table.shop_table tr.delivery-total {
    padding-bottom: 65px !important;
}
.woocommerce-cart .product-quantity .qty {
    width: 41px;
    height: 41px;
    text-align: center;
    background: #ffffff !important;
    border-radius: 0px;
    border: 0px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.woocommerce-cart .product-quantity .qty::-webkit-inner-spin-button,
.woocommerce-cart .product-quantity .qty::-webkit-outer-spin-button {
    background: #F5F5FD;
    opacity: 1 !important;
}

.woocommerce-cart .product-quantity .qty::-moz-inner-spin-button {
    background: #F5F5FD;
}

.woocommerce-cart .product-quantity .qty[type=number] {
    -moz-appearance: textfield;
}
.qtyplus img {
    position: absolute;
    right: 8px;
    top: 8px;
}
.qtyminus img {
    position: absolute;
    right: 8px;
    bottom: 8px;
}
.woocommerce-cart .cart_totals table.shop_table tr.delivery-total {
    margin-bottom: 11px;
}
.relqty img {
    max-width: 10px;
}
.relqty {
    width: 60px;
    height: 41px;
    position: relative;
}
.relqty input {
    text-align: left !important;
    color: #000 !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 43px !important;
	padding-left: 15px !important;
}
.subcatslider .subcategory-thumb {
    max-height: 167px;
}
.woocommerce .form-row-first,
.woocommerce .form-row-last {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.woocommerce .form-row-last {
    margin-right: 0;
}

.woocommerce .form-row-wide {
    width: 100%;
    clear: both;
}
body.woocommerce-cart #page .site-content {
    background: #F9F9F9;
}
.woocommerce-js a.remove:before {
	display: none;
}
.woocommerce-cart table.cart img {
    width: auto;
}
.woocommerce-js .quantity .minus, .woocommerce-js .quantity .plus {
    background: #F0F0F0;
    max-width: calc(100% - 8px);
    border-radius: 8px;
    border: 0px;
    font-size: 30px;
    font-weight: 500;
    color: #000000;
}
.woocommerce-js .quantity .plus {
    margin-right: 0px;
}
.woocommerce-js .quantity.buttons_added {
    border: 1px solid #CBCBCB;
    border-radius: 8px;
    padding: 4px;
}
.woocommerce-cart-form__cart-item td.product-remove a.remove {
    opacity: 1;
}
.woocommerce-js #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text {
    width: auto;
    border: 1px solid rgba(0, 0, 0, 0.50) !important;
    display: flex;
    height: 51px;
    min-height: 50px;
    padding: 12px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    background: #FFF;
    min-width: 288px;
    margin-top: 7px;
}
.woocommerce-page #content table.cart td.actions button[name="update_cart"] {
    color: #000;
    text-align: center;
    font-family: "Russo One";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #ECECEC;
	float: right;
}
.woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
    padding: 40px 100px 100px 100px;
    border-radius: 10px;
    background: #FFF;
}
form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
    border-radius: 0px 0px 5px 5px;
    border: 0px;
    padding: 40px;
    background: #FFF;
}
.woocommerce-page.woocommerce-checkout form #order_review tr.order-total td {
    padding-top: 15px;
}
.woocommerce-page.woocommerce-checkout form #order_review td.product-name, .woocommerce.woocommerce-checkout form #order_review td.product-name {
    color: #313232;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.woocommerce-page.woocommerce-checkout form #order_review tr.order-total th, .woocommerce-page.woocommerce-checkout form #order_review tr.order-total td {
    color: #313232;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.woocommerce-page.woocommerce-checkout form #order_review tr.order-total td * {
    font-weight: 600;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    width: 100%;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    color: #FFF;
    text-align: center;
    font-family: "Russo One";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: #032943;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover, .page table.cart td.actions .button:hover, .woocommerce-page #content table.cart td.actions .button:hover,.woocommerce .wc-proceed-to-checkout a.button:hover {
	background: #B3D1E6 !important;
	color: #000000 !important;
}

.woocommerce-js form.woocommerce-checkout .form-row {
    margin-bottom: 16px;
}
.um-field {
    padding: 0px !important;
}
.um-field-label {
    margin-bottom: 11px !important;
}
.um .um-form input[type=text], .um .um-form input[type=email], .um .um-form input[type=password] {
    display: flex;
    height: 51px;
    min-height: 50px;
    padding: 12px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border: 1px solid rgba(0, 0, 0, 0.50) !important;
    background: #FFF;
}
body.um-page .um input[type=submit].um-button {
    color: #FFF;
    text-align: center;
    font-family: "Russo One";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.28px;
    text-transform: uppercase !important;
    display: flex;
    padding: 21px 24px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #032943;
    max-width: 208px !important;
    min-width: 208px !important;
}
body.um-page .um input[type=submit].um-button:hover {
	background: #B3D1E6 !important;
	color: #000000 !important;
}
body.um-page .um {
    margin-bottom: 0px !important;
}
body.um-page header.entry-header .entry-title {
    color: #124567;
    text-align: center;
    font-family: "Russo One";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 107%;
    text-transform: uppercase;
    margin-bottom: 100px;
}
.um-page:not(.um-page-login) h2:after {
    content: '';
    width: 156px;
    height: 1px;
    background: #A8CFE4;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 0px;
}
.ast-plain-container.ast-no-sidebar.um-page #primary {
    margin-top: 100px;
    margin-bottom: 100px;
}
.um-field-label label {
    color: #000;
    font-family: Montserrat;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 170%;
    text-transform: capitalize;
}
.um-col-121:has(.um-field-type_password) {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.um-col-121:has(.um-field-type_password)>div {
    width: 48%;
}
.um .um-field-label label:after {
    color: var(--required-colour, #FF1A1A);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    content: '*';
    margin-left: 3px;
}
.um-col-alt-b:has(a.um-link-alt) {
    padding-top: 20px;
    display: flex;
    margin: 0px auto !important;
    text-align: center;
    float: none;
    justify-content: center;
}
body.um-page a.um-link-alt {
    color: #012652 !important;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.8px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-decoration: underline !important;
    background-image: url(/wp-content/uploads/2025/08/Union.svg);
    background-repeat: no-repeat;
    background-position: right;
    display: inline-block;
    width: auto;
    padding-right: 20px;
}


.staff-documents-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; 
}

.staff-documents-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 21px;
    background: #D4E1E9;
    padding: 20px;
    border-radius: 0px;
    min-height: 190px;
    text-align: center;
    box-sizing: border-box;
    flex: 1 1 calc(25% - 22.5px);
    max-width: calc(25% - 22.5px);
    text-decoration: none;
    color: #000;
    transition: background 0.3s ease, color 0.3s ease;
}

.staff-documents-box .term-name {
    color: #124567;
    text-align: center;
    font-family: "Russo One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

.staff-documents-box .view-documents {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-decoration-line: underline;
}
.staff-documents-box:hover {
    background: #124567;
    color: #fff;
}
/* 
.staff-documents-box .term-name,
.staff-documents-box .view-documents {
    color: inherit;
} */


body.page-template-staffdoctemp #primary {
	margin-top: 0px !important;
}
body.page-template-staffdoctemp h1 {
    color: #124567;
    font-family: "Russo One";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 107%;
    text-transform: uppercase;
    margin-bottom: 100px;
}
.logoutlink a {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    display: inline-flex;
    padding: 8px 17px;
    gap: 10px;
    background: #D4E0E7;
    align-items: center;
}
.logoutlink {
    text-align: right;
}
.staff-logout {
    margin-bottom: 56px;
}
.logoutlink a:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/2025/08/Vector-6.svg);
}
.logoutlink a:hover {
	background: #124567;
	color: #ffffff;
}
.logoutlink a:hover:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/2025/08/Vector-1-1.svg);
}
body.page-template-staffdoctemp #primary {
    margin-top: 0px !important;
    margin-bottom: 100px !important;
}
.downloadcatwrap {
    width: 100%;
}
.tax-document_category h1 {
    color: #124567;
    font-family: "Russo One";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 107%;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}
.backtolink a:before {
    content: '';
    width: 15px;
    height: 17px;
    background: url(/wp-content/uploads/2025/08/Group-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.backtolink a {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    display: inline-flex;
    padding: 8px 17px;
    gap: 10px;
    background: #D4E0E7;
    align-items: center;
}
.downloadcatwrap .staff-logout {
    display: flex;
    justify-content: space-between;
}
.um-page .site-content:before {
    content: url(/wp-content/uploads/2025/08/Group-26-1.svg);
    position: absolute;
    left: 0px;
    top: 0px;
	z-index: -1;
}
.um-page .site-content:after {
    content: url(/wp-content/uploads/2025/08/Group-27.svg);
    position: absolute;
    right: 0px;
    bottom: 0px;
	z-index: -1;
}
@media (min-width: 1400px) {
	.woocommerce table.shop_table thead th, .woocommerce-page table.shop_table thead th {
		min-width: 200px;
	}
}
@media (max-width: 1024px) {
    .staff-documents-box {
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}
@media (max-width: 600px) {
    .staff-documents-box {
        flex: 1 1 100%;
		max-width: 100%;
    }
}

@media (min-width: 1085px) {
	p#coupon-error-notice {
    left: 0;
    position: absolute;
    right: 0;
    bottom: -60px;
    text-align: left;
}
.woocommerce-cart table.cart td.actions .coupon {
	position: relative;
}
    .woocommerce.woocommerce-checkout form #customer_details.col2-set, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
        width: 66%;
        margin-right: 2%;
    }
}
@media (min-width: 1085px) {
    .woocommerce.woocommerce-checkout form #order_review, .woocommerce.woocommerce-checkout form #order_review_heading, .woocommerce-page.woocommerce-checkout form #order_review, .woocommerce-page.woocommerce-checkout form #order_review_heading {
        width: 32%;
    }
}
@media (max-width: 1200px) {
.woocommerce-page #content table.cart td.actions button[name="update_cart"] {
    float: none;
    margin-top: 50px;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
	float: none;
}
.woocommerce.woocommerce-checkout form #customer_details.col2-set, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
	margin-bottom: 100px;
}
}
@media (max-width: 1032px) {
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		margin-right: 30px;
	}
	.woocommerce-page #content table.cart td.actions button[name="update_cart"] {
    float: none;
}
	.cartleft .product-name {
		max-width: 100%;
	}
	form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
		margin-bottom: 100px;
	}
	.woocommerce-cart h1.entry-title, .woocommerce-checkout h1.entry-title {
		margin-top: 100px;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 1025px) {
	.woocommerce-js form.woocommerce-checkout .form-row:has(label[for="billing_city"]) {
    min-height: 123px;
}
.woocommerce-js form.woocommerce-checkout .form-row:has(label[for="billing_city"]) label {
    min-height: 55px;
}
}
@media (max-width: 1400px) {
	.stargradlast {
		background-position: center right -32px !important;
		background-size: calc(50% + 75px) !important;
	}
	.stargradfirst {
		background-position: center left -32px !important;
		background-size: calc(50% + 75px) !important;
	}
	span.custom-single-price {
		font-size: 25px;
	}
	.woocommerce.woocommerce-checkout form #customer_details.col2-set, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
		padding: 50px;
	}
}
@media (max-width: 991px) {
	.woocommerce-js #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text {
		max-width: 288px;
	}
	.woocommerce-page #content table.cart td.actions .coupon .button {
		max-width: 120px;
	}
	.woocommerce-page #content table.cart td.actions button[name="update_cart"] {
		margin-top: 30px !important;
	}
	.product-acf-meta-wrapper {
    flex-direction: column;
}
	.stargradlast, .stargradfirst {
		background-size: 100% !important;
		background-position: top left !important;
	}
  .course-card {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}
.woocommerce-cart h1.entry-title, .woocommerce-checkout h1.entry-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
}
.woocommerce.woocommerce-checkout form #customer_details.col2-set, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
    padding: 30px;
}
form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
    padding: 30px;
}
.woocommerce-checkout #payment div.form-row {
    padding-bottom: 0px !important;
}
form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
    padding: 30px;
    margin-bottom: 50px;
}
.cartleft, .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
}
.cartleft .product-name {
    max-width: 100%;
}
    .productnamewrap {
        width: 100%;
        margin-top: 50px;
    }
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		margin-right: 30px;
	}
    .woocommerce-page #content table.cart td.actions button[name="update_cart"] {
        display: block;
        margin-top: 30px;
        float: left;
        max-width: 200px;
        margin: 0px auto !important;
		margin-top: 30px !important;
    }
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    margin-bottom: 50px;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	width: 100%;
}
        .woocommerce-cart table.shop_table, .woocommerce-cart table.shop_table tbody {
        display: block;
        width: 100%;
    }
.woocommerce-page #content table.cart td {
	min-width: 0px !important;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	text-align: left !important;
}
}

@media (max-width: 768px) {
	div.um-field[data-key="first_name"] {
    margin-bottom: 30px;
}
.lastcommonpara p:last-child {
    font-size: 14px;
}
	body.um-page header.entry-header .entry-title {
		background: #ffffff;
	}
	.ast-plain-container.ast-no-sidebar.um-page #primary {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	body.page-template-staffdoctemp h1, .tax-document_category h1, body.um-page header.entry-header .entry-title, body.um-page header.entry-header .entry-title {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.um-col-121:has(.um-field-type_password) {
		flex-direction: column;
		gap: 30px;
	}
	.um-col-121:has(.um-field-type_password)>div {
		width: 100%;
	}
}
@media (max-width: 400px) {
		.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
        flex-direction: column;
        gap: 30px;
        float: none;
    }

}
@media (max-width: 600px) {
  .course-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

