.hidden {
    display: none;
}
.choose-quantity,
.add-another {
    padding: 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #fffc98 !important;
    background-image: none !important;
}
.cf-cart-show-top {
    position: absolute;
    bottom: 0;
    right: 2em;
    font-size: 2em;
    padding: 1em;
    height: 3em;
    width: 4em;
    display: inline-block;
    margin: 1em 0 -2px 1em;
    border-bottom: 2px solid #fff;
    color: #fff;
    background: rgba(76, 191, 165, 1) url(../images/cart2.png) 50% 50% no-repeat;
    background-size: 2em 2em;
    cursor: pointer;	
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    transition: all 0.4s;
}
.cf-cart-show-top:hover {
    background: rgba(249, 113, 90, 1) url(../images/cart2.png) 50% 50% no-repeat;
    background-size: 1.5em 1.5em;
}
.cf_table {
    margin: 15px;
}
.cf_table .cf_notgen {} .cf_table .cf_gen {
    background-color: #99EE99;
}
.cf_table .cf_generror {
    background-color: #EE9999;
}
.cf_table td,
.cf_table th {
    padding: 10px;
}
.cf_form input[type=text],
.cf_form textarea {
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 250px;
}
.cf_form textarea {
    resize: none;
    width: 500px;
    height: 300px;
}
.cf_success {
    display: block;
    border: 2px solid #006600;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #99EE99;
    color: #006600;
    padding: 1em;
    font-weight: bold;
}
.cf_error {
    display: block;
    border: 2px solid #660000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #EE9999;
    color: #660000;
    padding: 1em;
    font-weight: bold;
}
.cf-short-desc {
    text-align: justify;
}
.cf-long-desc {
    display: none;
    padding: 2em;
    margin: -2px 0 0 0;
	background: #fafafa;
}
.cf-long-desc ul{
padding: 1.618em 0 0 1.618em !important;
}
.cf-option-related {
    display: none;
}
.cf-option-accordion-result {
    margin-top: 1em;
    padding: 1em;
	background: #f6f6f6;
}
.cf-option-price-wrapper{
font-weight:bold;
color:#4cbfa5;}
.cf-option-sku,
.cf-option-sku-rel {
    display: inline;
}
.cf-option-short-desc-wrapper {
    margin: 10px 0;
    display: block;
}
.cf-option-short-desc,
.cf-option-short-desc-rel {
    text-align: justify;
    display: inline;
}
.cf-option-long-desc-wrapper {
    margin-top: 10px;
}
.cf-option-long-desc,
.cf-option-long-desc-rel {
    display: none;
    padding: 2em;
    margin: -2px 0 0 0;
	background: #fefefe;
}
.cf-option-long-desc-button.ui-button,
.cf-option-cart .ui-button{
	padding:0.618em;
}

.cf-select {
    width: 100%;
}
.cf-option-subname {
    font-size: 1em;
    float: right;
}
.cf-options-accordion table tr td {
    border: none;
    padding: 0.5em;
	border-bottom: 1px dashed #fff;
}
.cf-options-accordion h3 {
    margin-bottom: 0px !important;
}
.cf-options-accordion table {
    width: 100%;
}
.cf-options-accordion table .cf-td-step {
    width: 40%;
}
.cf-options-accordion table .cf-td-value {
    width: 60%;
}
.cf-step-comment {
    margin-top: 5px;
    font-size: 1em;
    color: #ee0000;
}
#cf-products .ui-tabs-nav {
    height: 100%;
    padding: 0.5em;
}
#cf-products .ui-tabs-nav > li {
    list-style:none !importnat;
}
#cf-products .ui-tabs-nav > .ui-state-default {
    height: 39px;
    margin: 0 5px;
    background-image: none;
    background-color: #8888aa !important;
    border: 1px solid #8888aa;
}
#cf-products .ui-tabs-nav > .ui-state-default a {
    border: none;
    color: #111144;
    height: 38px;
    border-radius: 5px 5px 0 0;
    width: 100%;
    background-image: none;
    background-color: #8888aa !important;
    border: none;
}
#cf-products .ui-tabs-nav > .ui-state-default a.ui-state-hover,
#cf-products .ui-tabs-nav > .ui-state-default.ui-state-hover,
#cf-products .ui-tabs-nav > .ui-state-default.ui-state-hover a {
    border: 5px 5px 0 0;
}
#cf-products .ui-tabs-nav > .ui-state-default.ui-state-hover a {
    background-image: url("js/images/ui-bg_glass_85_dfeffc_1x400.png") !important;
    background-color: rgb(102, 102, 136) !important;
    color: #2e6e9e !important;
}
#cf-products .ui-tabs-nav .ui-tabs-active {
    background: none !important;
    border: none !important;
    height: 41px;
    background-image: none !important;
}
#cf-products .ui-tabs-nav .ui-tabs-active a {
    padding: 7px 14px;
    background-color: #ffffff !important;
    border-color: #ffffff;
    background-image: none !important;
    height: 40px;
    border-radius: 5px 5px 0 0;
    color: #e17009 !important;
}
#cf-products .ui-tabs-nav .ui-tabs-active a.ui-state-hover {
    color: #e17009 !important;
    background-image: none !important;
    background-color: #ffffff !important;
}
#cf-products .ui-tabs-nav .ui-tabs-active.ui-state-hover {
    color: #e17009 !important;
    background-image: none !important;
}
#cf-products .ui-tabs-nav .ui-tabs-active.ui-state-hover a {
    color: #e17009 !important;
    background-image: none !important;
}
#cf-product-list table {
    width: 1000px;
	margin-bottom: 3em;
}
#cf-product-list table thead tr th {
    border: 1px solid #aaa;
    background-color: #eeeeee;
    padding: 5px;
    text-align: center;
}
#cf-product-list table tbody tr td {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
}
#cf-product-list table tfoot tr td {
    padding: 5px;
}
.cf-option-price,
.cf-option-price-rel {
    display: inline;
}
.cf-option-cart {
    margin-top: 2em;
    padding-top: 1em;
	border-top:1px solid #aaa;
}
.cf-quantity {
    width: 6em;
    text-align: center;
    line-height: 100%;
    display: inline-block;
    height: 3em;
    border: 2px solid #aaa;
}
.cf-option-cart .ui-spinner-button {
    width: 3em;
    text-align: center;
    height: 3em;
}
.cf-option-cart .ui-spinner-input {
    margin-bottom: 0;
}
.cf-option-cart .ui-spinner-button .ui-button-text {
    padding: 0.4em 0.55em;
}
.ui-spinner {
    border: none !important;
    background: none !important;
}
.cf-cart-add{margin-left:1em;}
.cf-cart-show{float:right;}
#cf-dialog-bg {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
}
#cf-product-list {
    z-index: 2000;
}
.ui-dialog {
    z-index: 1005 !important;
	padding:2em;
	position:relative;
}
.loading {
    background: url('../images/loading.gif') no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: none;
    margin-top: 10px;
}
#cf-pricing-form-wrapper .loading {
    background: url('../images/loading.gif') no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    display: none;
    margin: 10px auto;
}
#cf-pricing-form-wrapper {
    width: 100%;
    padding: 2em 20%;
    margin: 0;
    background: #f6f6f6;
    position: relative;
}
#cf-pricing-form-wrapper .cf-special-prices {
    display: none;
    margin-bottom: 15px;
}
#cf-pricing-form-wrapper .cf-form-comment {
    color: #bf0000;
    font-size: 1em;
	line-height:150%;
    display: block;
    margin-top: 5px;
}
#cf-pricing-form-wrapper input[type=text] {
	width:100%;
	margin-bottom:1em;
}
.radio-group{
	font-size:1.618em;
	margin-bottom: 1em;
}
.radio-group-agree{
    line-height: 25px; 
    text-align: justify;
    font-size: 13px;
}
#cf-pricing-form-wrapper .star{
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
}
#cf-pricing-form-wrapper .agree-info {
    font-size: 12px;
    color: #ff0000;
    margin: 10px 0;
}
#cf-pricing-form-wrapper input[type=checkbox],
#cf-pricing-form-wrapper input[type=radio]{
	margin-bottom: 1em;
    margin-right: 1em;
	}
#cf-pricing-form-wrapper .radio-group-agree input[type="checkbox"]{
    margin-bottom:0;
}
#cf-pricing-form-wrapper a.submit{
	width:100%;
	text-align:center;
	background: #f9715a;
    color: #fff;
    border: 2px solid #fff;
	cursor:pointer;
	}
#cf-pricing-form-wrapper .close {
    position: absolute;
    top: 0;
    right: 0;
}
.ui-state-error,
#cf-pricing-form-wrapper .ui-state-error {
    padding: 0;
    margin: -1em 0 2em 0;
    font-size: 1em;
    display: none;
    text-align: right;
    color: #bf0000;
}
#cf-pricing-form-wrapper .send-success,
#cf-pricing-form-wrapper .send-error {
    padding: 1em;
    margin: 1em 0;
    font-size: 1.618em;
    display: none;
}
#cf-pricing-form-wrapper .send-success {
    color: #fff;
    background-color: #4cbfa5;
    border: solid 1px #009900;
}
#cf_messages table {
    margin: 20px 0;
}
#cf_messages table tr td {
    padding: 5px;
}
#cf-login-form .inputbox {
    padding: 5px;
}
/*BABILON*/
.ui-widget {
    /*font-family: inherit;
    font-size: 1.618em;
    line-height: 150%;*/	
	}
.ui-widget-content {
    border: none;
    background: #fff;
    color: inherit;
	}

.cf-tab-menu{
	background:#ddd;
    margin: 0 10px;
    padding: 0 4em 0 2em;
    border-radius: 0.5em 0.5em 0 0;
    -webkit-border-radius: 0.5em 0.5em 0 0;
    -moz-border-radius: 0.5em 0.5em 0 0;
	border-bottom: 2px solid #fff;
	position:relative;
	}
.cf-tab-content{
	background: #e5e5e5;
    margin: 0 10px;
    padding: 4em;
    border: 1px solid #ddd;
    border-radius: 0 0 0.5em 0.5em;
    -webkit-border-radius: 0 0 0.5em 0.5em;
    -moz-border-radius: 0 0 0.5em 0.5em;
	}
.cf-option-accordion,
.cf-short-desc,
.cf-long-desc{
font-size: 1.618em;
line-height: 150%;}	

.cf-option-accordion label{
font-size: 1em;}

.ui-button{
  padding: 1em;
  border-style: solid;
  border-width: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  color: #4cbfa5;
  font-size: 1.618em;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  cursor:pointer;
}
.ui-button:hover {
  color: #fff;
}
.ui-button.w--current {
  background-color: #f9715a;
  color: #fff;
}

.cf-tab-menulink{
    padding: 1em;
    font-size: 2em;
    display: inline-block;
    margin: 1em 0 -2px 1em;
    border: 2px solid;
    color: #fff;
    background: #f9715a !important;
}
.cf-option-accordion.ui-button,
.cf-option-accordion .ui-button{
	font-size:1em;}
	
.ui-accordion .ui-accordion-header {
    margin: .5em 0 0 0;
    padding: 1em;
	cursor: pointer;
	background-image: url("../images/down-arr-green.png");
    background-position: 99% 50%;
    background-repeat: no-repeat;
    background-size: 2em auto;
	}
.ui-accordion .ui-accordion-content {
    padding: 2em;
    background: #eeeeee;
	}
.ui-accordion-header,
.ui-state-hover {
    border: 2px solid #4cbfa5 !important;
    background-color: #fafafa !important;
    color: #4cbfa5 !important;
}
.ui-accordion-header:hover, 
.ui-state-hover:hover, 
.ui-state-active {
    border: 2px solid #fff !important;
    background-color: #4cbfa5 !important;
    color: #fff !important;
}
.ui-state-active {
    background: #f9715a;}
.ui-spinner-button{
	min-width:4em;
    margin-left: -2px;}

.ui-selectmenu-button{
    border: 2px solid #f6f6f6;
    padding: 0.5em;
    width: 100% !important;
    display: block;
	background-color:#f6f6f6;
	background-image:url(../images/down-arr-green.png);
	background-position:99% 50%;
	background-repeat:no-repeat;
	background-size:1em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	cursor: pointer;}
	
.ui-selectmenu-open .ui-menu{
	padding:0.5em 1em;
	font-size:1.618em;
	}
.ui-selectmenu-menu .ui-menu-item{
    padding: .5em 0 !important;
    width: 100%;
    line-height: 120%;
    display: inline-block;
	list-style:none;}

.ui-selectmenu-menu .ui-menu-item:hover{
	color:#4cbfa5;
	cursor: pointer;}
		
.ui-dialog-titlebar-close{
	float:right;
	margin-bottom:1em;
	display:none;}
	
.ui-dialog-buttonpane{
	position: absolute;
	top:2em; right:2em;
	}
	
.ui-dialog-title{
    font-size: 2em;
    padding: 1em 0 2em;
    display: inline-block;
	color: #f9715a;}
	
.ui-corner-all{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;}
	
#cf-product-list {
}
#cf-product-list table {
    font-size: 1.272em;
	line-height:120%;
    margin: 0 0 2.5em 0;
    padding: 1em;
	width: 100%;
 }
	
#cf-product-list table tfoot tr td{
font-size:1.272em;
padding:1em;
white-space: nowrap;
}

.tr-remove{
    background: url(../images/remove.png) no-repeat 50% 50%;
    display: inline-block;
    width: 2em;
    height: 2em;
    position: relative;
    background-size: 25px;
	opacity:0.62;
	transition: all 350ms;}
	
.tr-remove:hover{
	opacity: 1;
}	

#cf-form-show{
	position: absolute;
    right: 1.23em;
    bottom: 1.23em;
	background:#f9715a;
	color: #fff;}
	
.ui-selectmenu-menu	{height:0;width:400px;display:none;}
.ui-selectmenu-menu.ui-selectmenu-open{display:block;}
	
.ui-icon-help{
    background: url(../images/help.png) no-repeat 50% 50%;
    display: inline-block;
    width: 2em;
    height: 2em;
    position: relative;
    background-size: 25px;	
	opacity:0.62;
	transition: all 350ms;
}
.ui-icon-help:hover{
	opacity: 1;
}		
.ui-tooltip{
	width:40em;
	background:#f6f6f6;
	padding:1em;
	font-size:1.2em;
	line-height:125%;
	border: 1px solid #eee;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
	}
	
.ui-tooltip-content{}

.ui-helper-hidden-accessible{height:0; display:none;}
.ui-helper-hidden-accessible div{}
	
