/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Child theme of Astra 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: child
Template: astra
*/

.woocommerce-account .fl-row-fixed-width {
    max-width: 1200px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 15%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 83%;
}

#wpbody-content.app-fem .app-page .button {
    font-size: 12px;
    height: 26px;
    margin-top: 0px;
    padding-top: 8px;
}

@media screen and (min-width: 782px) {
	#wpbody-content.app-fem .app-filter-form select {
		max-width: 100%;
	}
}

.app-status-links-ul li.noshow {
	display: none;
}

.app-fem .app_iedit_time input {
	font-size: 11.5px;
	width: 38%;
}

.app-fem .app_iedit_time select {
	font-size: 10px;
	width: calc(38% - 46px);
}

.app-form table.app-profile-settings.form-table,
.app-form table.app-profile-settings.form-table tr,
.app-form table.app-profile-settings.form-table th,
.app-form table.app-profile-settings.form-table td {
    border: none;
}

.app-tab.nav-tab {
	font-weight: 500;
}

#about-section .app-pagination .app-next a,
#about-section .app-pagination .app-prev a {
	display: inline;
}

.app-conf-buttons .ui-state-default .ui-icon {
	display: none;
}

.app-conf-button.ui-button,
.app-conf-cancel-button.ui-button{
    padding: 10px 15px;
    border-radius: 2px;
    line-height: 1.85714285714286;
    border: 0;
	color: #ffffff;
	background-color: #f4760e;
	border-radius: 5px;
}