/* My Account */

.woocommerce-account .content_full_width {
	width:98% !important;
	padding:2px !important;
}


.woocommerce-account  .woocommerce-MyAccount-navigation ul {
	margin:0 0 20px 0 !important;	
}
.woocommerce-account  .woocommerce-MyAccount-navigation ul li{
	list-style: none;
	
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
	/*
	border:1px solid #ddd;
	border-top:none;
	border-right:none;
	
	background-color:#85b640;*/
	padding-left:6px;
}
.woocommerce-account  .woocommerce-MyAccount-navigation ul li a {
	/*color:#fff;*/
	color:#85b640;
	display: block;
	width:inherit;
}

.woocommerce-account  .woocommerce-MyAccount-navigation ul li.is-active {
	background-color:#fff;
	border-left: 1px solid #008979;
	border-bottom: 1px solid #008979;
}

.woocommerce-account  .woocommerce-MyAccount-navigation ul li.is-active a {
	width:100%;
	display:block;
	color:#008979;
	padding-left:4%;
	font-size: 1.4rem !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20% !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 76% !important;
}

/* woocommerce tables */

.woocommerce table.shop_table {
    border-radius: 0px !important;
}

.woocommerce table.shop_table th,
.woocommerce table.my_account_orders th,
.woocommerce table.shop_table td,
.woocommerce table.my_account_orders td {
    font-size: 1.2rem !important;
	line-height:normal !important;
	vertical-align:middle !important;
    padding: 9px 12px !important;
}

.woocommerce table.shop_table th,
.woocommerce table.my_account_orders th {
	font-weight:bold;
}

/* woocommerce orders pagination */

.woocommerce-pagination {
	margin:0 auto;
	width:80%;
}
.woocommerce-pagination .woocommerce-button {
	font-size:1.2rem !important;	
}

.woocommerce-button--next {
	float:right;
}

.woocommerce-pagination br {
	display:none;
	height:0;
	width:0;
}

/* addresses */
.woocommerce-Address {
	width:44% !important;
	padding:2% !important;
	border:1px solid #999;
	margin-right:1%;
}

/* Autoship */

label.autoship-label br {
	display:none;
	height:0;
	width:0;
}

label.autoship-label {
	height:auto;
	display:block;
	white-space: nowrap;
	float:left;
	width:100%;
	padding:0 0 6px 0;
}

label.autoship-label input[type="radio"]{
	display:inline-block;
}

label.autoship-label p {
	margin:0 4px 0 0;
	display:inline;
}

.autoship-schedule-options .autoship-frequency.active p:nth-child(1) {
	font-weight: bold;
	padding: 4px 0 0 14px;
}

.autoship-schedule-options .autoship-frequency.active p:nth-child(2) {
    display: block;
	margin:0 0 0 14px;
}


@media (min-width: 768px) {
  .autoship-scheduled-order-template .autoship-order-details-summary-form > div,
  .autoship-scheduled-order-template .autoship-order-payment-details-summary-form > div {
    display: inline-block;
  }
  .autoship-scheduled-order-template .autoship-order-details-summary-form select,
  .autoship-scheduled-order-template .autoship-order-details-summary-form input,
  .autoship-scheduled-order-template .autoship-order-payment-details-summary-form select,
  .autoship-scheduled-order-template .autoship-order-payment-details-summary-form input {
    min-width: inherit;
  }
  .autoship-scheduled-order-template .autoship-order-details-summary-form button,
  .autoship-scheduled-order-template .autoship-order-payment-details-summary-form button {
    width: inherit;
  }
}


