/* ======================================================================
  Summary table
======================================================================== */
.v2-summary-table {
	margin-bottom: 40px;
}

.v2-summary-item {
	border-width: 1px 0 0 0;
	border-style: solid;
	padding: 20px 0 0;
	margin: 20px 0 0;
	font-size: 14px;
}

.v2-summary-table .v2-summary-item:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.v2-summary-totals {
	border-width: 2px 0 0 0;
	border-style: solid;
	font-weight: 400;
	font-size: 18px;
}

.v2-summary-item-room-name {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 5px 0;
}

@media (max-width: 480px) {
	.v2-summary-item-room-name {
		margin: 0;
	}
}

.v2-summary-table p {
	margin: 0;
}

.v2-summary-table p i {
	margin-right: 3px;
}


@media (max-width: 992px) {
	.v2-summary-item-details {
		margin: 0 0 15px;
	}

	.v2-summary-extras .v2-summary-item-details {
		margin: 0;
	}
}

.v2-summary-item .v2-dynamic-discount {
	font-weight: 300;
	font-size: 12px;
}

/* Item subtotals */
.v2-summary-item-subtotals {
	display: table;
	width: 100%;
}

.v2-summary-item-subtotals  .v2-summary-item-subtotal-row {
	display: table-row;
	
}

.v2-summary-item-subtotals  .v2-summary-item-subtotal-row  .v2-summary-item-subtotal-cell {
	display: table-cell;
	padding-bottom: 7px;
}



/* ==================================
  Summary table in c_2
===================================== */
.c_2 .v2-summary-table .v2-summary-item {
	margin: 20px 20px 0;
	display: block;
}

.c_2 .v2-summary-item i {
	margin-right: 3px;
}

.c_2 .v2-summary-table > tbody:first-child > tr:nth-child(3) {
	border-top: 0;
}

.c_2 .v2-summary-item-room-name {
	display: block;
	padding: 0 0 0 18px;
	position: relative;
	cursor: pointer;
}

.c_2 .v2-summary-item.v2-summary-extras .v2-summary-item-room-name {
	padding: 0;
}

.c_2 .v2-summary-item .v2-summary-item-room-name:before {
	display: block;
    position: absolute;
    font-family: 'fontello';
    left: 0;
    top: 50%;
    width: 15px;
    text-align: center;
    font-size: 11px;
    margin-top: -8px;
    font-weight: 300;
}

.c_2 .v2-summary-item .v2-summary-item-room-name.colapsed:before {
	content: '\e801';
}

.c_2 .v2-summary-item .v2-summary-item-room-name.expanded:before {
	content: '\e802';
}

.c_2 .v2-summary-item .v2-summary-item-room-desc {
	display: block;
	margin: 0 0 5px 0;
	padding-left: 18px;
}

.c_2 .v2-summary-item .v2-summary-item-room-desc p {
	font-size: 12px;
}

.c_2 .v2-summary-item .v2-summary-item-room-guests {
	padding-left: 18px;
}

.c_2 .v2-summary-item-subtotals td.v2-float-left {
	text-align: left;
	padding-right: 15px;
	width: 70%;
	margin-bottom: 10px;
}

.c_2 .v2-summary-item-subtotals td.v2-float-right {
	padding-left: 15px;
	width: 30%;
}

.c_2 .v2-summary-extras tr {
	margin: 0 0 10px 0;
}

.c_2 .v2-summary-extras .v2-float-left {
	width: 80%;
	padding-right: 15px;
}

.c_2 .v2-summary-extras .v2-float-right {
	width: 20%;
	padding-left: 15px;
}

.c_2 .v2-summary-table .v2-summary-totals tr {
	margin: 0 0 10px; 
}

