/**
* Theme Name: Teapoz Child
* Description: This is a child theme of Teapoz, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: teapoz
* Version: 1.2.8.10
*/

.elementor-sticky.elementor-sticky--active.elementor-sticky--effects {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgb(255 255 255 / .6) !important;
}

@media (max-width: 1024px) {
    .site-header-account,
	.site-header-search {
        display: block !important;
    }
}


table.variations.wpcvs-initialized tr {
	display: table-row;
}

.wpcvs-terms .wpcvs-term .wpcvs-term-inner {
    justify-content: center;
    background: none;
}

.wpcvs-terms .wpcvs-term.wpcvs-selected .wpcvs-term-inner:before {
	content: none;
}

.single-product div.product .single_add_to_cart_button {
	background: rgb(255, 216, 20);
    color: #000;
    width: 100%;
    border-radius: 24px;
    font-weight: bold;
}

.single-product div.product .single_add_to_cart_button:hover {
	background: rgb(248, 189, 25);
}

.shiprocket-headless {
	margin: 10px 15px;
}

body .sr-headless-checkout {
	min-height: 47px;	
	line-height: 22px !important;
}