/*
 Theme Name:   Sprint Child Theme
 Theme URI:    https://sprint.ancorathemes.com/
 Description:  Sprint Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     sprint
 Version:      1.0.0
 Tested up to: 6.6
 Requires at least: 5.0
 Requires PHP: 7.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  sprint
*/


/* =Theme customization starts here
------------------------------------------------------------ */

footer {
    content-visibility: visible!important;
}
.tags_ticker .trx_addons_bg_text .trx_addons_bg_text_char .tag {
    background-color: #f1862d!important;
}
.scroll_to_top_style_default:hover {
    border-color: #ff7b4b;
    background-color: #ff7b4b;
}
.post_item_404 .post_content {
    padding: 5.5em 0;
}

/*HEADER*/
.header_position_over .top_panel {
    /*backdrop-filter: blur(2.8px);*/
    background-color: #0c0c0c10 !important;
}
.sc_layouts_menu_nav > li ul:not(.sc_item_filters_tabs) {
    background-color: #121214;
}
.sc_layouts_menu_nav > li li > a {
    color: #fff!important;
}
.blur-header {
    /*backdrop-filter: blur(2.8px);*/
    background-color: #0c0c0c10 !important;
}

/*SINGOLO PRODOTTO*/
.single-product .related h2, .single-product .upsells h2 {
    font-size: 2.065em;
}
.trx_addons_woocommerce_search_type_filter .sc_form_field.sc_form_field_image .sc_form_field_items .sc_form_field_item .sc_form_field_item_label {
    font-size: 0.6em;
}

@media (max-width: 479px) {
	.menu_mobile .sc_layouts_logo img {
		max-height: 120px!important;
	}
}

.mc4wp-form input[type="checkbox"] {
	margin-right: 12px !important;
}

.nexi-card-image {
	display: none!important;
}

.sc_layouts_cart:not(.modern) .sc_layouts_cart_widget .widget_shopping_cart .buttons a {
  display: block;
  width: auto;
  margin: 0;
  margin-top: 5px;
}

input#reg_billing_privacy {
    clip: unset;
    position: relative !important;
}
.woocommerce form.register {
    text-align: left;
}