.bxr-searchtitle {
    margin: 0;
}
.bxr-searchtitle form {
    margin-bottom: 0;
}
.bxr-searchtitle .bx-block-title {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 600;
}
.bxr-searchtitle .bx-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dfe6ec;
    padding-right: 0px;
    background: #fff;
}
.bxr-searchtitle .bx-input-group {}
.bxr-searchtitle .bx-input-group .bx-form-control {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #909090;
    border: none;
    border-right: none;
    border-radius: 2px 0 0 2px;
    outline: none;
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bxr-searchtitle .bx-input-group input[placeholder]
,.bxr-searchtitle .bx-input-group input::-moz-placeholder 
,.bxr-searchtitle .bx-input-group input:-moz-placeholder
,.bxr-searchtitle .bx-input-group input:-ms-input-placeholder {
    color: #cad5db;
}


.bx-ios .bxr-searchtitle .bx-input-group .bx-form-control {
    /* Fix of input shadow for IOS browsers. */
    background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
    background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bxr-searchtitle .bx-input-group-btn {
    position: relative;
    font-size: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.bxr-searchtitle .bx-input-group-btn button {
    position: relative;
    border: none;
    background-color: #fff; 
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    padding: 9px 12px;
    /* border: 1px solid #fff; */
    border-radius: 0;
    color: #e0e7ec;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 8px 7px 6px;
    font-size: 14px;
    line-height: 17px;
    /*margin-top: -2px;*/
    width: 100%;
    max-width: 27px;
    border-left: 1px solid #e0e7ec;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.bxr-searchtitle .bx-input-group-btn button:focus {
    outline: none;
}

.bxr-searchtitle .bx-input-group-btn button:hover {
    /*background-color: #ddd;*/
}

div.title-search-result {
    border:1px solid #c6c6c6;
    display:none;
    overflow:hidden;
    z-index:999;
    min-width: 370px;
    margin-top:-3px;
    background-color: #FFF;
}

div.title-search-fader {
    display:none;
    background-image: url('images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position:absolute;
}

p.title-search-preview {
    font-size:12px;
}
div.title-search-result td.title-search-price span {
    font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
    background: #fafafa;
    float: left;
    width: 67px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    bottom: 0;
}
.bx_searche .bx_item_block{
    min-height: 65px;
    position: relative
}
.bx_searche .bx_image{
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
    /*float: left;*/
    padding-left: 10px;
    margin-left: 70px;
}
.bx_searche .bx_item_element hr{
    margin: 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
    margin-top: 10px;
    display: inline-block;
    color: #4788cb;
    font-size: 13px;
    text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
    font-weight:bold;
    font-size:13px;
}
.bx_searche .bx_price .old{
    font-weight:normal;
    text-decoration: line-through;
    color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
    min-height: 0;
    padding: 0 0 12px;
    line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
    display: block;
    font-size: 12px;
    color: #a7a7a7;
    padding-top: 15px;
    padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
    margin-top: 0;
}

.bxr-searchtitle .btn.btn--search {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    background-color: #F2F1F1;
    transition: background .3s ease;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
}
.bxr-searchtitle .btn.btn--search:hover {
    background-color: var(--primary-color)
}

.bxr-searchtitle .btn.btn--search .svg {
    display: flex;
}

.bxr-searchtitle .btn.btn--search .svg svg {
    stroke: var(--primary-color);
    fill: transparent
}

.bxr-searchtitle .btn.btn--search:hover .svg svg {
    stroke: white;
}

.search-modal {
    position: fixed;
    inset: 0;
    z-index: 4000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}
.search-modal.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.search-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(29, 29, 29, 0.55);
    cursor: pointer;
}
.search-modal__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    background: var(--block-backgorund-color, #fff);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
    padding: 1.25rem 0;
    transform: translateY(-16px);
    transition: transform .25s ease;
}
.search-modal.show .search-modal__panel {
    transform: translateY(0);
}
.search-modal__form {
    display: flex;
    align-items: center;
    gap: .75rem;
}
.search-modal__input {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 3rem;
    padding: 0 1rem;
    border: 1px solid #DFE6EC;
    border-radius: var(--btn-border-radius, 100px);
    background: #fff;
    color: var(--default-text-color, #1D1D1D);
    font-family: var(--main-font-family, Inter, sans-serif);
    font-size: 1rem;
}
.search-modal__input:focus {
    border-color: var(--primary-color);
}
.search-modal__submit,
.search-modal__close {
    flex: 0 0 auto;
}
.search-modal .btn.btn--search {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #F2F1F1;
    transition: background .3s ease;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    margin-top: 0;
}
.search-modal .btn.btn--search .svg {
    display: flex;
}
.search-modal .btn.btn--search .svg svg {
    stroke: var(--primary-color);
    fill: transparent;
}
.search-modal .btn.btn--search:hover {
    background-color: var(--primary-color);
}
.search-modal .btn.btn--search:hover .svg svg {
    stroke: white;
}
.search-modal .btn.search-modal__submit {
    background-color: var(--primary-color);
}
.search-modal .btn.search-modal__submit .svg svg {
    stroke: white;
}
.search-modal .btn.search-modal__submit:hover {
    background-color: var(--secondary-color, #1D1D1D);
}

body.search-open .title-search-result {
    z-index: 4100;
}

@media (max-width: 600px) {
    .search-modal__panel {
        padding: 1rem 0;
    }
    .search-modal__form {
        gap: .5rem;
    }
    .search-modal__input {
        height: 2.75rem;
        font-size: .95rem;
        padding: 0 .85rem;
    }
    div.title-search-result {
        min-width: 0;
        width: calc(100% - 2rem);
    }
}