/** nova poshta module **/
#mobile_np_select1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50px 15px 15px 15px;
    background: #ffffff;
    z-index: 10000000;
    display: none;
}

#mobile_np_select .back_block {}

#mobile_np_select i {}

#mobile_np_popup {
    padding: 8px 5px;
    width: 100%;
    border-bottom: 3px solid #5da0d4;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 10px;
}

.rich-autocomplete .rich-autocomplete-list {
    max-height: 450px !important;
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    margin-left: -1px;
    width: 100%;
    z-index: 1000;
}

#np_mobile {
    width: 100%;
    padding: 10px 30px 10px 5px;
    font-size: 16px;
    font-weight: bold;
    background: #dedede;
    border-radius: 5px;
    color: #000000 !important;
    position: relative;
}

#np_mobile .fa-chevron-right {
    position: absolute;
    right: 14px;
    width: 20px;
    top: 39%;
    height: 20px;
}

.fa-chevron-right:before {
    display: inline-block;
    content: ".";
    width: 10px;
    height: 10px;
    background: #dedede;
    border-right: 3px solid #666666;
    border-top: 3px solid #666666;
    border-radius: 2px;
    text-indent: -5000px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#np_mobile span {
    display: inline-block;
    vertical-align: middle;
}

#np_mobile span.np_logo {
    background: url(../../../img/np-logo.png) no-repeat scroll left center;
    height: 45px;
    width: 15%;
    background-size: 80% auto;
}

#np_mobile span.np_mobile_text {
    width: 80%;
}

#order-opc .rich-autocomplete {
    height: 45px;
    margin-top: 10px;
    border: none;
}

.container.np_mobile-cintainer {
    padding: 10px 0;
}

#order-opc .rich-autocomplete .rich-autocomplete-list {
    border: none;
}

#order-opc .rich-autocomplete .rich-autocomplete-list .rich-autocomplete-list-item,
#order-opc .rich-autocomplete .rich-autocomplete-list .rich-autocomplete-list-item-empty {
    width: 100% !important;
    padding: 10px;
    border-bottom: 1px solid #cccccc;
    border-top: none;
    border-left: none;
    border-right: none;
    background: #ffffff;
}

#order-opc .rich-autocomplete .rich-autocomplete-list p {
    margin: 0;
}