#new-product-btn {
    position: fixed;
    background-color: #3397d1;
    color: white;
    z-index:3000;
    right: 3%;
    top: 90%
}


.xs-product-filter {
    border-right:1px solid grey;
    cursor: pointer
}
/*.modal.fade.in {
    display: flex !important;
    justify-content: center;
    align-items: center;
}*/

.bootbox.modal {
    margin-top: 70px;
    z-index: 9999 !important;
}


#product-view .fa-table {
    font-size: 20px;
}

.xs-product-heading {
    font-family: 'HelveticaNeue-Light',
                 'Helvetica Neue Light',
                  'Helvetica Neue', Helvetica,
                   Arial, 'Lucida Grande',
                    sans-serif;
    font-size: 120%;
    font-weight:bold;
    background-color: unset !important;
}

.product-add-cart {
    color:#0097C8;
}

.xs-sort-item {
    cursor:  pointer;
}

.product-panel {
    cursor: pointer;
}

.product-image-frame {
    overflow: hidden;
    width: 100%;
    height: 160px;
    position: relative
}

.product-image-display{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
