/* General Demo Style */

html {
    height: 100%;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    font-family: 'Trebuchet MS', Calibri, Arial, sans-serif;
    background: #ccc;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    height: 100%;
}

a {
    color: #555;
    text-decoration: none;
}

input,
textarea {
    outline: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

.container {
    width: 100%;
    height: 100%;
    position: relative;
}

.ui-widget-overlay.custom-overlay
{
    background-color: black;
    background-image: none;
    opacity: 0.9;
    z-index: 1001;
}

.calendar-container {
    min-width: 820px;
}

.fc-calendar-container {
    height: 530px;
}

.custom-content-reveal span {
    color: #5f5f5f;
}

.custom-content-reveal .details span {
    color: #888;
}
.custom-content-reveal .details h5 span {
    vertical-align: 1px;
}

.custom-content-reveal span.btn-back {
    right: auto;
    left: 10px;
    color: #fff;
    width: auto;
    padding: 0 10px;
    font-size: 12px;
    height: auto;
    line-height: 1.2;
}

.custom-content-reveal span.btn-back:after {
    content: "";
}

.custom-content-reveal .recaptchatable span {
    padding: 0;
}

.room-type {
    margin: 0 20px;
    text-align: left;
}

.room-type table {
    border: 1px solid #eee;
    border-bottom: none;
    border-collapse: collapse;
    width: 100%;
}
.rooms-table thead,
.rooms-table thead tr {
    background: #e3e3e3;
}

.rooms-table thead {
    border: 1px solid #cecece;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.room-type .rooms-table tr:last-child {
    border-bottom: 0;
}
.room-type .rooms-table {
    border-top: 0;
    border-bottom: none;
}
.rooms-table thead tr {
    border-bottom: none;
}
.private-tour .rooms-table table {
    border-collapse: collapse;
    width: 100%;
}
.private-tour .rooms-table thead {
    text-align:left;
    display: table;
    float: left;
    width: 100%;
}
.private-tour .rooms-table thead tr {
    display: table-row;
    width: 100%;
}
.private-tour .rooms-table tbody {
    display: block;
    max-height: 146px;
    overflow: auto;
    float: left;
    width: 100%;
}
.private-tour .rooms-table tbody tr {
    display: table;
    width: 100%;
}

.private-tour .rooms-table th {
    width: 21%;
}
.private-tour .rooms-table .price-heading {
    width: 5%;
}
.private-tour .rooms-table td {
    width: 21.3%;
}
.private-tour .rooms-table.scrollable td {
    width: 22.3%;
}
.private-tour .rooms-table .vehicle-type {
    width: 23%;
    padding-left: 18px;
}
.private-tour .rooms-table .max-passengers {
    padding-left: 14px;
}
.ie8 .private-tour .rooms-table tr:after{
    content: ".";
    visibility: hidden;
}

.room-type table th {
    text-align:left;
    padding:10px;
}
.room-type .rooms-table.not-empty th {
    padding-bottom: 11px;
}
.room-type table th span {
    padding: 0;
}
.room-type tr {
    list-style: none;
    background: #fff;
}
.room-type .rooms-table tbody tr td {
    border-bottom: 1px solid #eee;
}
.room-type .rooms-table tbody tr:last-child td {
    border: 0;
}
.room-type tr:first-child {
    border-top: 0 none;
}

.room-type td {
    padding: 10px;
}

.room-type strong.title {
    display: inline-block;
    font-weight: 600;
    color: #3B7BCD;
}

.room-type span{
    display: inline-block;
    font-size: 13px;
}
.tour-table .total-price,
.room-type span.price {
    font-size: 16px;
    font-weight: bold;
    color: #CE3133;
    padding:0;
}

.fc-row .fc-content .room-type {
    display: none;
}
.smart-deal {
    content: "Lowest";
    background: #CE3133;
    color: #fff;
    top: 14px;
    left: -21px;
    padding: 2px 20px;
    position: absolute;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0 0 5px #888;
    -moz-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

.custom-content-reveal .smart-deal {
    left: 50%;
    margin: 0 0 0 -42px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    top: -1px;
}

#custom-content-reveal-2 {
    z-index: 150;
}

.user-info, .col {
    text-align: left;
    display: table-cell;
    min-width: 25%;
    padding: 0 1%;
    border-left: 1px solid #E2E2E2;
}
.user-info h5,
.details h5 {
    font-size: 16px;
    background: #eaeaea;
    border: 1px solid #e0e0e0;
    padding: 7px 10px;
    text-transform:uppercase;
    color:#666;
    margin-bottom: 8px;
}

.fc-calendar .fc-row > div.fc-content .price-from {
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    left: 0;
    color:#ddd;
    font-size: 16px;
}
.not-available + .price-from {
    font-size: 14px;
}
.custom-content-reveal .price-from,
.custom-content-reveal .event-information {
    display: none;
}

.fc-calendar .fc-row > div.fc-content:after {
    right: 10px;
    top: 5px;
    left: auto;
}
.fc-calendar .fc-row > div.fc-content:hover:after {
    color:#003F91;
}
.event-information {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-family: Times New Roman;
    font-size: 23px;
    height: 24px;
    line-height: 19px;
    padding: 0;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 4px;
    width: 24px;
    margin: 0;
}

.custom-content-reveal a.book-btn,
.custom-content-reveal .button {
    display:inline-block;
    margin:20px;
    background:#3B7BCD;
    color:#fff;
}
.custom-content-reveal {
    background: none repeat scroll 0 0 rgba(246, 246, 246, 1);
    overflow:auto;
}
.user-info li,
.col li {
    list-style: none;
    padding: 8px 0;
    margin: 0 8px;
}
.user-info input[type=text], .verification-view textarea {
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px 10px;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
input:focus,
.form-group input:focus,
textarea:focus,
.user-info input[type=text]:focus,
.verification-view textarea:focus {
    border: 1px solid #5aa2ff;
    box-shadow: 0 0 2px #5aa2ff;
}
input[type=radio]:focus {
    border: 0;
    box-shadow: none;
}
/*===*/
.col-1-2 {
    float: left;
    width: 48%;
    margin-left: 4%;
}
.col-1-2:first-child {
    margin-left: 0;
}
.room-type .prices-table tr{
    border: 0;
}

.prices-table tr,
.prices-table td,
.prices-table th {
    transition: all 0.15s ease-in-out;
}
.prices-table table td,
.prices-table table th {
    padding: 10px;
    text-align: center;
    border: 1px solid #eee;
}
.prices-table table th:first-child,
.prices-table table td:first-child {
    border-left: 1px solid #cecece;
}
.prices-table table th:last-child,
.prices-table table td:last-child {
    border-right: 1px solid #cecece;
}
.room-type .rooms-table {
    border: 1px solid #cecece;
    border-top: 0;
}
.prices-table table tr:last-child td,
.room-type .rooms-table.not-empty thead tr {
    border-bottom: 1px solid #cecece;
}
.prices-table table th {
    border-top: 0;
}
.prices-table table .highlighted {
    cursor: pointer;
    background: #eee;
    border-left-color: #fff;
    border-right-color: #fff;
}
.prices-table table .current {
    background: #ccc;
    border-color: #eee;
}
.prices-table table td {
    cursor: default;
}
.prices-table table td:first-child,
.prices-table table th:first-child {
    text-align: left;
}
.prices-table table {
    font-size: 14px;
    line-height: 15px;
    border-top: 0;
}
.custom-content-reveal h4 {
    margin-bottom: 10px;
}
.custom-content-reveal h4 strong {
    font-weight: 700;
    color: #444;
}

.prices-table h3 {
    margin-bottom: 8px;
}
.room-type .total {
    float: right;
    padding: 0;
    color: #333333;
    font-size: 16px;
    margin: 10px 0 5px 0;
}
.total span {
    font-size: 16px;
    color: #333333;
    padding: 0;
}
.total .total-price {
    font-weight: 700;
}
.custom-content-reveal a.book-btn {
    margin: 0;
}
.room-type .title {
    font-size: 17.5px;
    color: #333;
    padding: 14px 12px 14px 0;
    font-weight: 700;
}
select {
    border: 1px solid #808080;
    min-width: 40px;
    padding: 2px;
}

option {
    padding: 0 5px;
}

.package-type {
    min-width: 80px;
}
select:disabled {
    background: #f0f0f0;
}

.custom-content-reveal.not-available .prices-table,
.custom-content-reveal.not-available .available-rooms {
    display: block;
}
.custom-content-reveal.not-available .book-btn,
.custom-content-reveal.not-available .title,
.custom-content-reveal.not-available .rooms-table,
.custom-content-reveal.not-available .total,
.custom-content-reveal.not-available .rooms-number {
    display: none;
}
 .custom-content-reveal.not-available .available-rooms {
    font-size: 24px;
    text-align: center;
}
.not-available .info-not-available {
	font-size: 24px;
    text-align: center;
	display: block;
}
.custom-content-reveal.info-not-available a.book-btn  {
	display: none;
}
.user-info label {
    float: left;
    padding: 3px 5px;
    line-height: 22px;
    min-width: 70px;
}
.user-info:first-child,
.col:first-child {
    padding-left: 10px;
    border-left: 0;
}
.col:first-child {
    padding-left: 0;
}
.col:last-child {
    padding-right: 0;
}
.user-info:last-child {
    padding-right: 10px;
}
.user-info input[type="text"] {
    width: 100%;
    max-width: 250px;
    display: block;
}
.col-3-layout .user-info input[type="text"] {
    max-width: 166px;
}
.personal-info {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.contactInformation {
    margin-bottom: 30px;
}
.user-info h5 span,
.col h5 span {
    color: #666;
    display: inline-block;
    font-size: 12px;
    padding: 0;
    text-transform: none;
}
.rooms-view.custom-content-reveal h4 {
    margin-bottom: 26px;
}
.select-container strong {
    font-weight: 700;
}
.private-tour-type {
    margin-right: 20px;
}
.custom-content-reveal .select-container span {
    font-size: 15px;
    padding: 0;
    color: #333;
}
.room-type table th span {
    font-size: 11px;
}
.room-type .tour-table th span {
    font-size: 13px;
}
.custom-content-reveal.user-info-view a.book-btn {
    margin-top: 10px;
}
.room-type td {
    padding: 10px;
}
.user-info input[type=text] {
    outline: 0;
    transition: all 0.3s ease-in-out;
}
.user-info .invalid[type="text"], .contactInformation .invalid{
    border: 1px solid #EF9090;
    box-shadow: 0 0 2px #FF7070;
}
.user-info .invalid[type="text"]:focus, .contactInformation .invalid:focus {
    border: 1px solid #EF9090;
    box-shadow: 0 0 2px #FF7070;
}
.user-info input[type="text"]:focus {
    border: 1px solid #7DBDFF;
    box-shadow: 0 0 2px #7DBDFF;
}
.notification-container {
    height: 36px;
}
.notification-container span {
    padding: 10px 0;
}
.rooms-left {
    float: right;
    margin-left: 5px;
}
.custom-content-reveal .btn-delete {
    position: relative;
    padding: 0;
    top: auto;
    right: auto;
}
.custom-content-reveal .btn-delete:after {
    vertical-align: middle;
}
.custom-content-reveal .book-btn.disabled {
    background: #aaa;
}
.room-type .info-container {
    position: relative;
    display: inline;
}
.custom-content-reveal .room-type table .info {
    font-size: 16px;
    cursor: default;
    padding: 0;
    margin-left: 5px;
    font-family: Tahoma;
    font-weight: 500;
}
.custom-content-reveal .room-type table .description,
.event-info-container .description {
    display: none;
    padding: 9px;
    background: #fff;
    border: 1px solid #999;
    box-shadow: 0 0 3px #888;
    font-size: 12px;
    width: 180px;
    left: -70px;
    top: 30px;
    position: absolute;
    z-index: 9;
    font-size: 14px;
    font-weight: 500;
}
.custom-content-reveal .room-type .prices-table .description,
.event-info-container .description {
    width: 200px;
}
.rooms-table th:first-child,
.rooms-table th.premium {
    min-width: 100px;
}
.tour-table thead {
    border-bottom: 1px solid #cecece;
}
.fun .rooms-table tbody tr {
    border-top: 1px solid #cecece;
}
.tour-table th:last-child,
.fun .rooms-table th:last-child {
    width: 100px;
}
.tour-table th:last-child {
    padding: 0;
}
#custom-content-reveal-3 {
    z-index: 300;
}
#custom-content-reveal-4 {
    z-index: 400;
}
.child-select-handler {
    display: none;
}
.child-select-handler.disabled {
    display: block;
    position: absolute;
    width: 40px;
    height: 24px;
}
.policies a {
    display: inline;
    font-size: 14px;
    padding: 0;
}
.policies a:hover {
    color: #3B7BCD;
    text-decoration: underline;
}
.verification-view ul {
    list-style: none;
}
.verification-view li {
    margin-top: 3px;
    line-height: 20px;
}
.verification-view input[type=checkbox] {
    margin-right: 10px;
    vertical-align: -1px;
}
.comments label {
    display: block;
    margin-bottom: 6px;
	font-weight:bold;
}
.event-info {
    margin-bottom: 20px;
}
.event-info header {
    line-height: 20px;
    margin-bottom: 7px;
    position: relative;
}
.additional-details {
    margin-bottom: 15px;
    padding: 25px 0 0 20px;
    text-align: left;
    width: 60%;
}
.verification-view textarea {
    max-width: 100%;
    min-height: 72px;
    max-height: 72px;
    min-width: 100%;
    resize: none;
}
.verification-view .room-type table th,
.verification-view .room-type table td {
    padding: 5px;
}
.verification-view .start-date {
    position: absolute;
    right: 25px;
    top: 12px;
    padding: 0;
    font-size: 14px;
}
.verification-view .total {
    text-align: right;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-width: 1px 0;
    background: #e3e3e3;
    padding: 6px 10px;
    float: none;
}
.verification-view .total span {
    font-size: 16px;
}
.verification-view .error-message {
    height: 33px;
    line-height: 33px;
    clear: both;
}
.verification-view .error-message span {
    display: none;
    color: #ce3133;
    padding: 0;
    font-size: 16px;
}
.congratulations {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
}
.congratulations .middle {
    display: table-cell;
    vertical-align: middle;
}
.congratulations h3 {
    display: block;
    font-size: 33px;
    color: #888;
    margin-bottom: 20px;
}
.congratulations ul a {
    padding: 0;
    font-size: 18px;
    color: #3B7BCD;
}
.congratulations ul a:hover {
    text-decoration: underline;
    color: #3b7bcd;
}
.congratulations .small {
    font-size: 17px;
}
.congratulations .back-to-events {
    margin-top: 30px;
}
.congratulations .back-to-events:hover {
    color: #fff;
}
.fc-calendar .fc-row > .fc-content.sold-out {
    background: #9f9f9f;
}
.fc-calendar .fc-row > .sold-out.fc-content:hover:after {
    color: #666;
}
.fc-calendar .fc-row > div.fc-today {
    background: #fff;
    box-shadow: none;
}
.fc-calendar .fc-row > div.fc-today > span.fc-date {
    color: #686a6e;
    text-shadow: none;
}
.fc-calendar .fc-row > div.fc-content {
    background: #3b7bcd;
    box-shadow: none;
}
.fc-calendar .fc-row > div.fc-content > span.fc-date {
    color: #fff;
    text-shadow: none;
}
.fc-calendar .fc-row > div.fc-today.fc-content:after {
    color: #ddd;
}
.fc-calendar .fc-row > div.fc-today.fc-content:hover:after {
    color: #003f91;
}
.comments {
	text-align:left;
	padding: 0 20px 10px;
}
.package-title {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    display:block;
    padding:5px 10px;
    background: #e3e3e3;
    border: 1px solid #cecece;
}
.select-container {
    background:#fcfcfc;
    padding: 12px 10px 10px;
    border-width:0 1px 0 1px;
    border-left: 1px solid#cecece;
    border-right: 1px solid#cecece;
}

/*== details ==*/
.private-tour-verification .details-container {
    max-height: 200px;
    overflow: auto;
    padding: 2px 2px 0 2px;
}
.details {
    width: 100%;
    display: table;
}
.col li {
    display: block;
    padding: 0;
}
.col li span {
    padding: 0;
    font-size: 15px;
    max-width: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
.col > div {
    position: relative;
}
.details h5 {
    padding: 4px 3px 4px 10px;
}
.details .row {
    display: table-row;
}
.details .row .col {
    padding-top: 15px;
}
.verification-view .details .price {
    color: #ce3133;
}
.verification-view h4 {
    margin-bottom: 10px;
}
.sold-out .smart-deal {
    letter-spacing: -0.5px;
    text-indent: -2px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .event-information {
        line-height: 22px;
    }
}
.ie .fc-calendar .fc-row > div,
.ie .fc-calendar .fc-head > div {
    width:  14.28%;
}
/*------------------------------------*\
    #Tour tables
\*------------------------------------*/

.tour-table {
    margin-bottom: 20px;
}

.number, .number-people, .bus-number, .number-adults, .number-children, .number-seniors {
    border: 1px solid #aaa;
    height: 28px;
    padding: 3px 3px 3px 6px;
    width: 70px;
}

.room-type table th .vehicle-type {
    font-size: 15px;
    color: #333;
}
/*------------------------------------*\
    #Bootstrap alerts
\*------------------------------------*/

.alert {
    padding: 15px;
    margin: 20px 0;
    border: 1px solid transparent;
    border-radius: 4px
}
.fun-alert {
    margin-bottom: 0;
}
.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.user-info-view h5.title-large,
.verification-view header h5 {
    color: #333;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 5px 14px;
    margin: 5px 9px 14px;
    background: #e3e3e3;
    border: 1px solid #d9d9d9;
}
.verification-view header h5 {
    margin: 0;
}
.form-group {
    float: left;
    padding: 0 25px 0 25px;
    text-align: left;
    width: 50%;
}
.form-group > div {
    margin-top: 10px;
}
.form-group > div:first-child {
    margin-top: 0;
}
.form-group.wide {
    width: 100%;
}
.form-group label {
    padding: 3px 5px 3px 0px;
    line-height: 22px;
    min-width: 110px;
    display: inline-block;

}
.form-group input {
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px 10px;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    width: 250px;
}
.country {
    text-align: right;
}
.country label {
    text-align: left;
    min-width: 80px;
}
.country select {
    float: right;
    height: 28px;
    border: 1px solid #ddd;
    min-width: 250px;
    max-width: 226px;
    max-height: 400px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.country select option {
    padding: 2px 5px;
    text-overflow: ellipsis;
    max-width: 226px;
    white-space: nowrap;
    overflow: hidden;
}
.travel-agent, .newsletter, .isFlight {
    line-height: 34px;
    margin-right: 25px;
    padding: 5px;
}
.travel-agent.no-details, .newsletter.no-details, .isFlight.no-details {
    float: none;
    padding: 0;
    margin-bottom: 25px;
}
.travel-agent span, .newsletter span, .isFlight span {
    float: left;
    font-size: 17px;
    color: #333;
    padding: 0 0 0 25px;
}
.travel-agent .options, .newsletter .options, .isFlight .options {
    float: left;
    margin-left: 10px;
}
.travel-agent label, .newsletter label, .isFlight label {
    font-size: 17px;
    margin-left: 10px;
}

#travel-agent-details {
    display: table;
    margin-bottom: 20px;
}

#travel-agent-details.hidden {
    display: none;
}
.newsletter {
    margin-bottom: 10px;
}

.custom-content-reveal .max-number {
    padding: 0;
    font-size: 15px;
    color: #333;
}

#recaptcha_div  {
    width:100%;
    margin-top: 20px;
    margin-botton: 40px;
}

#recaptcha_div > div > div {
    margin-left: auto;
    margin-right: auto;
}

#recaptcha_area, #recaptcha_table {
    display: inline-block;
    margin: 20px auto 50px;
}
.recaptchatable a,
.recaptchatable a:hover,
.recaptchatable span {
    display: inline;
    font-size: 8pt;
    padding: 0;
}
.custom-content-reveal .recaptchatable a,
.custom-content-reveal .recaptchatable a:hover {
    color: #3b7bcd;
}
.custom-content-reveal .instructions {
    font-size: 18px;
    margin-top: 20px;
}



/* coupons */
.coupon-code {
    width:100%;
    background-color: #fecc67;
    margin: -5px 0 -10px;
    text-align:right;
    font-weight: 700;
    font-size: 16px;
    padding: 8px;
    display:none;
}

#coupon {
    font-size: 16px;
    width: 150px;
    padding: 5px 3px;
    text-align:right;
}

.coupon-verify {
    display: inline-block;
    margin: 10px;
    background: #139A68;
    color: #fff;
    border: 0;
    padding: 8px 15px;
    font-weight: bold;
    cursor:pointer;
}

.verification-view .coupon-total {
    background-color: #139A68;
    font-weight: bold;
    color: #fff;
    display:none;
}

.coupon-verify {
    display: inline-block;
    margin: 10px;
    background: #3B7BCD;
    color: #fff;
}

span.coupon-text {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    display:inline;
    padding:5px;
}

span.coupon-text-title {
    font-weight: 700;
    display: inline;
    color:#333;
    font-size: 16px;
    padding:5px;
}

.total .final-total-price {
    color: #fff;
    font-weight: bold;
}