/* Hide sub-menu by default */
.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  background-color: #fff; /* Adjust as needed */
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  z-index: 1000;
}

/* Show submenu on hover */
.menu-item-has-children:hover .sub-menu {
  display: block;
}

/* Optional styling for submenu items */
.sub-menu li {
  white-space: nowrap;
}

.sub-menu a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.sub-menu a:hover {
  background-color: #f0f0f0;
}


footer.entry-meta {
    display: none;
}

.comments-link {
    display: none;
}

h1.product_title.entry-title {
    color: black;
}

ul.tabs.wc-tabs {
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper h2 {
    font-weight: bold;
    font-family: auto;
    font-size: 30px;
    text-decoration: underline;
}
section.related.products h2 {
    font-weight: bold;
    font-family: auto;
    font-size: 30px;
    text-decoration: underline;
    margin-bottom: 25px;
}

.woocommerce div.product {
    padding:0px 125px;
}
span.onsale {
    display: none;
}

.out_hidden {
    text-align: center;
}

.network_info .footer_chat {
    position: static !important;
}

.solials_links_here button a {
    color: black;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 30px;
    padding: 30px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    list-style: none;
    margin: 20px auto;
    padding: 0;
}
.home_menu {
    justify-content: center;
}

h2.woocommerce-loop-product__title {
    min-height: 46px;
}


@media (max-width: 991px) {
.course_block.visible {
    width: 80%;
    margin: auto;
}
.fun_bottom {
    margin-bottom: 25px;
}
}

@media (max-width: 768px) {
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    flex-direction: column; 
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{
    border:none;
    margin-top: 20px;
    margin-right:0px;
    padding-right:0px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr {
    font-size: 9px;
}
}

p.event_desc {
    min-height: 46px;
}
.sedule_time.fun_activity.evt_tm {
    min-height: 108px;
}
/*29sep2025*/
.out_hidden img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
div.ld-focus-content h1 {
    color: #000 !important;
}