.strb-form-quick-search {
    position: relative;
}

.strb-header-search-wrapper {
    border: 2px solid var(--strb-theme-primary);
    position: relative;
    display: flex;
    align-items: center;
}

.strb-header-search-box {
    width: 78%;
}
.strb-header-search-box input {
    background-color: transparent;
}

.strb-header-search-box input {
    background-color: #fff;
    border: 0;
    color: unset;
    font-family: var(--strb-ff-jost);
    height: 46px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}

.strb-header-search-wrapper input[type=email], 
.strb-header-search-wrapper input[type=number], 
.strb-header-search-wrapper input[type=password], 
.strb-header-search-wrapper input[type=search], 
.strb-header-search-wrapper input[type=tel], 
.strb-header-search-wrapper input[type=text], 
.strb-header-search-wrapper input[type=url], 
.strb-header-search-wrapper textarea {
    background-color: #fff;
    border: 1px solid #e0e2e3;
    color: var(--strb-common-black);
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    outline: none;
    padding-left: 26px;
    padding-right: 26px;
    width: 100%;
}

.strb-header-search-category {
    cursor: pointer;
    float: left;
    height: 46px;
    padding-inline-end: 46px;
    position: relative;
    width: 22%;
}

.strb-header-search-category .product-category-label {
    align-items: center;
    border-right: none;
    display: flex;
    gap: 10px;
    height: 100%;
    padding-left: 15px;
    padding-right: 30px;
    position: relative;
    white-space: nowrap;
}

.strb-form-quick-search select {
    border: 0;
    height: 100%;
}

.strb-header-search-category select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 100%;
    left: auto;
    opacity: 0;
    min-height: 42px;
    padding-left: 15px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
.strb-header-search-category select option {
    padding: 6px 0;
}
.strb-header-search-btn {
    z-index: 11;
}

.strb-header-search-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.strb-header-search-wrapper [type=button]:not(:disabled), 
.strb-header-search-wrapper [type=reset]:not(:disabled), 
.strb-header-search-wrapper [type=submit]:not(:disabled), 
.strb-header-search-wrapper button:not(:disabled) {
    cursor: pointer;
}


.strb-header-search-btn button {
	--strb-btn-color: #fff;
	background-color: var(--strb-theme-primary);
	color: var(--strb-btn-color);
	line-height: 46px;
    height: 46px;
	width: 70px;
	border-radius: 0 !important;
	position: absolute;
	top: 0;
	right: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;
	
}

.strb-header-search-box input {
    background-color: #fff;
    border: 0!important;
    color: unset;
    font-family: var(--primary-font);
    height: 46px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}

.strb-header-search-category:after {
    background-color: rgba(1,15,28,.3);
    content: "";
    height: 20px;
    left: -15px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 1px;
}


.strb-header-search-wrapper [type=button], 
.strb-header-search-wrapper [type=reset], 
.strb-header-search-wrapper [type=submit], 
.strb-header-search-wrapper button {
    -webkit-appearance: button;
}

.strb-form-quick-search .strb-quick-search-results.show {
    opacity: 1;
}

.strb-form-quick-search .strb-quick-search-results {
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    color: var(--bs-emphasis-color);
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all .4s ease;
    width: 100%;
    z-index: 10;
}

.strb-form-quick-search .strb-quick-search-content {
    max-height: 30rem;
    overflow: auto;
}

.strb-quick-search-content .strb-quick-search-list {
    padding: 20px;
}
.strb-form-quick-search .strb-quick-search-item {
    display: flex;
    gap: .75rem;
    padding: .5rem 1.5rem .5rem 1rem;
    width: 100%;
    align-items: center;
}
.strb-form-quick-search .strb-quick-search-item-image {
    flex: 0 0 auto;
    width: 15%;
}
.strb-form-quick-search .strb-quick-search-item-info {
    flex: 1 1 auto;
    width: 85%;
}
.strb-form-quick-search .strb-quick-search-item-name {
    font-weight: 500;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--strb-common-black);
    margin-bottom: 8px;
    font-family: var(--strb-ff-jost);
    font-size: 17px;
}
.strb-form-quick-search .strb-quick-search-item-rating {
    align-items: center;
    display: flex;
    gap: .25rem;
    line-height: 1;
    margin-bottom: 7px;
    font-family: var(--strb-ff-jost);
}
.strb-form-quick-search .strb-quick-search-item-price {
    align-items: center;
    display: flex;
}
.strb-form-quick-search .strb-quick-search-item-price > span,
.strb-form-quick-search .strb-quick-search-item-price > ins{
    font-weight: 500;
    font-size: 15px;
    color: var(--strb-common-black);
    text-decoration: none;
    font-family: var(--strb-ff-jost);
    line-height: 1;
}
.strb-form-quick-search .strb-quick-search-item-price ins{
    text-decoration: none;
    margin-right: 6px;
}
.strb-form-quick-search .strb-quick-search-item-price del{
    margin-right: 6px;
    color: var(--strb-text-1);
    font-size: 13px;
    line-height: 1;
}

.strb-form-quick-search .strb-quick-search-item-price .new-price {
    font-size: 15px;
    font-weight: 500;
}

.strb-product-rating {
    --strb-rating-size: 80px;
    height: calc(var(--strb-rating-size)/5);
    position: relative;
    width: var(--strb-rating-size);
}

.strb-form-quick-search .strb-quick-search-item-rating>span {
    color: #95999d;
    font-size: .75rem;
    margin-left: -8px;
}

.strb-product-rating:before, .strb-product-rating>span {
    display: block;
    height: calc(var(--strb-rating-size)/5);
    position: absolute;
    width: var(--strb-rating-size);
}

.strb-product-rating:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M0 0h24v24H0z' stroke='none'/%3E%3Cpath d='m8.243 7.34-6.38.925-.113.023a1 1 0 0 0-.44 1.684l4.622 4.499-1.09 6.355-.013.11a1 1 0 0 0 1.464.944l5.706-3 5.693 3 .1.046a1 1 0 0 0 1.352-1.1l-1.091-6.355 4.624-4.5.078-.085a1 1 0 0 0-.633-1.62l-6.38-.926-2.852-5.78a1 1 0 0 0-1.794 0L8.243 7.34z' fill='%23ced4da' stroke='none'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: calc(var(--strb-rating-size)/5);
    bottom: 0;
    content: "";
    inset-inline-end: 0;
    inset-inline-start: 0;
    top: 0;
}

.strb-form-quick-search .strb-quick-search-view-all {
    border-top: 1px solid #eaeaef;
    padding: 1rem;
    text-align: center;
}

.strb-quick-search-view-all {
    border-top: 1px solid #eaeaea;
    padding: 10px 20px;
}

.strb-form-quick-search .strb-quick-search-view-all a {
    color: var(--strb-common-black);
    font-size: 15px;
    font-weight: 500;
}

.strb-form-quick-search .strb-quick-search-view-all a:hover {
    color: var(--strb-theme-primary);
}

.strb-form-quick-search .strb-quick-search-item-price .old-price {
    color: #95999d;
    margin-inline-start: .5rem;
    text-decoration: line-through;
}

.strb-form-quick-search .strb-quick-search-item-image {
    flex: 0 0 auto;
    width: 9%;
}

.strb-form-quick-search .strb-quick-search-item-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.strb-btn-loading {
    color: transparent!important;
    pointer-events: none;
    position: relative;
    text-shadow: none!important
}

.strb-btn-loading:after {
    animation: spinner-border .75s linear infinite;
    border-right-color: currentcolor;
    border: 2px solid;
    border-radius: 100rem;
    border-right: 2px solid transparent;
    color: #fff;
    content: "";
    display: inline-block;
    height: 1.25rem;
    left: calc(50% - .625rem);
    position: absolute;
    top: calc(50% - .625rem);
    vertical-align: text-bottom;
    width: 1.25rem
}

.strb-form-quick-search .strb-quick-search-empty, 
.strb-form-quick-search .strb-quick-search-load-more {
    padding: 1rem;
    text-align: center;
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}