.bx_smart_searche.theme-black .product .btn {
    padding-left: 24px;
    padding-right: 8px;
    margin-bottom: 18px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bx_smart_searche.theme-black .product .btn .default-button {
    min-height: 35px;
    font-size: 14px;
    padding: 5px 24px 5px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx_smart_searche.theme-black .product .btn .question_price {
    padding: 5px 24px;
}

.bx_smart_searche.theme-black .product .btn i {
    transform: scale(0.9);
}

.bx_smart_searche .bx_item_block.all_result {
    margin-top: 20px;
}

.bx_smart_searche .bx_item_block_item_info {
    display: flex;
    flex-direction: row-reverse;
}

.bx_smart_searche .bx_item_block_item_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
    padding-left: 16px;
    margin-right: auto;
}

.bx_smart_searche .bx_item_block_item_image {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    height: 85px;
    min-height: 85px;
    max-height: 85px;
    margin-right: 16px;
    margin-left: 24px;
    margin-top: 4px;
    /*border: 1px solid gray;*/
}

.bx_smart_searche .bx_item_block_item_image img {
    /*object-position: top center;*/
    /*object-fit: cover;*/
    object-position: right;
    object-fit: contain;
}

.bx_smart_searche .bx_item_block_item_price {
    display: block;
    padding-left: 0;
    font-size: 18px;
    font-weight: bold;
    margin-right: 18px;
    padding-top: 2px;
}

.bx_smart_searche .bx_item_block_href {
    margin-bottom: 8px;
}

.bx_smart_searche .product {
    position: relative;
}

.bx_smart_searche .bx_item_block_item_name {
    line-height: 21px;
    height: 39px;
}

.title-search-result {
    min-width: 450px !important;
    height: calc(100vh - 130px) !important;
    max-height: 600px !important;
}

.title-search-result .bx_smart_searche {
    height: 100%;
    max-height: calc(100vh - 111px) !important;
    overflow: scroll !important;
}

@media only screen and (min-width: 1023px) {
    .bx_smart_searche.theme-black .product .btn .default-button {
        width: 180px;
    }
}

@media only screen and (max-width: 1023px) {
    .title-search-result {
        min-width: unset !important;
    }
    .bx_smart_searche .bx_item_block_item_name {
        line-height: 18px;
        height: 36px;
    }
    .bx_smart_searche.theme-black .product .btn .default-button {
        width: 160px;
    }
    .bx_smart_searche .bx_item_block_item_image {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        height: 85px;
        min-height: 85px;
        max-height: 85px;
    }
}

@media only screen and (max-width: 370px) {
    .bx_smart_searche .bx_item_block_item_price {
        bottom: 33px;
    }
    .bx_smart_searche.theme-black .product .btn .default-button {
        width: unset;
        padding: 0 14px;
    }
    .bx_smart_searche .bx_item_block_item_price {
        font-size: 16px;
    }
    .bx_smart_searche .bx_item_block_item_image {
        width: 80px;
        min-width: 80px;
        max-width: 80px;
        height: 65px;
        min-height: 65px;
        max-height: 65px;
    }
    .bx_smart_searche.theme-black .product .btn {
        margin-bottom: 20px;
    }
}