/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.filter-by-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-by {
    margin-right: -0.9375rem;
    margin-left: 0.9375rem;
    text-align: right;
    word-break: break-word;
    white-space: normal;
    color: #7a7a7a;
    font-size: .875rem;
}
.products-sort-order .select-title.filter-by-select {
    font-size: .875rem;
    display: flex;
    flex-wrap: nowrap;
}
.filter-by-select i {
    height: 20px;
    line-height: inherit;
}

.products-sort-order .select-title.filter-by-select > span {
        text-overflow: ellipsis;
    flex: 0 0 auto;
    flex-basis: calc(100% - 24px);
    max-width: calc(100% - 24px);
    overflow: hidden;
}

.seller-filter-product-search {
    position: relative;
}

.seller-filter-product-search input {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    font-size: 14px;
    height: 40px;
    padding-left: 15px;
}

.seller-filter-product-search .button {
    background-color: transparent;
    border: medium;
    font-size: 0;
    height: 100%;
    position: absolute;
    background-image: none;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px;
    cursor: pointer;
}

.seller-filter-product-search .icon_search {
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: -10px;
    top: 8px;
    width: 40px;
}

.seller-filter-product-search .icon_search i::before {
    content: 'search';
}

.seller-rating {
    background-color: #fff;
}

.seller-rating__row {
    display: flex;
    /* justify-content: space-between; */
}

.seller-rating__img {
    width: 80px;
    margin-left: auto;
    margin-right: 15px;
}

.seller-rating__grade {
    width: 25px;
}

.seller-rating-feedback {
    background-color: #fff;
}

.seller-rating-feedback__response {
    padding-left: 10px;
    margin-left: 5px;
    border-left: 1px solid #ddd;
}

body#seller #search_widget {
    display: none
}

