/* Vars */
body.overflow-hidden {
	overflow: hidden;
}
.x-root .site, .x-root .x-site {
    z-index: 99;
}
#cbc2 a {
	text-decoration: none;
	cursor: pointer;
}
#cbc2 select {
	min-width: 55px;
	text-align: center;
}
#cbc2 td,
#cbc2 th {
	font-size: 12px;
	font-weight: normal;
	padding: 0 0.4em;
	border-bottom: 1px solid #9ea382;
	text-align: center;
	
}
#cbc2 .product-menu {
	position: absolute;
	top: 20px;
	left: -150px;
}
#cbc2 .product-menu .menu-item {
	cursor: pointer;
	margin: 0 0 0.5em 0;
}
#cbc2 .product-menu .menu-item a {
	color: #a85f26;
}
#cbc2 .product-menu .menu-item.active a {
	color: #5b7e96;
}
#cbc2 .product-table {
	width: 100%;
	border-collapse: collapse;
}
#cbc2 .product-heading .product {
	text-align: left;
}
#cbc2 .product-heading .product,
#cbc2 .product-heading .percentage {
	color: #5b7e96;
	text-transform: uppercase;
}
#cbc2 .ingredient-row .remove {
	opacity: 0;
	color: white;
	position: absolute;
	left: -28px;
	top: 50%;
	margin-top: -10px;
	display: block;
	width: 35px;
	-webkit-transition: 0.2s linear all;
	transition: 0.2s linear all;
	-webkit-transform: translate(12px, 0);
	-ms-transform: translate(12px, 0);
	transform: translate(12px, 0);
	cursor: pointer;
}
#cbc2 .ingredient-row .remove:before {
	content: "-";
	position: absolute;
	width: 19px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	border-radius: 10em;
	background: #a82626;
	font-size: 16px;
}
#cbc2 .ingredient-row td {
	line-height: 1.3;
	padding: 0 0.4em;
	vertical-align: middle;
}
#cbc2 .ingredient-row td.percentage {
	padding: 0.8em 0;
}
#cbc2 .ingredient-row .ingredient {
	text-align: left;
	position: relative;
}
#cbc2 .ingredient-row .ingredient:hover .remove {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
#cbc2 .ingredient-row .ingredient .name {
	font-weight: bold;
}
#cbc2 .total-row .ingredient {
	text-align: left;
}
#cbc2 .total-row td {
	background-color: #dedfd1;
	margin-top: 0.5em;
	font-weight: bold;
}
#cbc2 .total-row td:first-child {
	border-left: 1px solid #9ea382;
}
#cbc2 .total-row td:last-child {
	border-right: 1px solid #9ea382;
}
#cbc2.full .bar {
	background: #a85f26;
}
#cbc2.full .add-one {
	opacity: 0.4;
}
#cbc2 .bar-container {
	opacity: 1;
	margin-top: 1em;
	-webkit-transition: 0.5s ease-in-out opacity, 0.2s linear -webkit-transform;
	transition: 0.5s ease-in-out opacity, 0.2s linear transform;
}
#cbc2 .bar {
	-webkit-transition: 0.2s linear all;
	transition: 0.2s linear all;
	border: 2px solid #a85f26;
	height: 70px;
}
#cbc2 .bar .weight {
	-webkit-transition: 0.2s linear all;
	transition: 0.2s linear all;
	float: left;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}
#cbc2 .bar .weight .name {
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
	text-align: center;
}
#cbc2 .bar .weight .label {
    padding: 2.5em 0;
    display: block;
    color: rgba(0, 0, 0, 0.9);
    line-height: normal;
}
#cbc2 .bar .weight.fruit .label,
#cbc2 .bar .weight.toast .label,
#cbc2 .bar .weight.spice .label {
	color: white;
	color: rgba(255, 255, 255, 0.9);
}
#cbc2 .links {
	font-size: 13px;
	padding-top: 20px;
	clear: left;
	text-align: right;
}
#cbc2 .links .link {
	padding-right: 1em;
	font-weight: bold;
	color: #a85f26;
}
#cbc2 .vanilla {
	background: #fee294;
}
#cbc2 .smoke {
	background: #babbc0;
}
#cbc2 .fruit {
	background: #7373a9;
}
#cbc2 .toast {
	background: #766342;
}
#cbc2 .spice {
	background: #ac650e;
}
#cbc2 .mouthfeel {
	background: #e2a856;
}
#cbc2 .structure {
	background: #889163;
}
#cbc2 .legend {
	list-style: none;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	clear: both;
}
#cbc2 .legend li {
	float: left;
	width: 14%;
	text-align: center;
}
#cbc2 .legend i {
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
	top: 0.2em;
	left: -0.25em;
}
#cbc2 .legend .abbreviation {
	padding-left: 0.25em;
}
#cbc2 #email-modal .modal-content {
	padding-top: 2em;
}
#cbc2 #email-modal label {
	display: block;
}
#cbc2 #email-modal input {
	max-width: 320px;
	width: 100%;
	padding: 0.5em 0.8em;
}

.modal-button {
	margin: 1em 0;
}
.modal-button .add-one {
	background: url("../images/plus-sprite.png") no-repeat 0 0;
	position: relative;
	padding: 0;
	text-decoration: none;
	cursor: pointer;
	display: block;
	height: 26px;
	width: 26px;
	border: none;
	outline: 0;
}
.modal-button .add-one.square {
	background-position: 0 -26px;
}
.modal-button .add-one.square:hover {
	background-position: -26px -26px;
}
.modal-button .add-one:hover {
	background-position: -26px 0;
}

.modal-container {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}
.modal-container .modal-screen {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.modal-container.opened {
	display: block;
}
.modal-container .modal {
    background: white;
    border-radius: 5px;
    max-height: 80%;
    left: 50%;
    margin-left: -300px;
    overflow: scroll;
    padding: 1.5em 1em;
    position: absolute;
    top: 10%;
    width: 600px;
    margin-top: 115px;
    max-height: calc(100vh - 190px);
}
.modal-container .modal .modal-close {
	background: url(../images/close.png) no-repeat;
	background-size: 20px;
	cursor: pointer;
	height: 25px;
	position: absolute;
	right: 5px;
	top: 10px;
	width: 25px;
}
.modal-container .modal a {
	cursor: pointer;
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4em;
}
.modal-container ul,
.modal-container li {
	list-style: none;
	margin: 0;
}

.has-cbc2 #cbc2 {
	opacity: 0;
}
.has-cbc2.show-cbc2 .main_container,
.has-cbc2.show-cbc2 #cbc2 {
	opacity: 1;
	-webkit-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
.has-cbc2 .body_container .main_container,
.has-cbc2 .body_container .body_heading {
	width: auto;
	margin: 0 auto 0 185px;
}
.has-cbc2 .body_container .left_container,
.has-cbc2 .body_container .right_container {
	display: none;
}


footer.x-colophon.top,.x-colophon.bottom {
    position: relative;
    z-index: -1;
}
.cat-list
{
    width:200px;
    margin: 0px;
    list-style: none;
    padding: 0px;
    float: left;
        font-size: 18px;
}
.cat-list a.active
{
    color:#9d4948;
}
#cbc2
{
    width:calc(100% - 200px);
    float: left;
}