﻿
.img-tops {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
}

.card:hover .img-tops {
    display: inline;
}

.card-img-top {
    position: relative;
}


/*       on hover image change custom CSS*/
/*    Gift Box CSS*/
.giftBox {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 1.25rem !important;
    bottom: 50% !important;
    width: 2.75rem;
    height: 2.75rem;
    transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55),opacity .3s,background-color .25s ease-in-out;
    text-align: center;
    opacity: 0;
    z-index: 1025;
}

    .giftBox.show {
        opacity: 1;
    }

.outofstock:before {
    content: "";
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.outofstock:after {
    content: "OUT OF STOCK";
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    text-align: center;
    width: 70px;
    height: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    font-size: 0.8em;
    font-weight: bold;
    display: flex;
    align-items: center;
}






::-webkit-scrollbar {
    display: none; /*To hide the scrollbar */
}

/*To hide Arrows From Input Number*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modal-body {
    overflow-x: auto;
    flex: 0 1 auto !important;
}

.modal-content {
    height: auto !important;
}

.manual_order {
    cursor: pointer;
}

body {
    font-family: Montserrat, sans-serif;
}

.navbar-light .navbar-nav .nav-link {
    color: black !important;
}

.product-card .product-card-actions, .product-card > .btn-wishlist, .product-card .badge {
    position: absolute;
    top: 0.75rem;
    right: 1.75rem;
    z-index: 5;
}

.btn-wishlist {
    background-color: transparent !important;
}

@media (max-width:629px) {
    img#loginCanvas {
        display: none;
    }

    .giftBox.show {
        opacity: 1;
    }
}
