
/* === Ajaxify === */
.loadingPopup > * {
    opacity:0.2;
}
.loadingPopup:before {
    position:fixed;
    content: "";
    font-size:2em;
    padding: 22px;
    background: #000;
    background: url(../images/loading.gif) no-repeat center center;
    color: #777;
    width: 50%;
    height:50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    text-align:center;
}

.woocommerce .up-sells{
	display:none;
    position: fixed;
    z-index: 9999; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
}
.woocommerce .up-sells ul,
.woocommerce .up-sells h2,
.woocommerce .up-sells .links{
    background-color: #fefefe;
    margin: 0 auto !important;
    padding: 20px !important;
    /*border: 1px solid #888;*/
    width: 80%;
}

.woocommerce .up-sells .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.woocommerce .up-sells .close:hover,
.woocommerce .up-sells .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

