@charset "UTF-8";

.sec00 .ProductPlanSection__detailImage, .sec00 .price, .sec00 .woocommerce-grouped-product-list {
	display: none;
}

.sec00 .button {
	width: 60%;
    margin: 0 auto;
    position: relative;
    background: #52defc;
    background: linear-gradient(108deg,rgba(82,222,252,1) 0,rgba(110,227,248,1) 30%,rgba(79,192,234,1) 100%);
    color: #fff;
    font-size: var(--font_34);
    font-weight: bold;
    box-shadow: 0 3px 6px #00000029;
    border: 1px solid rgba(255,255,255,0);
    border-radius: 20px;
    padding: 24px 64px;
    z-index: 0;
    transition: .6s;
}
@media (max-width: 767px) {
    .sec00 .button {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .swal-modal {
        width: 75%;
    }
}

@media screen and (max-width: 414px) {
	.sec00 .button {
		font-size: 24px;
        padding: 24px 48px;
	}
}

.xoo-wsc-modal {
	display: none;
}

a.added_to_cart {
	display: none;
}

/* custom_progress */
.custom_progress {
	z-index: 9999;
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
}

.progress-image {
	width: 80px;
	height: 80px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* SweetAlert */
.swal-text {
    color: black;
}

.swal-button {
    background-color: var(--light_blue);
}

.swal-icon--success__ring {
    /* border-color: #a5dc86; */
    border-color: #87CF5C;
}

.swal-icon--success__line {
    background-color: #87CF5C;
}

.swal-button:focus {
    box-shadow: none;
}