/* Image sport */

.spot {
    border-radius: 50%;
    color: #fff;
}

.modal-backdrop.in {
    opacity: 0 !important;
}

.product-diagram {
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
}

.product-image-splott {
    max-height: 1300px;
    display: block;
    width: auto;
    margin: auto;
}

.number {
    width: 30px;
    border-radius: 50%;
    height: 28px;
    background-color: #1979c3;
    color: #fffefe;
    text-align: center;
    font-size: 12px;
    padding-top: 8px;
}

.number_in {
    font-size: 13px;
    text-align: center;
    padding-top: 5px;
}

.count {
    padding: 10px;
}

#remove {
    position: relative;
    background: #9d9a9a;
    border-radius: 50%;
    top: -35px;
    left: 16px;
    width: 17px;
}

.spot_appned {
    margin-top: -22px;
    margin-left: -15px;
}


/* Animation */

@keyframes pulsate {
    0% {
        transform: scale(1);
        opacity: 0.8;
        background-color: #121212;
    }
    45% {
        transform: scale(1.75);
        opacity: 0;
        background-color: #121212;
    }
}

@keyframes stop-pulsate {
    from {
        opacity: 0.4;
        background-color: #121212;
    }
    to {
        transform: scale(2);
        opacity: 0;
        background-color: #121212;
    }
}


/* Button */

.ring {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2em;
    height: 2em;
    margin: -1em auto auto -1em;
    transform-origin: 50% 50%;
    border-radius: 50%;
    border: 1px solid rgba(237, 0, 72, 1);
    opacity: 0;
    animation: pulsate 2s cubic-bezier(0, .98, .68, .89) infinite;
}

.no-resize {
    max-width: none !important;
}

@media only screen and (max-width: 1260px) {
    .product-diagram {
        max-width: 100%;
    }
}

.zoombutton {
    display: -webkit-box;
    padding-top: 10px;
}

.zoombuttons {
    border-radius: 50%;
    width: 40px;
    background-color: #4ecb4a;
    color: #fff;
    height: 40px;
    padding-left: 0px;
    text-align: center;
    padding-top: 10px;
    margin-left: 10px;
}

.image-popup-mobile {
    max-width: none !important;
}

.tooltip>.tooltip-inner {
    font-size: 12px;
    color: #fff;
    background: green;
    border-radius: 2px;
    font-size: 15px;
    box-shadow: 0 -15px 100px -10px rgb(0 0 0 / 10%) !important;
}

.message_box {
    background: red;
    color: #ffff;
}


/* Popover styles */

.close-popover {
    color: #fff;
}

.popover-content {
    padding: 9px 14px;
    background: green;
    color: #fff;
    width: 150px;
    border-radius: 6px !important;
}

.popover.top>.arrow::after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: green;
    border-bottom-width: 0;
}

.product-qty {
    background: green;
    border-radius: 10px;
    padding: 3px;
    color: white;
    font-weight: bold;
}

.popover {
    z-index: 1 !important;
}


/* Image Sport end */