.site-info a {
display: none;
}
.site-header .site-logo img, .custom-logo {
    max-width: 80px !important;
}
.main-navigation {
	  margin-left: 200px;
		margin-bottom: 0px;
    padding: 0px 0px 0px 0px ;           /* Adds spacing above/below menu */
}
/* Hide the original text inside the table header */
.woocommerce-cart .cart_totals .order-total th {
    font-size: 0 !important;
}
.woocommerce-result-count { display: none; }
a.added_to_cart {
    font-size: 0 !important;
}
a.added_to_cart::after {
    content: "تمت الإضافة رؤية السلة"; /* Replace with your custom text */
	font-size: 16px !important; /* Adjust font size to match your theme */
    display: block;
    margin-top: 3px; /* Adds space between the button and text */
}
/* Hide checkout button in Storefront mini-cart hover dropdown */
.site-header-cart .widget_shopping_cart .buttons .checkout {
    display: none !important;
}

/* Stretch the remaining View Cart button to fill the space (Optional) */
.site-header-cart .widget_shopping_cart .buttons .wc-forward:not(.checkout) {
    display: block;
    width: 100%;
    text-align: center;
}

.site-header-cart .widget_shopping_cart .buttons .viewcart {
    display: none !important;
}
.absolute-top-bar {
    background-color: #000000; /* Change background color */
    color: #ffffff; /* Change text color */
    text-align: center;
    padding: 10px 0;
    font-size: 11px;
    font-weight: bold;
    width: 100%;
}
@media screen and (max-width: 768px) {
  .storefront-primary-navigation {
    display: flex;
    justify-content: flex-end;
  }
  .main-navigation ul.menu {
    display: block;
  }
}
/* Display 2 products per row on mobile screens */
@media (max-width: 767px) {
    .site-main ul.products li.product {
        width: 48% !important;
        float: left !important;
        margin-right: 4% !important;
    }
    .site-main ul.products li.product:nth-child(2n) {
        margin-right: 0 !important;
    }
    .site-main ul.products li.product:nth-child(2n+1) {
        clear: both !important;
    }
}
.woocommerce-breadcrumb {
    display: none !important;
}
.woocommerce .page-title, .entry-title {
    text-align: center;
}


/* Hide footer widgets globally */
.site-footer .footer-widgets {
    display: none;
}

/* Display footer widgets only on the homepage */
.home .site-footer .footer-widgets {
    display: block;
}
.single-product .woocommerce-product-gallery__image img,
.woocommerce-product-gallery .flex-control-thumbs img {
    width: 100% !important;
    height: 400px !important; /* Change to your preferred height */
    object-fit: cover;
}
