@CHARSET "UTF-8";

.item-coverage {
	font-size: 14px;
}

.product-wrap>.nav-link>a {
	color: #333;
}

.product-wrap {
	width: 1090px;
	margin: 0 auto;
	background-color: #f5f5f5;
	min-width: 1090px;
	padding-bottom: 100px;
}

.prodcut-container {
	background-color: #fff;
	padding-bottom: 50px;
}

.product-label {
	color: #333333;
	font-weight: bold;
}

.product-info-item {
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
	color: #666666;
}

.btn-buy {
	background-color: #ff6600;
	padding: 0;
	height: 60px;
	color: white;
	font-weight: bold;
	font-size: 24px;
	line-height: 60px;
	width: 240px;
}

.btn-clause.focus,.btn-clause:focus,.btn-clause {
    border: none;
    color: white !important;
    border-radius: 4px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 16px;
    background-color: #8BCA99;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 0  20px 0 12px;
}

.btn-clause:hover {
	background-color: transparent;
	border: 1px solid #8BCA99;
	color: #8BCA99 !important;
}

.btn-case {
	border: 1px solid #666;
    color: #666;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 5px;
}

.btn-case.btn-case-active {
	background-color: transparent;
	border: 1px solid #ff6600;
	color: #ff6600;
}

.btn-buy:hover {
	background-color: transparent;
	border: 1px solid #ff6600;
	color: #ff6600;
}

.flex-container {
	background-color: #f5f5f5;
	height: 40px;
	line-height: 40px;
	top: 60px;
	z-index: 999;
}

.flex-container .nav{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.flex-item {
	flex: auto;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	display: inline-block;
}

.nav>.flex-item>a{
	padding: 0;
	color:black;
	height: 40px;	
}

.flex-item.active>a{
	color: white;
}

.flex-item:hover>a{
	color: white;
}

.flex-item.active{
	background-color: #8BCA99;
	color: white;
}

#productCoverages{
	height: 30px;
    border-left: 6px solid green;
    border-bottom: 1px solid #e7e7e7;
    margin: 35px 0 25px 0;
    font-size: 18px;
    text-indent: 10px;
    line-height: 30px;
    position: relative;
}

.nav>li.flex-item.active>a:focus, .nav>li.flex-item.active>a:hover{
	background-color: #8BCA99;
	color:white;
}