.price-list-table {
    font-family: 'montserrat';
    text-align: left;
    
}
.price-list-table .table thead th,
.price-list-table .table td {
    border: 0;
}

.price-list-table .table thead th {
    text-decoration: uppercase;
}

.price-list-table td {
    padding: 2rem 1rem;
}

.price-list-table p {
    margin-bottom: 0 !important;
}

/* Price list table */
.section-price-list {
    padding: 80px 10px 80px 0px;
}

.section-price-list .row-heading {
	align-items: center;
}

.section-price-list .row-heading .col-12 {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.section-price-list .row-heading h2 {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 1rem;
}

.section-price-list .button {
	display: inline-block;
    background-color: #C6A560;
    color: #fff;
    padding: 0.5rem 0.75rem;
    text-align: center;
    border: 2px solid #C6A560;
    text-transform: uppercase;
}

.section-price-list .button:hover,
.section-price-list .button:focus,
.section-price-list .button:active {
	color: #c6a560;
	background-color: #fff;
	text-decoration: none;
}

.price-list-table::-webkit-scrollbar-thumb {
	background: #C6A560;
}

.price-list-table::-webkit-scrollbar-thumb:hover {
	background: #CFB87C;
}

.price-list-table .row-heading a {

}

.section-price-list .card,
.price-list-table .table {
	box-shadow: 0px 3px 20px #00000014;
	margin-bottom: 0;
	border: 0;
}

.row-table {
    margin-bottom: 2.5rem;
}

.row-table:last-child {
	margin-bottom: 0;
}

.price-list-table .table thead th,
.price-list-table .table td {
    border-top: 0;
	border-bottom: 0;
	border-right: 1px solid #707070;
}

.price-list-table .table thead th:last-child,
.price-list-table .table td:last-child {
	border-right: 0;
}

.price-list-table .table thead th {
    text-transform: uppercase;
	font-weight: 600;
	white-space: nowrap;
}

.price-list-table tr {
}

.price-list-table th, 
.price-list-table td {
	vertical-align: middle;
}

.price-list-table th {
	padding: 1rem;
}

.price-list-table td {
	padding: 1.5rem 1rem;
}

.price-list-table td ul,
.price-list-table td p {
    margin-bottom: 0;
}

.price-list-table td ul {
    padding-left: 1rem;
}

.section-price-list .card {
	display: none;
}

.section-price-list .card .card-content,
.section-price-list .card .card-title {
    padding: 1rem;
    margin-bottom: 0;
}

.section-price-list .card .card-content ul,
.section-price-list .card .card-content p {
	margin-bottom: 0
}

.section-price-list .card .card-content ul {
	padding-left: 1rem;
}


@media only screen and (min-width: 991px){
	.price-list-table.column-4 .table thead th:first-child {
		width: 50%;
	}
	.price-list-table.column-4 .table thead th {
		max-width: 50%;
		min-width: 15%;
		width: calc(50% / 3);
	}

	.price-list-table.column-3 .table thead th:first-child {
		width: 50%;
	}
	.price-list-table.column-3 .table thead th {
		max-width: 50%;
		min-width: 25%;
		width: 25%;
	}

	.price-list-table.column-2 .table thead th {
		width: 50%;
	}
}
@media only screen and (max-width: 991px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
	.section-price-list .mobile-card .table {
		display: none;
	}
	.section-price-list .mobile-card .card {
		display: block;
	}

	.section-price-list .row-heading .col-12 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	
}
