.rtl {
	direction: rtl;
}

.rimg {
	border-radius: 10px;
}

.woocommerce-notices-wrapper
{
	display: none;
}

.ld-course-status-not-enrolled
{
	display: none !important;
}

.order-overview
{
	display: none !important;
}

.logged-in .button-class
display: none;
}

.met-link {
	background-color: #FFEB00;
}

.bg-y {
	background-color: #FFEB00;
	color: black;
	padding: 5px;
}

.met_user_info {
	background-color: #FFEB00;
	font-weight: bold;
	padding: 0px 10px;
	color: #222222
}
#kadence-breadcrumbs,
.wc-tabs{
    display: none !important;
}
.woocommerce-Tabs-panel h2, 
.woocommerce-Tabs-panel#tab-additional_information h2 {
    font-size: 14pt !important;
    margin-bottom: 15px;
    text-transform: none;
font-weight: normal;
}
.woocommerce span.onsale {
    display: none !important;
}

/* تصغير صورة المنتج على الشاشات الكبيرة فقط */
@media (min-width: 1024px) {
  .woocommerce div.product div.images {
    max-width: 400px;
    margin: 0 auto;
  }

  .woocommerce div.product div.summary {
    flex: 1;
  }
}

.woocommerce-checkout-review-order-table .cart-subtotal {
    display: none !important;
}

.cart-agreement-fullwidth {
    width: 100%;
    clear: both;
    margin: 30px 0;
    padding: 20px;
}


@media (max-width: 768px) { 
    .mobile-large-image {
        width: 180% !important;
        height: auto !important;
				max-width: none !important;
				position: relative;
				left: 50%;
				transform: translateX(-50%);
    }
}


