.bt_adf_open_search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

.bt_adf_open_search i {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.bt_ads_searchtop {
    display: inline-block;
    width: 100%;
    height: auto;
}

.bt_adf_btn_search {
    border: none;
    color: #FFF;
    font-size: 16px;
    border-radius: 2px;
    background: #e75411;
    height: 40px;
    cursor: pointer;
}

#bt_adf_quicksearchform {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 11;
    height: 40px;
}

#bt_adf_quicksearchform .form-control {
    width: 100%;
}

#bt_adf_quicksearchform button {
    cursor: pointer;
    width: 60px;
}

.bt-ads-resultTotal {
    padding: 5px 10px;
    text-align: right;
    font-size: 13px;
}



.bt-ads-buttonsearch {
    background: #e75411;
    color: #FFF !important;
}

.bt-ads-buttonsearch:hover {
    background: #d45d0b;
    color: #FFF;
}

.lastupdatePrice {
    font-size: 10px;
    display: block;
}

#layered_block_left {
    display: none !important;
}

.bt-ads-quicksearch-content{
    display: flex;
    position: absolute;
    flex-direction: column;
    background-color: var(--secondary-color);
    border-radius: 5px;
}

.bt-ads-quicksearch {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: #FFF;
    border: 1px solid #e1e1e1;
    z-index: 80;
    padding: 10px;
    border-bottom: none;
}

.bt-ads-btn-container {
    text-align: center;
    background: #FFF;
    display: inline-block;
    width: 100%;
    padding: 13px;
    border: 1px solid #e1e1e1;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    position: relative;
}

.bt-ads-quicksearch-container {
    display: none;
    z-index: 80;
    position: relative;
    width: 100%;
    background: #FFF;
}

.bt-ads-quicksearch-container.bt-ads-active {
    display: block;
}

.bt-ads-quicksearch .product-container {
    display: flex;
    flex: 1 1 calc(33.33% - 20px);
    padding: 10px;
    margin: 10px;
    cursor: pointer;
    transition: all 0.15s ease;
    background: #FFF;
    border-radius: 2px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
    justify-content: space-between;
}

.bt-ads-quicksearch .content_price{
   border-bottom: solid 2px var(--secondary-color);
   margin-bottom: 3px;
}

.bt-ads-quicksearch .product-container:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: scale(1.01);
}

.bt-ads-quicksearch .product-container .right-block {
    padding-left: 30px;
    flex-grow: 1;
}

.bt-ads-quicksearch .product-container .grid-name {
    font: normal 14px/21px "Roboto", sans-serif;
    margin-bottom: 5px;
    color: #252a33;
}

.bt-ads-quicksearch .product-container .grid-name strong {
    color: #e75411;
}

.bt-ads-quicksearch .product-container .price {
    font: bold 18px/28px "Roboto", sans-serif;
    white-space: nowrap;
}

.bt-ads-quicksearch .bt-ads-nofound {
    padding: 10px 30px;
    font-size: 16px;
    text-align: center;
    color: #999;
}

.bt-ads-quicksearch .product-image-container {
    display: block;
    position: relative;
}

.bt-ads-quicksearch .img-responsive {
    display: block;
    max-width: 100px;
    height: auto;
    margin: 0 auto;
}

/* Responsiveness for smaller screens */
/* @media (max-width: 768px) {
    .bt-ads-quicksearch .product-container {
        flex: 1 1 100%;
        margin: 5px 0;
    }
} */
