﻿
.pointerCursor {
    cursor: pointer;
}

.swal2-icon-content i {
    font-size: 20px;
}

.ltr-dir {
    direction: ltr !important;
}

.loading-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(239, 239, 239, 0.5);
}

    .loading-overlay .spinner-div {
        height: 100%;
    }

.category-image-holder {
    position: relative;
}

.category-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.h5-14 {
    font-size: 14px;
}

.product-item .pic-pic-set {
    margin-top: 3rem;
    height: 200px;
    background-color: white;
}

.product-item .image-content {
    display: contents;
}

.image-div {
    height: 75%;
    max-width: 100%;
}

.product-large h2 {
    color: #191919;
}

.product-large a {
    color: #858585;
}

    .product-large a:before {
        background: #191919;
    }
