/*
Theme Name: Geo-Med
Theme URI: http://geomedsdvo.com/
Author: Designzillas
Author URI: https://www.designzillas.com/
Description: Custom theme for Geo-Med
Version: 1.0.4
Text Domain: geo_med
License: No License
License URI: https://choosealicense.com/no-license/
*/

p.product-id {
    font-size: 12px;
    display: inline-block;
}

#loading-default {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
    opacity: 0.6;
    cursor: wait;
    position: absolute;
    display: none;
}

#loading-default::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url('/wp-content/uploads/2024/11/loader.svg') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
}

.page-cart .woocommerce-message:focus-visible {
    outline: unset;
}