.product-options dt.ui-state-active:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 19px;
    color: inherit;
    position: absolute;
    right: 13px;
    top: 7px;
    color: #fff;
}
.product-options dt:after {
    font-family: FontAwesome;
    content: "\f104";
    font-size: 19px;
    color: inherit;
    position: absolute;
    right: 15px;
    top: 6px;
    color: #fff;
}
/*.product-options dt:after {
    color: #2d2d2d;
}*/
/*.product-options dt.ui-state-active:after {
    color: #2d2d2d;
}*/
.main-container .ui-widget-content {
    background: #fff !important;
    border: 0px !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    margin-right: 0px !important;
}
.ui-accordion .ui-accordion-header {
    margin-top: 2px;
}
.product-options dt{
    margin-bottom: 0;
}
ul.options-list {
    list-style: none;
}
.ui-accordion .ui-accordion-content {
    padding: 0px;
    margin: 0px;
}
#configurator input[type=text], #configurator input[type=date]{
    line-height: 22px !important;
    vertical-align: middle;
    height: 38px;
}
#configurator select{
    line-height: 22px !important;
    vertical-align: middle;
    height: 44px;
}
div#step4 input[type=text], div#step4 input[type=date]{
    height: 44px;
}
div#step4 label{
    font-size: 12px;
}
.choice_button:hover {
    background-color: #A5A5A5;
    color: #FFF;
    text-decoration: none;
}
span.total-price {
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    display: table;
    margin: 30px auto;
}