.woocommerce-billing-fields h3 {
    display: none;
}



.vc_open_shop_modal.vc_closed_button::before {
	font-family: "poco-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*! display: inline-block; */
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "\e041";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 53%;
	translate: -50% -50%;
}

.vc_open_shop_modal.vc_closed_button {
	padding: 0;
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 16px;
	position: relative;
}


.checkout .form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
.checkout .form-row .input-text {
    color: black;
}

.vc_open_shop_modal {
    margin: 5px auto;
    width: fit-content;
}

.vc_modal_container.vc_show_modal {
    opacity: 1;
    visibility: visible;
}

.vc_modal_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 9999999;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}

.vc_show_modal .modal_content_wrapper {
    transform: translateY(0);
}

.modal_content_wrapper {
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background: white;
    width: 90%;
    transform: translateY(-200%);
    transition: .3s;
    padding: 35px;
    border-radius: 20px;
}

.vc_close_modal {
    padding: 6px !important;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.nsl-button.nsl-button-default.nsl-button-google {
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px 8px 8px 8px;
    padding: 6px 15px 6px 6px;
    width: 100%;
}

.woocommerce-LostPassword.lost_password+.nsl-container-block .nsl-container-buttons {
    width: 100% !important;
    max-width: 372px;
    display: block;
    margin: auto;
}

.woocommerce-form .password-input,
.woocommerce-EditAccountForm .password-input {
    position: relative;
}

.woocommerce-form .show-password-input,
.woocommerce-EditAccountForm .show-password-input {
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 2px;
    background: unset;
    padding: unset;
}

.woocommerce-form .show-password-input::before,
.woocommerce-EditAccountForm .show-password-input::before {
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    content: "👁";
    font-size: 25px;
}

.woocommerce-form .show-password-input:hover,
.woocommerce-EditAccountForm .show-password-input:hover {
    color: black;
    background: unset;
}

body.woocommerce-order-pay #order_review {
	width: 50%;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	body.woocommerce-order-pay #order_review {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {

    .elementor-tab-title.elementor-tab-mobile-title.elementor-active::after {
        content: '';
        position: absolute;
        right: 30px;
        display: block;
        border: 2px solid black;
        width: 10px;
        height: 10px;
        border-top: 0;
        border-left: 0;
        rotate: 225deg;
        transition: .3s;
        margin-bottom: 0px;
        margin-top: 5px;
    }


    .elementor-tab-title.elementor-tab-mobile-title::after {
        content: '';
        position: absolute;
        right: 30px;
        display: block;
        border: 2px solid black;
        width: 10px;
        height: 10px;
        border-top: 0;
        border-left: 0;
        rotate: 45deg;
        transition: .3s;
        margin-bottom: 5px;
    }

    ul.products li.product,
    ul.products .wc-block-grid__product,
    .wc-block-grid__products li.product,
    .wc-block-grid__products .wc-block-grid__product {
        width: 50%;
    }

    .vc_open_shop_modal {
        padding: 15px 20px !important;
    }

    .vc_header>div {
        display: flex;
        flex-direction: row;
    }

    div.vc_logo_wrapper {
        width: fit-content !important;
    }
}