/*
Theme Name: SmartCreation
Theme URI: https://www.SmartCreation.net/
Description: SmartCreation Main WordPress Template.
Author: SC
Author URI: https://www.SmartCreation.net/
Template: oceanwp
Version: 1.0
*/

/* ازالة الفلاش الازرق على اي رابط او كبسة على نسخة الموبايل */
a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.woocommerce div.quantity {
	display: none !important;
}


/*align top  bullets elementor*/
.elementor-widget .elementor-icon-list-icon {
    align-self: baseline;
    margin-top: .4em;
}
/*elemntor list justify text*/
.elementor-icon-list-text{
	text-align:justify
}

