.error {
    color: #fb1b4e !important;
}

.success {
    color: darkgreen !important;
}
/*lunesoft validator*/
.invalidfield {
    background: #fff0f0 !important;
    border-color: #A90329 !important;
}
.register_account .button
{
    width:100% !important;
}


.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .ui-autocomplete > li > div {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #f5f5f5 !important;
    color: black !important;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.search_auto_description {
display:inline;
}
.swatches-highlight li:not(.disabled) span {
    border: 1px solid #B61912;
    /*color:red;*/
}

.button:disabled {
    border: 2px solid #a2b3a8 !important;
    background-color: #a2b3a8 !important;
}
.hide
{
    display:none;
}

.product_loading, .product_loading img {
    text-align: center;
    width: auto;
    margin: 40px auto 40px auto !important;
}

.open_cart_icon {
    width: auto !important;
    margin-left: 20px !important;
    cursor: pointer;
}

.open_cart_qty {
    width: auto !important;
    margin-left: 0 !important;
    display: inline !important;
    cursor: pointer;
}

.no_products_header
{
    font-size:20px;
    text-align:center;
}
.no_products
{
    padding: 60px 0px;
}

.product_image
{
    cursor:pointer;
}

.active_filter_tag .remove_filter {
    position:absolute;
    right:0;
    width: 25px;
    height: 25px;
/*    background-image: url(/static/images/close.svg);
    background-repeat: no-repeat;
    background-position: 45% 45%;
    background-size: 8px 8px;*/
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index:10;
}

.open_cart 
{
    cursor:pointer;
}