.large-section-padding {
    padding: 120px 0;
}

.table--style2 {
    border: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #dfe6ec;
    font-size: 14px;
}

.table--style2 thead {
    background-color: transparent;
    border-bottom: none;
}
table thead {
    background-color: #f1f6fb;
    border-bottom: 1px solid #dfe6ec;
}
table * {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.table--style2 > thead > tr > th, .table--style2 > tbody > tr > th, .table--style2 > tfoot > tr > th, .table--style2 > thead > tr > td, .table--style2 > tbody > tr > td, .table--style2 > tfoot > tr > td {
    padding: 10px 20px;
}
table > thead > tr > th {
    text-transform: uppercase;
    vertical-align: middle;
    color: #000;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    padding: 20px 30px;
    line-height: 1.42857143;
    vertical-align: middle;
}

.table--style2 > thead > tr > th, .table--style2 > tbody > tr > th, .table--style2 > tfoot > tr > th, .table--style2 > thead > tr > td, .table--style2 > tbody > tr > td, .table--style2 > tfoot > tr > td {
    padding: 10px 20px;
}

.table--style2 tbody {
    border: 1px solid #dfe6ec;
}

table > tbody > tr {
    border-bottom: 1px solid #dfe6ec;
}

.table--style2 > tbody > tr > td:first-child {
    font-size: 18px;
    font-weight: 700;
}
table > tbody > tr > td:first-child {
    border-right: none;
    position: relative;
}
.table--style2 > thead > tr > th, .table--style2 > tbody > tr > th, .table--style2 > tfoot > tr > th, .table--style2 > thead > tr > td, .table--style2 > tbody > tr > td, .table--style2 > tfoot > tr > td {
    padding: 10px 20px;
}
.table--style2 > tbody > tr > td {
    font-size: 16px;
    font-weight: 600;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    padding: 20px 30px;
    line-height: 1.42857143;
    vertical-align: middle;
}
.table--style2 .point {
    color: #8d9cab;
}


.label-category {
    padding: 4px 9px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    display: inline-block;
}

.table--style2 .sale {
    font-size: 14px;
    display: block;
    color: #8d9cab;
    text-decoration: line-through;
    font-weight: 500;
}

.button--lime.button--bordered {
    color: #0c9153;
}
.button--bordered {
    background-color: transparent !important;
    color: #000;
}
.button--lime {
    background-color: #8ad524;
    border-color: #8ad524;
    color: #fff;
}
.button--xs {
    font-size: 12px;
    padding: 0.375rem 0.881rem;
}
.crumina-button {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    padding: 5px 10px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    outline: none;
    border: 3px solid;
}
.label--yellow {
    background-color: #ffd200;
}

.label--red {
    background-color: #ff0173;
}

.label--green {
    background-color: #8ad524;
}

@media (max-width: 768px){
.table--style2 > thead > tr > th, .table--style2 > tbody > tr > th, .table--style2 > tfoot > tr > th, .table--style2 > thead > tr > td, .table--style2 > tbody > tr > td, .table--style2 > tfoot > tr > td {
    padding: 5px 10px;
}}

@media (max-width: 480px){
table {
    font-size: 10px;
}}
@media (max-width: 768px){
table {
    border-radius: 10px;
}}

@media (max-width: 768px){
.table--style2 > thead > tr > th, .table--style2 > tbody > tr > th, .table--style2 > tfoot > tr > th, .table--style2 > thead > tr > td, .table--style2 > tbody > tr > td, .table--style2 > tfoot > tr > td {
    padding: 5px 10px;
}}