/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
    height: 3em;
    width: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background: url('/wp-content/themes/basel/images/AjaxLoader.gif') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
}

.pulse-box-shadow-gold {
    background-color: rgba(207, 162, 64, 0.5);
    border: #AF8C3E solid 2px;
    box-shadow: 0 0 0 rgba(207, 162, 64, 0.5); /* Initial box shadow (no spread) */
    animation: box-shadow-pulse 2s infinite; /* Apply the pulse animation */
    -webkit-animation: box-shadow-pulse 2s infinite; /* WebKit-specific for Safari */
    -moz-animation: box-shadow-pulse 2s infinite; /* Firefox-specific */
    -o-animation: box-shadow-pulse 2s infinite; /* Opera-specific */
    transform: translateZ(0); /* Force hardware acceleration */
}

/* Colors */
.pulse-border-gold {
    border: rgba(207, 162, 64, 0.5) solid 2px;
    animation: pulse 2s infinite; /* Apply the pulse animation */
}
.pulse-border-white {
    border: rgba(207, 162, 64, 0.5) solid 2px;
    animation: pulse 2s infinite; /* Apply the pulse animation */
}


