/*
 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
------------------------------------------------------------ */

.maintenance:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

/* About Page */
.about-us-header .sc_item_title {
	font-weight: 900;
	position: relative;
	display: inline-block;
}
.about-us-header .sc_item_title:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	border-radius: 5px;
	background-color: #004192;
/* 	background-color: #C4161C; */
	bottom: -7px;
}
.about-us-header .sc_title {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.about-us-header .sc_item_descr {
	font-size: 17px;
}
.about-us-futures .sc_icons .trx_addons_column-1_3:nth-child(3) .sc_icons_icon {
	width: 50px;
}
.about-us-futures .sc_icons .trx_addons_column-1_3:nth-child(1) .sc_icons_icon {
	width: 80px;
}
.about-us-futures .sc_icons .trx_addons_column-1_3 .sc_icons_icon {
	width: 70px;
}
.about-us-futures .sc_icons .trx_addons_column-1_3 {
	padding-right: 0;
}
.about-us-futures .sc_icons .sc_icons_item_title {
	font-size: 18px;
	text-transform: none;
}
.about-us-bt .sc_item_title {
	font-weight: bold;
	position: relative;
}
.about-us-bt .sc_item_title:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	border-radius: 5px;
	background-color: #9e0d14;
	bottom: -7px;
}
.about-us-center .sc_item_title {
	font-weight: bold;
	position: relative;
}
.about-us-center .sc_item_title:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	border-radius: 5px;
	background-color: #004192;
	bottom: -7px;
}

/* Mobile Menu */
.menu_mobile .sc_layouts_logo img,
.search_modern .search_header_wrap .logo_image {
	max-height: 50px;
}
.menu_mobile .menu_button_close_text {
	display: none;
}

/* Mega Menu */
.sc_layouts_menu_nav>li ul:not(.sc_item_filters_tabs) {
	box-shadow: none;
}

/* Captcha *turnstile* Contact Form */
.wpcf7-turnstile.cf-turnstile {
	position: absolute;
	bottom: -80px;
	z-index: 100;
}

/* Product Single */
.post_item_single.post_type_product .product_meta .posted_in,
.post_item_single.post_type_product .product_meta .product_id {
	display: none;
}
.list_products ul.products li.product .post_featured {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Cart */
.wp-singular .sc_layouts_cart_items_short,
.woocommerce-page .sc_layouts_cart .sc_layouts_cart_items_short {
	background-color: var(--theme-color-text_link);
}
div.sc_layouts_cart .sc_layouts_cart_widget .widget_shopping_cart_content .buttons a.checkout:hover {
	border-color: var(--theme-color-extra_dark) !important;
	background-color: var(--theme-color-extra_dark) !important;
    color: var(--theme-color-text_link) !important;
}
.quantity .screen-reader-text + br,
.button br {
	display: none;
}

/* Whishlist header icon */
.wishlist_products_counter.top_wishlist-heart .wishlist_products_counter_text {
	display: none;
}
a.wishlist_products_counter.top_wishlist-heart:before {
	font-size: 30px;
	margin-right: 0;
}
.wishlist_products_counter.top_wishlist-heart .wishlist_products_counter_number {
	position: absolute;
	font-size: 10px;
    font-weight: 500;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    padding: 0 2px;
    top: auto;
    bottom: 0;
    right: -3px;
    transform: none;
	border-radius: 50px;
	background-color: var(--theme-color-text_link2);
}

/* Product Single */
.woocommerce div.product div.images img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}
.single-product .menu_hover_zoom_line .sc_layouts_menu_nav .menu-item .sc_layouts_submenu li a:hover {
	color: #ffffff !important;
}
