
.attention-section h4 {
    font-size: 21px;
    line-height: 24px;
    border-bottom: 3.7px solid #000;
    padding-bottom: 4px;
    /*font-family: 'Futura';*/
    font-family: "europabold";
    font-weight: bold;
}
.products-table span {
    display: block;
    font-family: "Futura";
    font-weight: 500;
}
.products-table .table > thead > tr > th {
    background: #414141;;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 900;
    padding: 6px 26px;
    border: 1px solid #231f20;
    font-family: var(--font-avenir);
    text-transform: uppercase;
}
.products-table table {
    border: 1px solid #231f20;
    margin: 20px 0;
    width: 100%;
    border-collapse: collapse;
}
.products-table .table > tbody > tr > td {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    font-family: var(--font-avenir);
    text-transform: uppercase;
}
.products-table .table > tbody > tr > td {
    border: 1px solid #000;
    padding: 5.5px 15px;
}

.products-table .table tr {
    border-bottom: 1px solid #000;
}

.attention-section .form-select::-ms-expand {
    display: none;
}
.attention-section .form-select:focus-visible{
    border-radius: 0px;
    outline: none;
}
.attention-section .form-select {
    display: inline-block;
    box-sizing: border-box;
    padding: 9px 35px 9px 10px;
    border: 1px solid #616161;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-image: url(../images/down-arrow.svg);
    background-position: calc(100% - 10px);
    background-size: 4%;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    line-height: normal;
    color: #9C9C9C;
    font-weight: 400;
    font-family: var(--font-avenir);
}
.select-width .filter.tool input {
    padding: 9px 35px 9px 10px !important;
    height: auto;
    color: #000;
    border: 1px solid #616161 !important;
    font-size: 14px;
}
.select-width .filter {
    background: #fff;
}
.select-width .filter.tool input::-webkit-input-placeholder {
    color: #9C9C9C;
}
.select-width .filter.tool input:-ms-input-placeholder {
    color: #9C9C9C;
}
  
.select-width .filter.tool input::placeholder {
    color: #9C9C9C;
}

.ui-widget-content {
    padding: 0;
    border: 0;
}
.ui-menu.ui-widget-content li.ui-menu-item,
.ui-menu.ui-widget-content li {
    margin: 0;
    width: 100%;
    color: #fff;
    font-weight: 500;
    background: #414141;
    border: 0;
    padding: 5px 20px;
    font-size: 14px;
    cursor: pointer;
    border: none !important;
}
.ui-menu.ui-widget-content li div,
.ui-menu.ui-widget-content li:hover div {
    background: transparent;
    border: none !important;
    color: #fff;
}
.ui-widget-content.ui-menu li span.dots {
    text-align: center;
    width: 100%;
    display: inline-block;
}
.ui-widget-content.ui-menu li.ui-menu-item:hover {
    background: #5c5c5f;
}
.ui-menu.ui-widget-content li span.dots img {
    height: 8px;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}
.attention-section .form-select option {
    background-color: #86888b;
    color: #fff;
}
.attention-section .form-select option[selected] {
    background-color: #5c5c5f;
}

.select-width{
    width: 50%;
    padding: 0px 10px;
    position: relative;
}

.product-selection .row{
    margin-right: -10px;
    margin-left: -10px;
}
.product-selection {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.table-responsive {
    overflow-x: auto;
}

.hidden {
    display: none !important;
}
/* .ui-helper-hidden-accessible{
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}
.ui-helper-hidden-accessible > div{
    text-align: center;
} */