/*
Theme Name: The7

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

http://codex.wordpress.org/Right_to_Left_Language_Support

*/
/******************** SAFIRELIAN ********************/

/* Global */
    .reg {background:#1BC933; color:#fff; display: inline-block; width:45%; font-size:14px; border-radius:3px; margin:5px;}
	.reg:hover {background:#138B24; color: #fff;}
	
/******************** WOOCOMMERCE ********************/
/* WooWallet */
	.woo-wallet-sidebar ul {margin: 0 auto !important;}
	.woo-wallet-sidebar ul li.card a {padding: 20px 0; text-decoration: none;}
	.woo-wallet-icon-wallet {font-weight:700; margin-left: 5px;}
	.woo-wallet-transactions-items {margin: auto !important;}
	.woocommerce-MyAccount-navigation>ul li.woocommerce-MyAccount-navigation-link--woo-wallet a::before {content: "";}

/******************** ELEMENTOR ********************/
	.elementor-accordion .elementor-accordion-item {border: 1px solid #e5e5e5 !important; border-radius: 5px; margin: 5px 0px;}
	.elementor-accordion-item .elementor-tab-title.elementor-active, .elementor-accordion-item .elementor-tab-content {background: #fbfbfb;}

/******************** BOOKNETIC ********************/

.left_side_menu > .l_m_nav > .l_m_nav_item > .l_m_nav_item_link > .l_m_nav_item_text {flex-grow: 0 !important;} .top_side_menu {left: auto !important; right:0;} .row {directin: ltr;} body {text-align: left;}