

/*Style 2*/
.collapse-style-2 .card {
    border-color: transparent;
}

.collapse-style-2 .card + .card {
    margin-top: 5px;
}

.collapse-style-2 .card-header {
    background-color: transparent;
    padding: 0;
}

.collapse-style-2 .card-header a {
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
}

.collapse-style-2 .card-header a.collapsed {
    background-color: #333333;
}

.collapse-style-2 .card-header a:after {
    font-family: "FontAwesome";
    content: "\f106";
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: 300;
    top: 50%;
    line-height: 1;
    margin-top: -7px;
}

.collapse-style-2 .card-header a.collapsed:after {
    content: "\f107";
}

.collapse-style-2 .card-block {
    border-top: none !important;
    background-color: transparent;
    padding: 15px 0;
}

.collapse-style-2 .card-block.p-15 {
    padding: 15px;
}

/**************************************************************************/

.collapse-style-2 .pr-10 {
    padding-right: 10px;
}

.collapse-style-2 .card + .card {
    margin-top: 10px;
}

.collapse-style-2 h4.mb-0 {
    margin: 0;
}

.collapse-style-2 .card-block {
    border-top: none !important;
    background-color: transparent;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.7);
}

.collapse-style-2 .card-header a {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.collapse-style-2 .card-header a.collapsed:hover {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.collapse-style-2 .card-header a.collapsed {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}


.faq-section .table {
    margin-bottom: 0;
}
.faq-section table.shipping-cost thead th {
    text-align: center;
}
.faq-section table.shipping-cost > tbody > tr > td {
    vertical-align: middle;
}
.faq-section table.vertical-middle > tbody > tr > td {
    vertical-align: middle;
}
.faq-section table.shipping-cost > tbody > tr > td.price {
    text-align: center;
}

.faq-section .table-colored tr.product-name > td {
    text-align: center;
    font-weight: 700;
}
.faq-section .table-colored tr.title > td {
    /*background-color: #09afdf;*/
    /*color: #ffffff;*/
    text-align: center;
    font-weight: 700;
    /*background-color: rgba(9, 175, 223, 0.2);*/
    background-color: rgba(192, 152, 83, 0.3);
    color: #333333;
}

.faq-section .table-colored tr > .td-title {
    /*background-color: #09afdf;*/
    /*color: #ffffff;*/
    text-align: center;
    font-weight: 700;
    /*background-color: rgba(9, 175, 223, 0.2);*/
    background-color: rgba(192, 152, 83, 0.3);
    color: #333333;
}
















