.o-neuron-post__content{
padding:15px 0px!important;
	text-align:center!important;
}

.qty{
	width:100px!important;
}
.a-to-top.a-to-top--dark.a-to-top--translate.a-to-top--active{
	background-color:#00000014!important;
}

a:hover img {
    text-decoration: none !important;
    border: none !important;
}

.page-template-page-cart .site-header,
.page-template-page-cart .site-footer {
    display: block !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{
	color:black!important;
}

a:has(img) {
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
a{
    text-decoration: none !important;
    
    outline: none !important;
    box-shadow: none !important;
}
.jp-carousel-info{
    display: none!important;
}



#jp-relatedposts{
	display:none!important;
}
.mfp-title{
	display:none!important;
}

.header-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
}

.elementor-section:first-child {
    margin-top: 0 !important;
}



html {
  scroll-behavior: auto !important;
}

.elementor-slideshow__title{
	display:none;
}


/* Remove table style from WooCommerce Additional Information */
.woocommerce table.shop_attributes {
    border: none !important;
    font-size: 14px; /* تصغير الخط */
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    border: none !important;
    background: transparent !important;
    padding: 4px 0 !important;
    font-weight: normal;
}

.woocommerce table.shop_attributes th {
    font-weight: 600; /* خلي العنوان أوضح قليلاً */
    width: auto;
}

.woocommerce table.shop_attributes tr {
    border: none !important;
}


/* Force Left To Right layout */
.woocommerce table.shop_attributes {
    direction: ltr !important;
    text-align: left !important;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    text-align: left !important;
}

.cart{
	margin-bottom:15px!important;
}
/* توحيد حجم صور thumbnails في صفحة المنتج */
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 129px !important;   /* غيّر الحجم حسب رغبتك */
    height: 150px !important;
    overflow: hidden;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* أهم سطر */
}



