.nxt-ac-main,
.nxt-ac-main .nxt-ac-products-container,
.nxt-ac-main .nxt-ac-section-container {
    background-color: #fff
}

.nxt-ac-header,
.nxt-ac-item,
.nxt-ac-main,
.nxt-ac-products-container,
.nxt-ac-section-container {
    zoom: 1;
    font-size: 20px
}

.nxt-ac-header:after,
.nxt-ac-item:after,
.nxt-ac-main:after,
.nxt-ac-products-container:after,
.nxt-ac-section-container:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: .1px;
    line-height: 0
}

.nxt-ac-main {
    width: 668px !important;
    position: absolute;
    top: 28px;
    overflow: hidden;
    padding: 5px;
    margin: 0;
    text-align: left;
    border: 1px solid #ddd;
    min-height: 20px;
    z-index: 9999 !important
}

.nxt-ac-main .nxt-ac-header {
    font-weight: 700;
    padding: 5px;
    cursor: default
}

.nxt-ac-item {
    cursor: pointer;
    border-top: 1px solid #eee;
    width: 85%;
    padding: 6px;
    font-style: normal;
    color: #1e4ea7;
    outline: 0;
    line-height: 16px;
    position: relative;
    font-size: 16px;
    align-items: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -webkit-box-align: center !important;
    display: flex !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -webkit-box !important
}

.nxt-ac-products-container .nxt-ac-item {
    clear: both
}

.nxt-ac-main .nxt-ac-selected {
    background: #eee;
    border-top: 1px solid #eee
}

.nxt-ac-item img {
    border: none;
  /*  float: left;  Causing issues with image display on Chrome and Safari*/
    margin-right: 10px
}

.nxt-ac-item b {
    font-weight: 700;
    text-decoration: underline
}

.nxt-ac-item .nxt-item-txt {
    display: table-cell;
    padding: 0;
	overflow-wrap: break-word;
    width: 100%;
}

.nxt-ac-item .nxt-item-txt a {
    color: #1e4ea7;
    text-decoration: none
}

.nxt-ac-section-container .nxt-ac-item h3,
.nxt-ac-section-container .nxt-item-txt {
    padding: 0;
    margin: 0
}

.nxt-ac-section-container .nxt-ac-item h3 b,
.nxt-ac-section-container .nxt-ac-item h3 u,
.nxt-ac-section-container .nxt-item-txt b,
.nxt-ac-section-container .nxt-item-txt u {
    font-weight: 700;
    text-decoration: underline
}

.nxt-ac-section-container a {
    color: #1e4ea7;
    text-decoration: none
}

.nxt-ac-section-container .nxt-item-txt i {
    color: #666;
    font-style: normal
}

.nxt-ac-all {
    padding: 6px 5px;
    border-top: 4px solid #eee;
    text-align: right
}

.nxt-ac-all a {
    text-decoration: none;
    color: #1e4ea7
}

.nxt-ac-all a:hover {
    text-decoration: underline
}

.nxt-ac-banner {
    margin: 0;
    padding: 5px
}

.nxt-ac-main .nxt-ac-header {
    color: #000 !important
}

.nxt-ac-main .nxt-ac-selected {
    color: #dd052b !important
}

.nxt-ac-item .nxt-item-txt {
    color: #000 !important
}

@media (max-width:1199px) {
    .nxt-ac-main {
        width: 555px !important
    }
}

@media (max-width:991px) {
    .nxt-ac-main {
        width: 495px !important
    }
}

@media (max-width:767px) {
    .nxt-ac-main {
        width: 360px !important
    }
}

@media (max-width:574px) {
    .nxt-ac-main {
        /*width: calc(100% - 60px) !important*/
    	width: 92.7% !important;
		left: 15px !important;
    }
}