:root {
    --p: #008e11;
    --pi: #fff;
    --s: #0051d4;
    --si: #fff;
    --primary: #008e11;
    --secondary: #0051d4;
    --theme-color-primary: #008e11;
    --theme-color-second: #0051d4;
    --theme-color-light: #f0f6f8;
    --theme-b-link: #44b1c9;
    --theme-b-link-hover: #5cc3d1;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #0083d1;
    --theme-b-bd-primary: #0083d1;
    --theme-b-sd-primary: rgba(0, 131, 209, 0.5);
    --theme-b-tx-primary-hover: #fff;
    --theme-b-bg-primary-hover: #5ca6e4;
    --theme-b-bd-primary-hover: #5599d2;
    --theme-b-tx-primary-active: #fff;
    --theme-b-bg-primary-active: #5ca6e4;
    --theme-b-bd-primary-active: #5599d2;
    --theme-b-tx-primary-disabled: #fff;
    --theme-b-bg-primary-disabled: #5599d2;
    --theme-b-bd-primary-disabled: #4d8bbf;
}

.d_tabproducts .product .product__price .request{
    font-size: 38px;
    color: black;
}

.dtable{
    display: table;
    width: 100% !important;
}
.dtablerow{
    display: table-row;
}

.ajaxsearch__wrapper{
    position: relative;
}
.ajaxsearch__suggest_wrapper{
    position: absolute;
    width: 100%;
    line-height: initial;
}
.ajaxsearch__suggest{
    padding: 5px 0 0 100px;

    border: 1px solid #ccc;
    background-color: white;
    font-size: 33px;
    line-height: initial;
}
.ajaxsearch__suggest > div{
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
}
.ajaxsearch__more{
    text-align: right !important;
    padding-right: 12px;
    color: black;

}
.ajaxsearch__title{
    font-size: 100%;
    line-height: inherit;
}
.ajaxsearch__art{
    font-size: 80%;
    color: black;
    line-height: inherit;
}


