@charset "utf-8";
/* CSS Document */
/@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.shoppingcart h5{
	font-size:18px;
	color:#88898e;
	margin:20px 0 10px;
	}
.shoppingcart p{
	color:#88898e;
	margin:0 0 10px;
	}
.accordion {
 	width: 100%;
 	margin: 0 0 20px;
 }
.accordion li{
	 margin-bottom:5px;
	 }
.accordion .link {
	display: block;
	padding: 15px 15px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	background-color:#007b69;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
}
.accordion li i {
	font-size: 16px;
	color: #fff;
	margin-right:10px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li.open .link {
	background-color:#00a58b;
}

.accordion li.open i {
	color: #fff;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-chevron-down:before {
	content: "\f078"
}
/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	background: #333;
 	font-size: 14px;
	color:#fff;
 }

 .submenu li {
	clear:both;
	color: #fff;
 	padding: 12px 12px 12px 42px;
	margin: 0 0;
	border-bottom: 1px solid #4b4a5e;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
	overflow:hidden;
 }
.submenu li:hover {
 }
.control-label{
	width:20%;
	float:left;
	}
.control-label:before{
	color: #f00;
    content: "* ";
    font-weight: bold;
	}
.control-info{
	display:block;
	float:left;
	width:80%;
	}
.control-main{
	display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
	text-indent:1em;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	}
.btn-primary{
	color: #fff;
    background-color: #00a58b;
    border-color: #00a58b;
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
	}