/**
 * Theme Name: gospinme
 * Template:   quickvcard
 * Version:    1.0.0
 * Author:     GO-SPINME
 */

/*** OLIVER CSSS ****/
.vcard-page .text-white{
color: #000 !important;
}
.vcard-business-theme .vcard-list-item h6{
color: #000 !important;
}
.vcard-business-theme .vcard-list-item .label{
	display:none;
}

.wcf-embed-checkout-form .woocommerce .woocommerce-error, .wcf-embed-checkout-form .woocommerce .woocommerce-NoticeGroup .woocommerce-error, .wcf-embed-checkout-form .woocommerce .woocommerce-notices-wrapper .woocommerce-error, .wcf-embed-checkout-form .wcf-customer-info .wcf-customer-info__notice.wcf-notice{
	display:none;
}

.wcf-embed-checkout-form table.shop_table{
	display:none;
}
.elementor-1522 .elementor-element.elementor-element-c9377de .cartflows-elementor__checkout-form .wcf-embed-checkout-form .woocommerce h3, .elementor-1522 .elementor-element.elementor-element-c9377de .cartflows-elementor__checkout-form .wcf-embed-checkout-form .woocommerce h3 span, .elementor-1522 .elementor-element.elementor-element-c9377de .cartflows-elementor__checkout-form .wcf-embed-checkout-form .woocommerce-checkout #order_review_heading, .elementor-1522 .elementor-element.elementor-element-c9377de .cartflows-elementor__checkout-form .wcf-embed-checkout-form-two-step .wcf-embed-checkout-form-steps .step-name, .elementor-1522 .elementor-element.elementor-element-c9377de .wcf-embed-checkout-form .woocommerce .col2-set .col-1 h3, .elementor-1522 .elementor-element.elementor-element-c9377de .wcf-embed-checkout-form .woocommerce .col2-set .col-2 h3{
	display:none;
}

.wcf-embed-checkout-form .woocommerce .woocommerce-notices-wrapper .woocommerce-message{
	display:none;
}

.wcf-embed-checkout-form .wcf-custom-coupon-field{
	border:transparent;
	margin:0px;
	padding:0px;
}

#wlwl_popup_canvas.wlwl_wheel_icon{
	display:none;
}
#wlwl_popup_canvas.wlwl_wheel_icon.wlwl-wheel-position-top-right.wlwl_show, #wlwl_popup_canvas.wlwl_wheel_icon.wlwl-wheel-position-middle-right.wlwl_show, #wlwl_popup_canvas.wlwl_wheel_icon.wlwl-wheel-position-bottom-right.wlwl_show{
	display:none;
}
/*** OLIVER CSS END ***/

.wlwl_wheel_icon.wlwl_show {
    visibility: hidden;
    opacity: 0;
}

.gospinme-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
}

.gospinme-modal.modal-open {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
}

.gospinme-modal-box {
    position: relative;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 60%;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    cursor: auto;
}

.gospinme-modal-content-container {
    padding: 2rem;
    text-align: center;
}

.gospinme-modal-content {
    margin-bottom: 1rem;
}

.gospinme-modal-close {
    font-size: 30px;
    position: absolute;
    right: 0.5rem;
    top: 0;
    cursor: pointer;
}

.cart-discount .discount_label {
    font-weight: normal;
    font-style: italic;
}

@media (max-width: 540px) {
    .gospinme-modal-box {
        width: 90%;
    }
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter:blur(12px))) {
    .gospinme-modal {
        -webkit-backdrop-filter:blur(12px);
        backdrop-filter: blur(12px)
    }
}
