#ready-marketplace #bg-overlay {
    display: none !important;
}
#rdy-globalsearchsubmit {
    display: none;
    visibility: hidden;
}
div.awesomplete + div#rdy-globalsearchsubmit {
    display: block;
    visibility: visible;
}
#ready-marketplace .search-bar {
    background: #269CAC;
    padding: 1rem;
}
#ready-marketplace .search-bar .search-section {
    padding-left: 7rem;
}
#ready-marketplace .search-bar .search-section .search-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    /* justify-content: space-between; */
}
#ready-marketplace .search-bar .custom-select-wrapper.flex-child{
    width: 270px;
    padding: 0 1rem;
}

#ready-marketplace .search-bar .search-section .search-wrapper .custom-select-wrapper .custom-select-category .custom-options {
    /* Since width: fit-content; doesn't work in IE*/
    padding: 1.5rem 1rem;
    border: 1px solid #D4D4D4;
    color: #000;
    font-weight: 400;
    max-width: max-content;
    width: 300px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    z-index: 9999999;
}

#ready-marketplace .search-bar .search-section .search-wrapper .custom-select-wrapper .custom-select-category .custom-options .options-wrapper {
    max-height: 600px;
    overflow: auto;
}

#ready-marketplace .search-bar .search-section .search-wrapper .custom-select-wrapper .custom-select-category .custom-options .custom-option {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    margin: 0.5rem 0;
    padding: 0 0.5rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

#ready-marketplace .search-bar .search-section .search-wrapper .custom-select-wrapper .custom-select-category .custom-options .custom-option .d-block {
    margin-top: 0;
}

#ready-marketplace .search-bar .search-section .search-wrapper .custom-select-wrapper .custom-select-category .custom-options .custom-option:last-of-type {
    margin-bottom: 0;
}
#ready-marketplace .search-bar .search-section .search-wrapper .custom-select-wrapper .custom-select-category .custom-options .custom-option:hover {
    background-color: #D4D4D4;
}
#ready-marketplace .search-bar .choose-product-option {
    background: transparent;
    padding: 0 48px;
}
#ready-marketplace .search-bar ul.product-partner-ul {
    z-index: 10;
}
#ready-marketplace .search-bar .choose-product-option .dropdown {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    padding: 0;
    cursor: pointer;
    height: 100%;
}
#ready-marketplace .search-bar .choose-product-option .dropdown .dropdown-text-value {
    margin: auto;
}
#ready-marketplace .search-bar .choose-product-option .dropdown span img.down-arrow {
    margin-left: 8px;
}
#ready-marketplace .search-bar .choose-product-option .dropdown .dropdown-text-value p.product-partner {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 19px;
}
#ready-marketplace .search-bar .choose-product-option .option-search {
    padding: 8px 16px;
    border: none;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
}
#ready-marketplace .search-bar .choose-product-option .option-search::-webkit-input-placeholder {
    opacity: 0.25;
    color: #000;
}
#ready-marketplace .search-bar .choose-product-option .option-search::-moz-placeholder {
    opacity: 0.25;
    color: #000;
}
#ready-marketplace .search-bar .choose-product-option .option-search:-ms-input-placeholder {
    opacity: 0.25;
    color: #000;
}
#ready-marketplace .search-bar .choose-product-option .option-search::-ms-input-placeholder {
    opacity: 0.25;
    color: #000;
}
#ready-marketplace .search-bar .choose-product-option .option-search::placeholder {
    opacity: 0.25;
    color: #000;
}
#ready-marketplace .search-bar .choose-product-option .option-search:focus {
    border: none;
    outline: none;
}
#ready-marketplace .search-bar .choose-product-option .option {
    display: none;
    list-style: none;
    margin-top: -1px;
    border: 1px solid #e8e8e8;
    background: #ffffff;
    width: 318px;
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    padding: 0px;
    padding-bottom: 1rem;
    position: absolute;
    z-index: 9999999;
}

#ready-marketplace .search-bar .choose-product-option .option .option-list-wrapper {
    max-height: 500px;
    overflow: auto;
}
#ready-marketplace .search-bar .option-list-wrapper::-webkit-scrollbar {
    width: 4px;
}

#ready-marketplace .search-bar .option-list-wrapper::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
}

#ready-marketplace .search-bar .option-list-wrapper::-webkit-scrollbar-thumb {
    background-color: #E0E0E0;
    outline: 1px solid #FFFFFF;
}
#ready-marketplace .search-bar .choose-product-option .divider {
    width: 100%;
    display: block;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.25);
}
#ready-marketplace .search-bar .choose-product-option .option {
    display: none;
}
#ready-marketplace .search-bar .choose-product-option .option li {
    cursor: pointer;
    padding: 6px 24px;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: normal;
    font-style: normal;
}
#ready-marketplace .search-bar .choose-product-option .option li:nth-of-type(1) {
    margin-top: 18px;
}
#ready-marketplace .search-bar .choose-product-option .option li:nth-last-of-type(1){
    margin-bottom: 18px;
}
#ready-marketplace .search-bar .choose-product-option .option li a {
    text-decoration: none;
    color: #000;
}
#ready-marketplace .search-bar .choose-product-option .option li:hover, #ready-marketplace .search-bar .choose-product-option .option a:hover {
    color: #05758a !important;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
#ready-marketplace .search-bar .choose-product-option .child-option {
    display: none;
    z-index: 10;
    position: absolute;
    background-color: #ffffff;
    list-style: none;
    margin-top: -1px;
    width: 318px;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05);
    box-shadow: rgba(0, 0, 0, 0.05);
    padding: 24px;
    padding-right: 0;
}

#ready-marketplace .search-bar .choose-product-option .child-option .option-list-wrapper {
    max-height: 500px;
    overflow: auto;
}
#ready-marketplace .search-bar .choose-product-option .child-option .child-option-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
}
#ready-marketplace .search-bar .choose-product-option .child-option .child-option-header .text {
    font-weight: 600;
    text-decoration: underline;
    cursor: context-menu;
    margin-bottom: 0;
}
#ready-marketplace .search-bar .choose-product-option .child-option li {
    cursor: pointer;
    padding: 6px 0 6px 30px;
    font-size: 13px;
    line-height: 19px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
#ready-marketplace .search-bar .choose-product-option .child-option .child-option-image {
    margin-right: 24px;
    cursor: pointer;
    width: 6px;
    height: 12px;
}
#ready-marketplace .search-bar .choose-product-option .child-option .child-option-image img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-bottom: 1rem;
    width: 12px; /*width and height interchanged since the image is rotated, actual to be displayed as 6x12*/
    height: 6px; /*width and height interchanged since the image is rotated, actual to be displayed as 6x12*/
}
#ready-marketplace .search-bar .choose-product-option .custom-select-wrapper {
    width: 100%;
}
#ready-marketplace .search-bar .choose-product-option .custom-select-wrapper .custom-select-category {
    padding: 1rem 2rem 1rem 1rem;
}
#ready-marketplace .search-bar .choose-product-option .custom-select-wrapper .custom-select-category .custom-select__trigger {
    background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#ready-marketplace .search-bar .choose-product-option .custom-select-wrapper .custom-select-category .custom-select__trigger p {
    color: #fff;
}
#ready-marketplace .search-bar .choose-product-option .custom-select-wrapper .custom-select-category .custom-select__trigger p.mobile-category {
    font-size: 14px;
    line-height: 16px;
}
#ready-marketplace .search-bar .choose-product-option .custom-select-wrapper .custom-select-category .custom-select__trigger .arrow {
    top: 14px;
    left: 93%;
}
#ready-marketplace .search-bar .choose-product-option .custom-select-wrapper .custom-select-category .custom-options .custom-option {
    font-weight: 400;
    color: #000;
}
#ready-marketplace .search-bar .custom-select-wrapper {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* width: 33.33%; */
    border: none;
}
#ready-marketplace .search-bar .custom-select-category {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.25rem 0 0.25rem 1.75rem;
    position: relative;
    /* white-space: nowrap; */
    height: 100%;
    /* word-break: break-all; */
}
#ready-marketplace .search-bar .custom-select__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ffffff;
    cursor: pointer;
    max-width: 10rem;
}
#ready-marketplace .search-bar .custom-select__trigger span {
    color: #000;
}
#ready-marketplace .search-bar .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    padding-bottom: 0.5rem;
}
#ready-marketplace .search-bar .custom-select-category.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
#ready-marketplace .search-bar .custom-option {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#ready-marketplace .search-bar .custom-option:hover {
    cursor: pointer;
    background-color: #b2b2b2;
}
#ready-marketplace .search-bar .arrow {
    position: absolute;
    /* top: 13px; */
    left: 0.25rem;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
#ready-marketplace .search-bar .arrow .arrow-line {
    left: 0;
    width: 12px;
    height: 1.5px;
    background: black;
    margin-top: 3px;
}
#ready-marketplace .search-bar .arrow .arrow-line:first-of-type {
    margin-top: 0;
}
#ready-marketplace .search-bar .search-input-wrapper {
    width: calc(100% - 270px);
    padding: 1rem 0.5rem 1rem 0;
}
#ready-marketplace .search-bar .search-input-wrapper form.rdy-globalsearchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#ready-marketplace .search-bar .search-input-wrapper form.rdy-globalsearchform div:first-of-type {
    width: 90%;
}
#ready-marketplace .search-bar .search-input-wrapper form.rdy-globalsearchform div.awesomplete {
    border-bottom: 1px solid #EEEEEE;
}
#ready-marketplace .search-bar .search-input-wrapper .search-field {
    width: 100%;
    border: none;
    outline: none;
}
#ready-marketplace .search-bar .search-input-wrapper .search-field::-webkit-input-placeholder {
    color: #000;
    opacity: 0.25;
}
#ready-marketplace .search-bar .search-input-wrapper .search-field::-moz-placeholder {
    color: #000;
    opacity: 0.25;
}
#ready-marketplace .search-bar .search-input-wrapper .search-field:-ms-input-placeholder {
    color: #000;
    opacity: 0.25;
}
#ready-marketplace .search-bar .search-input-wrapper .search-field::-ms-input-placeholder {
    color: #000;
    opacity: 0.25;
}
#ready-marketplace .search-bar .search-input-wrapper .search-field::placeholder {
    color: #000;
    opacity: 0.25;
}
#ready-marketplace .search-bar .search-input-wrapper form {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
#ready-marketplace .search-bar .search-button-wrapper {
    width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#ready-marketplace .search-bar .search-button-wrapper .search-icon {
    height: 20px;
    width: 20px;
}
#ready-marketplace .search-bar .search-button-wrapper .search-icon img {
    vertical-align: baseline;
    cursor: pointer;
}
#ready-marketplace .search-bar .search-input-wrapper .search-field::placeholder{
    font-size: 13px;
}
a.rdy-globalsearchbutton.button.postfix{
    margin-right: 1rem;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
    #ready-marketplace .search-bar .choose-product-option .option .option-list-wrapper,
    #ready-marketplace .search-bar .choose-product-option .child-option .option-list-wrapper {
        max-height: 500px;
    }
    #ready-marketplace .search-bar .choose-product-option .option,    #ready-marketplace .search-bar .choose-product-option .child-option{
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, 24px);
        -ms-transform: translate(-50%, 24px);
        transform: translate(-50%, 24px);
    }
    #ready-marketplace .search-bar .search-section .search-wrapper .custom-select-wrapper .custom-select-category .custom-options .options-wrapper {
        max-height: 400px;
    }
    #ready-marketplace .search-bar .search-input-wrapper {
        padding-right: 0.5rem;
    }
    #ready-marketplace .search-bar .search-section .search-wrapper .flex-child,
    #ready-marketplace .search-bar .search-section .search-wrapper .flex-child {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    #ready-marketplace .search-bar .choose-product-option .option .option-list-wrapper,
    #ready-marketplace .search-bar .choose-product-option .child-option .option-list-wrapper {
        max-height: 600px;
    }
}

@media only screen and (max-width: 992px) {
    #ready-marketplace .rdy-mp-content .search-bar .search-section {
        padding: 0 1rem;
    }
    #ready-marketplace .rdy-mp-content .search-bar .search-section .search-wrapper .custom-select-wrapper {
        /*display: none;*/
    }
    #ready-marketplace .search-bar .custom-select__trigger {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    #ready-marketplace .search-bar .custom-select__trigger span{
        white-space: nowrap;
        overflow: hidden;
        /*-o-text-overflow: ellipsis;
        text-overflow: ellipsis;*/
    }
    #ready-marketplace .rdy-mp-content .search-bar .search-section .search-wrapper .search-input-wrapper {
        /* width: 100%; */
        /*padding-left: 1rem;*/
    }
    #ready-marketplace .rdy-mp-content .search-bar .search-section .search-wrapper .search-button-wrapper {
        width: 48px;
    }
    #ready-marketplace .search-bar .choose-product-option{
        margin-top: 16px;
        padding: 0 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #ready-marketplace .search-bar .custom-select-wrapper.flex-child{
        padding: unset;
    }
    #ready-marketplace .search-bar .search-section .search-wrapper .flex-child {
        width: 50%;
    }
    #ready-marketplace .search-bar .custom-select__trigger p:first-of-type {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0.25rem 0 0.25rem 1.75rem;
        position: relative;
        white-space: normal;
        }
    }
    @media only screen and (max-width: 1024px) {
        #ready-marketplace .search-bar .custom-select__trigger {
            /* overflow: hidden; */
        /* white-space: nowrap; */
        -o-text-overflow: ellipsis;
        /* text-overflow: ellipsis; */
        height: 100%;
        /* position: relative; */
    }
}

@media only screen and (min-width: 567px) and (max-width: 767px) {
    #ready-marketplace .search-bar .custom-select__trigger {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px){
    #ready-marketplace .search-bar .custom-select__trigger{
        max-width: 100%;
    }
    #ready-marketplace .search-bar .custom-select__trigger p:first-of-type {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #ready-marketplace .search-bar .search-section .search-wrapper .flex-child {
        display: inline;
        white-space: nowrap;
        /* flex-grow: 1; */
        /* width: 50%; */
        /* flex: 0 1 50%; */
    }
    .flex-child.col-6{
        /* max-width: 100%; */
        width: auto;
    }
    #ready-marketplace .search-bar .search-section .search-wrapper .flex-child:first-child {
        display: inline-block;
    }
    #ready-marketplace .search-bar .arrow {
        left: 1rem;
    }
    #ready-marketplace .search-bar .custom-select-category{
        padding: 0.25rem 0 0.25rem 2.5rem
    }
    #ready-marketplace .search-bar .search-input-wrapper .search-field::placeholder{
        font-size: 15px;
    }
    #ready-marketplace .search-bar .custom-select-category{
        justify-content: center;
    }
    #ready-marketplace .search-bar .choose-product-option{
        margin-top: 8px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    #ready-marketplace .search-bar .search-input-wrapper {
        padding-right: 0.5rem;
    }
}
@media only screen and (min-width: 1024px){
    #ready-marketplace .search-bar .custom-select-wrapper.flex-child{
        /* max-width: max-content; */
        min-width: 200px;
    }
    #ready-marketplace .search-bar .search-section .search-wrapper .flex-child{
        flex-grow: 1;
    }
}

@media only screen and (min-width: 1440px) {
    #ready-marketplace .search-bar .search-section .search-wrapper {
        width: 75%;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root #ready-marketplace .search-bar .search-section .search-wrapper .custom-select-wrapper .custom-select-category .custom-options .options-wrapper{
        max-width: unset;
        width: 220px;
        overflow: hidden;
    }
    _::-webkit-full-page-media, _:future, :root #ready-marketplace .search-bar .search-section .search-wrapper .custom-select-wrapper .custom-select-category .custom-options {
        max-width: unset;
        width: 250px;
    }

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root #ready-marketplace .search-bar .custom-select-wrapper.flex-child{
        width: 50%;
    }
    _::-webkit-full-page-media, _:future, :root #ready-marketplace .search-bar .flex-child{
        width: 50%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 992px) {
/*    _::-webkit-full-page-media, _:future, :root #ready-marketplace .search-bar .custom-select-wrapper.flex-child{
        width: 320px;
    }*/
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #ready-marketplace .search-bar .arrow {
        top: 1px;
    }

}