/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 19 2024 | 15:47:13 */
body.archive .col-md-3.col-xs-12,
body.single-product .col-md-3.col-xs-12 {
    display: none;
}
body.archive .col-xs-12.col-md-8,
body.single-product .col-xs-12.col-md-8 {
    width: 100%;
}
body.archive .product h2.woocommerce-loop-product__title {
    height: 40px;
    overflow: hidden;
    margin: 10px 0;
}
body.single-product .price small.woocommerce-price-suffix {
    display: none;
}
.za-product-gallery .woocommerce-product-gallery {
    margin: 0 !important;
}
.za-addtocart form.cart .single_add_to_cart_button {
    width: 100%;
}
body.single-product .product_meta span.detail-content {
    display: none;
}
body.archive .price small.woocommerce-price-suffix,
body.archive .product_meta span.detail-content,
body.archive .woocommerce-loop-product__buttons,
.courses-block small.woocommerce-price-suffix {
    display: none;
}
body.archive .product_meta span.detail-label {
	font-size: 14px
}
.za-price .price {
    margin: 0;
}
.za-metas .product_meta {
    justify-content: center;
}
.za-spacer {
    margin: 0 !important;
}

.za-loop-title h1 {
    height: 26px;
    display: block !important;
    overflow: hidden;
    padding: 0 5px;
}
.container-fluid {
    margin: 0 auto;
    max-width: 1350px;
}
.courses-block .grid .grid-item .wrap {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
    padding: 20px;
    height: 100%;
    background: #f5f9f6;
    border-radius: 10px;
}
.courses-block .ajax-load-more-wrap .alm-listing {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.courses-block .grid .grid-item {
    min-width: 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 40px;
}
.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px; /* Adjust as needed for spacing */
}

.info-row .column {
    padding: 0 10px; /* Add padding if needed */
}
.info-row .column p {
    margin: 0;
}
.courses-block .grid .grid-item .wrap h3 {
    height: 62px;
    overflow: hidden;
}
.courses-block .info-row .column {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #707070;
    gap: 5px;
}
.courses-block .column.za-meetup {
    display: inline-block;
    padding: 2px 15px;
    background: #ffb623;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #563900;
}
.courses-block span.woocommerce-Price-amount.amount {
    font-weight: bold;
    font-size: 18px;
    color: #48c975;
}
.custom-fields {
    border-top: #a3a3a3 solid 1px;
}
.za-search-wrap {
    display: flex;
    max-width: 500px;
    margin-bottom: 100px;
}
.za-ddls-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    max-width: 600px;
    margin-bottom: 30px;
}
header.za-header {
    max-width: 1350px;
    margin: 0 auto;
}
.za-header h1 {
    font-weight: bold;
    color: #32503d;
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 0;
}
.za-header p {
    max-width: 40%;
}

.alm-btn-wrap .alm-load-more-btn, .alm-btn-wrap .alm-load-more-btn.loading, .alm-btn-wrap .alm-load-more-btn:hover{
	background-color: #fcb001 !important
}

li#menu-item-99998638 {
    border: 1px solid #FCB001;
    border-radius: 5px;
    padding: 0px 5px 0px 5px;
    font-weight: 800;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

li#menu-item-99998638:hover {
    background-color: #FCB001 !important;
    border-color: #FCB001;
}

span.select.na-filter-item-wrapper {
    width: 8%;
    display: flex;
    margin-left: auto;
    margin-right: 0;
    float: right;
}

.za-ddls-wrap {
    float: left;
}

#ajax-load-more, .alm-listing {
    clear: both !important;
}

body.single-product .alm-btn-wrap {
    display: none;
}