/*
 Theme Name:   Muzamna.com M3ahd Theme
 Theme URI:    https://muzamna.com
 Description:  Enhanced theme For m3ahd.com
 Author:       Muzamna.com
 Author URI:   https://muzamna.com
 Template:     generatepress
 Version:      0.2
*/
.dpit-tooltip-buttons {
    flex-direction: row-reverse;
}


/* Add this to your external style.css */
body.ad-source-view .comparison-button,
body.ad-source-view .select-institute {
    display: none !important;
}
header#masthead {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(37, 87, 24, 0.52);
    -moz-box-shadow: 0px 1px 2px 0px rgba(37, 87, 24, 0.52);
    box-shadow: 0px 1px 2px 0px rgba(37, 87, 24, 0.52);
}
img.dynamic-featured-image.featured-image.wp-post-image {
    width: 100%;
    height: 400px;
	    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(133, 133, 133, 0.48);
    -moz-box-shadow: 1px 1px 5px 1px rgba(133, 133, 133, 0.48);
    box-shadow: 1px 1px 5px 1px rgba(133, 133, 133, 0.48);
}

.add-to-cart-panel .cart.do-quantity-buttons div.quantity, .do-quantity-buttons div.quantity{
    
    flex-direction: row-reverse;
}
.do-quantity-buttons div.quantity {
        justify-content: flex-start;
    }

.no-results.not-found .search-form {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.no-results.not-found .search-form input
, .no-results.not-found .search-form button {
    border-radius: 12px;
}

.no-results.not-found .search-form label {
    max-width: 70%;
}
.no-results.not-found .search-form button {
    max-width: 30%;
}

	/*end featured*/
.rtl .cart-contents>span:not(:empty) {
    margin-left: 0;
    margin-right: 10px;
}
	.cart-contents>span.number-of-items{
		display:none !important;
	}


.rtl .main-navigation .main-nav ul li.menu-item-has-children > a {
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*Heading in tab-content*/
.tab-content h2{
	font-size:20px;
}
.tab-content h3{
	font-size:20px;
	font-weight:600;
	line-height:26px
}
.tab-content h4{
	font-size:18px;
		font-weight:600;

}