.ui-autocomplete li {
    width: 100%;
    display: block;
    border-bottom: 1px dashed #dedede;
}

.box {

   /* display: block;
    background: #fff;
    border-radius: .2rem;
    -webkit-box-shadow: 0 1px 3px rgba(51,51,51,0.1);
    box-shadow: 0 1px 3px rgba(51,51,51,0.1);*/
}


.productselectoverlay {
    display: none;
    position: fixed;
    background-color: #000;
    opacity: .5;
    z-index: 99998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.variant-list,
.option-alert {
    z-index: 100000;
    position: relative;
}

.variant-list li {
    background: #ffffff;
}

.form-search {

    position: relative;
}

.ui-autocomplete {

    position: absolute;
    /* display: none; */
    width: 561px !important;
    height: 300px;
    max-height: 300px;
    overflow: scroll;
    border: 1px solid #dedede;
    z-index: 999999;
    margin-top: 10px;
    background: #ffffff;
}

.ui-autocomplete .result-item {
    /* display: flex; */
    height: 70px;
    border-bottom: 1px solid #dedede;
}

.ui-autocomplete .result-item a {
    cursor: pointer;
    font-weight: bold;
    line-height: 4;
}

.ui-autocomplete span {
    float: right;
    line-height: 5;
}

.ui-autocomplete img {
    float: left;
    width: 64px;
}

.ui-autocomplete {
    list-style: none;
}

.login-message-wrapper {
    margin: 0 auto;
    width: 100%;
    display: none;
}

.login-message-wrapper .error-message.response-message {
    position: relative;
    margin-bottom: 15px;
    background-color: #fffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.custom-credit-card-form .form-group {
    height: 80px;
}

.custom-credit-card-form label {
    border: 0;
    font-weight: normal;
    color: #696969 !important;
}

.login-message-wrapper .error-message {
    color: #ea4f3b;
}

.login-message-wrapper .error-message.response-message .icon-error.icon-error {
    position: absolute;
    top: 50%;
    left: 20px;
}

.login-message-wrapper .error-message.response-message .icon-error {
    font-size: 30px;
    margin: -14px 0 0;
}

.login-message-wrapper .response-message-content {
    margin-left: 70px;
    font-size: 20px;
    padding: 20px;
    border-left: 2px solid #ebebeb;
    font-weight: 700;
}

.notification-popover {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: fixed;
    background-color: #fff;
    width: 640px;
    top: 40%;
    padding: 1em 2em 1.5em 2em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-webkit-radius: 5px;
    zoom: 1;
    text-align: center;
    z-index: 9998;
}

.notification-overlay.active {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-property: visibility, z-index, top, background-color, color, border;
    transition-property: visibility, z-index, top, background-color, color, border;
    visibility: visible;
}

.notification-overlay.active {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-property: visibility, z-index, top, background-color, color, border;
    transition-property: visibility, z-index, top, background-color, color, border;
    visibility: visible;
}

.notification-overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9997 !important;
    background-color: rgba(0, 0, 0, 0.4);
}

.notification-popover.success:before {

    content: '';
    display: block;

    /*Make it a small rectangle so the border will create an L-shape*/
    width: 3px;
    height: 6px;

    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid #78b13f;
    border-width: 0 2px 2px 0;

    /*Rotate the L 45 degrees to turn it into a checkmark*/
    transform: rotate(45deg);
}

.notification-popover.error:before {
    width: 100%;
    height: 50px;
    position: static;
    top: 0;
    text-align: center;
    content: "\f071";
    font-family: 'FontAwesome';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 40px;
    color: #c0392b;
}

._loading {
    width: 100%;
    height: 100%;
    margin: 20px 0;
    background-color: transparent;
    z-index: 10;
    text-align: center
}

._loading ._loading-inner {
    height: 40px;
    position: relative;
    border-radius: 5px;
    width: 40px;
    display: inline-block
}

._loading ._circle {
    width: 30px;
    height: 30px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    border: solid 4px rgba(255, 255, 255, 0.4);
    border-top-color: #ccc;
    -webkit-animation: spin .4s infinite linear;
    position: absolute;
    top: 7px;
    left: 7px
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

._page-loading._loading {
    margin-top: 0;
    z-index: 999999
}

.bank-list input[type=radio] {
    display: inline-block !important;
}

.bank-name {
    margin-left: 5px;
}

.bank-logo {}

._page-loading ._loader {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd
}

.bank-details {
    color: #696969;
    font-size: 10px;
    float: right;
    width: 67%;
    margin-left: 40px;
    text-align: left;
}

._page-loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    background: rgba(255, 255, 255, 0.52);
}

._page-loading ._loader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #76b2eb;
    animation: loading 2s linear infinite
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%
    }

    50% {
        width: 30%
    }

    70% {
        width: 70%
    }

    80% {
        left: 50%
    }

    95% {
        left: 120%
    }

    to {
        left: 100%
    }
}

.alert.alert-inline {
    padding-right: 4rem;
}

.alert-dark {
    color: #fff;
}

.alert-danger {
    background-color: #b10001;
    border-color: #b10001;
    color: #b10001;
}

.alert {
    position: relative;
    padding: 1.6rem 3.8rem 1.6rem 1.8rem;
    border: 1px solid #222;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    line-height: 1.75;
}

.alert.alert-inline .alert-title {
    display: inline-block;
    margin: 0 0.8rem 0 0;
}

.alert-title {
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: inherit;
    color: inherit;
}

.cargo_img {
    width: 70px;
    height: 40px;
    position: relative;
    margin-right: 5px;
    border: solid 1px #eee;
    background: #fff;
}
