/**
 * AwoCoupon
 *
 * @package WordPress AwoCoupon
 * @copyright Copyright (C) Seyi Awofadeju - All rights reserved.
 * @Website : http://awodev.com
 **/

#awo-main .tabs-wrap {
    overflow: hidden;
	background-color: #fff;
}
#awo-main .tabs-wrap .panel {
	float:left;
	width:80%;
	display:block;
	padding:10px;
	box-sizing: border-box;
    min-height: 175px;
}
#awo-main ul.wc-tabs
 {
    margin: 0;
    width: 20%;
    float: left;
    line-height: 1em;
    padding: 0 0 10px;
    position: relative;
    background-color: #fafafa;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}
#awo-main ul.wc-tabs::after {
    content: '';
    display: block;
    width: 100%;
    height: 9999em;
    position: absolute;
    bottom: -9999em;
    left: 0;
    background-color: #fafafa;
    border-right: 1px solid #eee;
}
#awo-main ul.wc-tabs li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
#awo-main ul.wc-tabs li a {
    margin: 0;
    padding: 10px;
    display: block;
    box-shadow: none;
    text-decoration: none;
    line-height: 20px!important;
    border-bottom: 1px solid #eee;
}
#awo-main ul.wc-tabs li a span {
    margin-left: .618em;
    margin-right: .618em
}
#awo-main ul.wc-tabs li a::before {
    font-family: Dashicons;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "";
    text-decoration: none;
}
#awo-main ul.wc-tabs li.general_options a::before {
    content: '\f107';
}
#awo-main ul.wc-tabs li.inventory_options a::before {
    content: '\f481';
}
#awo-main ul.wc-tabs li.shipping_options a::before {
    font-family: WooCommerce;
    content: '\e01a';
}
#awo-main ul.wc-tabs li.linked_product_options a::before {
    content: '\f103';
}
#awo-main ul.wc-tabs li.attribute_options a::before {
    content: '\f175';
}
#awo-main ul.wc-tabs li.advanced_options a::before {
    font-family: Dashicons;
    content: '\f111';
}
#awo-main ul.wc-tabs li.variations_options a::before {
    content: '\f509';
}
#awo-main ul.wc-tabs li.usage_restriction_options a::before {
    font-family: WooCommerce;
    content: '\e602';
}
#awo-main ul.wc-tabs li.usage_limit_options a::before {
    font-family: WooCommerce;
    content: '\e601';
}
#awo-main ul.wc-tabs li.general_coupon_data a::before {
    font-family: WooCommerce;
    content: '\e600';
}
#awo-main ul.wc-tabs li.active a {
    color: #555;
    position: relative;
    background-color: #eee;
}
