.accordion .card-header-product-list:after {
    font-family: 'FontAwesome';
    content: "\f068";
    color: #000000 !important;
    font-size: 16px;
    padding: 10px;
}

.accordion .card-header-product-list.collapsed:after {
    content: "\f067";
    color: #000000 !important;
    font-size: 16px;
    padding: 10px;
}

.card-header-product-list {
    padding: 5px 0px 5px 5px;
}

.accordion .card-header-product-list-element:after {
    font-family: 'FontAwesome';
    content: "\f068";
    color: #000000;
    font-size: 16px;
    padding: 10px;
}

.accordion .card-header-product-list-element.collapsed:after {
    content: "\f067";
    color: #000000 !important;
    font-size: 16px;
    padding: 10px;
}

.card-header-product-list-element {
    padding: 5px 0px 5px 5px;
}

.adjust-icon {
    margin-top: -25px;
    margin-left: 16%;
}

.Checkbox_brand {
    color: #575757;
    font-size: 14px;
    font-weight: bold;
}

.fixed_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 100000;
}

.sticky_bottom {
    background: #131313;
    z-index: 99998;
}

.s_button {
    margin-right: 20px;
}

.fixed_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 100000;
}

.sticky {
    background: #131313;
    z-index: 99998;
}

.s_button {
    margin-right: 20px;
}

.box-content-modal .btn-modal .btn {
    background-color: rgb(199, 8, 27) !important;
}

.nav-prex-next .text-right .btn .btn-primary .btn-sm {
    background-color: rgb(199, 8, 27) !important;
}

.col-md-12 .btn,
.contact-us-page .col-md-12 .btn {
    background-color: rgb(199, 8, 27) !important;
}

.boarder_2_red {
    border: 2px solid rgb(199, 8, 27) !important;
}

.my-table thead th {
    background-color: #000000 !important;
}

.kgtloadmore {
    padding: 5px 20px;
}