.bgh-search-widget .search-filter {
    border: none;
    background: transparent;
}
.bgh-search-widget .search-form-s-one .search-inner .search-box-select {
    margin-left: 5px;
}
.bgh-search-widget .search-form-s-one .search-inner .search-field {
    height: 45px;
    border-radius: 10px;
    padding-left: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #8d8d8d;
}
.bgh-search-widget .search-form-s-one .search-filter {
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 12px;
    font-weight: 400;
    color: #9b9b9b;
    width: 105px !important;
}
.bgh-search-widget .search-form-s-one .select2 {
    margin-left: 15px;
}
.bgh-search-widget .search-form-s-one .select2-selection {
    border: none;
}
.bgh-search-widget .search-form-s-one .select2-selection .select2-selection__rendered {
    font-size: 12px;
    font-weight: 400;
    color: #9b9b9b;
}
.bgh-search-widget .search-form-s-one .select2-selection .select2-selection__arrow b {
    border: none;
}
.bgh-search-widget .search-form-s-one .select2-selection .select2-selection__arrow b:after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 10px;
    display: inline-block;
    color: #bcbcbc;
    position: absolute;
    left: 0;
    top: -8px;
}
.bgh-search-widget .search-form-s-one .search-btn-submit {
    outline: none;
    border: none;
    background-color: #2979ff;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}
.bgh-search-widget-style-design-2 .search-form-s-two .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    font-size: 12px;
    font-weight: 400;
}
.bgh-search-widget-style-design-2 .search-form-s-two .search-inner .search-field {
    height: 45px;
    background: #f4f6f8;
    border-radius: 5px;
    border-color: transparent;
    color: #9e9e9e;
    font-size: 12px;
    font-weight: 400;
    transition: .3s;
}
.bgh-search-widget-style-design-2 .search-form-s-two .search-inner .search-field:focus {
    border-color: #9e9e9e;
}
.bgh-search-widget-style-design-2 .search-form-s-two .search-box-select{
    margin-left: 8px;
    transform: translateY(-40%) translateY(-15px);
}
.bgh-search-widget-style-design-2 .search-form-s-two .search-btn-submit {
    background: transparent;
    color: #9e9e9e;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: 300;
}
.bgh-search-widget-style-design-3 {
    height: 45px;
    line-height: 45px;
}
.bgh-search-widget-style-design-3 .select {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    font-size: 0;
    transition: .3s;
    transition-delay: .3s;
    max-width: 150px;
}
.bgh-search-widget-style-design-3 .select.show{
    visibility: visible;
    opacity: 1;
    font-size: 13px;
}
.bgh-search-widget-style-design-3 .select .select2-selection{
    border-color: #9e9e9e;
}
.bgh-search-widget-style-design-3 .search-form-s-three .show-field {
    width: 35px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    cursor: pointer;
}
.bgh-search-widget-style-design-3 .search-form-s-three .show-field.remove {
    visibility: hidden;
    opacity: 0;
    display: none;
}
.bgh-search-widget-style-design-3 .search-form-s-three .search-field-mini {
    width: 0;
    height: 0;
    transition: 0.5s;
    padding: 0;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #333;
}
.bgh-search-widget-style-design-3 .search-form-s-three .search-field-mini.show {
    width: 100%;
    height: 100%;
    padding: 0 50px;
}
.bgh-search-widget-style-design-3 .search-form-s-three .search-btn-submit {
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    color: #333;
    font-size: 22px;
    display: flex;
    align-items: center;
}
.bgh-search-widget-style-design-4{
    display: flex;
    justify-content: flex-end;
}
.bgh-search-widget-style-design-4 .search-box-select .search-btn-submit {
   border: none;outline: none;background-color: transparent;
    font-size: 20px;
    color: #3b444a;
}
.search-form-s-four{
    width: 230px;
    transition: .3s;
}

.search-form-s-four.show{
    width: 290px;
}
.bgh-search-widget-style-design-4 .search-field-mini{
    border: none;
    background-color: transparent;
    color:#747f86;
    font-size: 13px;
    font-weight: 500;
}
.bgh-search-widget-style-design-4 .search-field-mini::placeholder{
    color:#747f86;
}
 /* search-result style */
.search-result{
    padding: 8px;
    list-style: none;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 99;
    border-radius: 10px;
    top: calc(100% + 5px);
    max-height: 280px;
    overflow-y: auto;
}
.search-result .search-result-item .main-item-link{
    padding: 10px ;
    border-radius: 8px;

}
.search-result .search-result-item:hover .main-item-link{
    background-color: #f1f6f6;
}
.search-result .search-result-item img{
    width: 50px;
    height: 50px;
    border-radius: 5px;
    font-size: 0;
    margin-left: 15px;
    background: #dfdfdf;
    padding: 1px;
}
.search-result .search-result-item .item-title{
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    max-height: 20px;
    color: #666;
}

.search-result .search-result-item .item-sub-title{
    font-size: 12px;
    overflow: hidden;
    max-height: 20px;
    color: #999;
}
.search-result .search-result-item .main-item-link .inner{
    align-items: flex-start;
}

.search-result_undefined_product{
    font-size: 13px;
    color: #666;
    text-align: center;
    display: block;
}
.search-result_undefined_product:before{
    content: "\f119";
    margin-bottom: 2px;
    color: #666;
    font-size: 38px;
    font-family: "Font Awesome 6 Pro";
    display: block;
}
.search-result_searching_product{
    color: #6FBE46;
    font-size: 14px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.search-ajax-method.user-is-searching .search-button i{
    animation: spin 2s linear infinite;
}
.search-ajax-method.user-is-searching .search-button i:before{
    font-family: "Font Awesome 6 Pro";
    content: "\f110" !important;
    font-weight: 900;

}
.bgh-search-widget-style-ng-design {
  height: 58px;
}
.bgh-search-widget-style-ng-design input,.bgh-search-widget-style-ng-design form{
    height: 58px;
}
.bgh-search-widget-style-ng-design input{
    width: 100%;
    border: none;
    background: #fff !important;
    font-size: 13px;
    padding: 0 15px;
    border-radius: 20px;
    line-height: 58px;
    transition: 0.2s;
    color: #666;
}
.bgh-search-widget-style-ng-design .search-button{
    border-radius: 20px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0;
    display: inline-block;
    border: none;
    background: #aaaaaa;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin-left: -8px;
}
.bgh-search-widget-style-ng-design .search-button i{
    font-size: 18px;
    z-index: 1;
    position: relative;
    display: block;
}