/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.index-block__arrow .svg {
    top: 7px;
}


[data-class="associated-list-inner"] .flexbox{
    display: -webkit-box;
}

[data-class="associated-list-inner"] .bordered{
    border: 0px solid #ededed;
    border-color: var(--stroke_black);
}

.detail-block table{
    width: 100%;
    border: 0 solid #f8f8f8;
}
.detail-block tr{
    height: 10px;
    font-weight: 400;
    color: #fff;
}

.detail-block td{
    height: 16px;
    font-size: 15px;
    font-weight: 700;
    color: #313131;
    background-color: #f9f9fa;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

