.pp_cart_button_box .layui-layer-title {
    font-weight: 600;
}

.pp_cart_button_box .pp_cart_button_div {
    width: 100%;
}

.pp_cart_button_box .pp_cart_button_div a {
    float: left;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.pp_cart_button_box .pp_cart_button_div span {
    float: left;
}

.pp_cart_button_box .pp_cart_confirm_box {
    min-height: 200px;
}

.pp_cart_button_box .pp_cart_confirm_box select {
    width: 100%;
    padding: 0;
}

.pp_cart_button_a {
    cursor: pointer;
}

.pp_cart_button_input {
    display: none;
}

.pp_cart_button_box .blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
}