.search-icon, .search-icon:hover, .search-icon:focus {
    cursor: pointer;
    background: none;
    border: none;
    color: rgb(128,130,133);
    font-size: 1.4rem;
    /* padding-left: 0px; */
    padding-right: 0px;
}

.search_modal.modal.right .modal-dialog {
    position: fixed;
    right: 0;
    margin: 0;
    width: 400px; /* Adjust the width as needed */
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.search-box {
    border-radius: 20px !important;
    padding: 20px auto;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    width: 1rem;
    top: 42px;
    left: 30px;
    pointer-events: none;
    color: #aaa;

}


.search_modal.modal.right{
    z-index: 99999;
}

.search_modal.modal.right.show .modal-dialog {
    transform: translateX(0);
    width: 100%;
    max-width: 37%;
}

.search_modal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: 0;
}

.search_modal .modal-body{
    font-family: 'Arial';
}

.search-title {
    text-transform: uppercase;
    font-weight: bolder;
}

.search-category {
    text-transform: uppercase;
    font-weight: 500;
	    font-size: 0.68rem;
}

.search-tag {
    color: #c8a76c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
	    display: none;

}

.header-mobile-search-bar form label {
    width: 100%;
}

.header-mobile-search-bar form {
    width: 100% !important;
}

.header-mobile-search-bar {
    width: 100%;
}

.header-mobile-search-bar .search-form .kadence-search-icon-wrap {
    height: 36px;
}

.search-form {
    width: 100%;
}

.search-form label {
    width: 100%;
}

.modal-header .close {
    font-size: 2rem;
}

.modal-header .close:hover {
    background: none;
    opacity: 1;
    box-shadow: none;
}