/*table*/
.table-style-001 table th:nth-child(1) {
    padding: 5px 10px;
    line-height: 1;
    text-align: center;
    background: #d80017;
    border-color: #dee2e6;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.table-style-001 table th {
    padding: 5px 10px;
    line-height: 1;
    text-align: left;
    font-size: 14px;
}
table.table-bordered {width: 100% !IMPORTANT;}

/*products*/
@media only screen and (max-width: 480px){
.sppb-section:not(.spectrum-faq-list) .table-style-001.sppb-addon-feature .sppb-addon-title {
    margin-bottom: 15px !important;
}}

/*list-icon-001*/
.list-icon-001 ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0;
}
.list-icon-001 ul li {
    margin: 0px;
    padding-left: 25px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
}
.list-icon-001 ul li:before {
    color: #eb1f27;
    content: '\f00c';
    font-family: fontawesome;
    margin-right: 10px;
    margin-left: -25px;
}

/*table*/
@media(min-width:992px){
table {
    width: 100% !IMPORTANT;
  }}

/*products img*/
@media(Max-width:991px){
.products-img-mobile img {
    width: 250px;
}}
@media(max-width:991px){
.box-shadow-mobile .clearfix {
    box-shadow: none !important;
  }

.products-img-mobile img {
    margin-top: 30px;
}}

/*group-of-companies*/
.group-companies-logo img {
    width: 250px;
}

/*table*/
.table-style-001.blue-table table th:nth-child(1) {
    background: #2580d3;
}
.table-style-001.green-table table th:nth-child(1) {
    background: #39913e;
}
.table-style-001.orange-table table th:nth-child(1) {
    background: #f38606;
}