/*
 Theme Name:    BeYoga Child Theme
 Theme URI:     https://beyoga.ancorathemes.com/
 Description:   BeYoga is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
 Author:        AncoraThemes
 Author URI:    https://ancorathemes.com/
 Template:      beyoga
 Version:       1.0
 Tags:          flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:   beyoga
*/


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

.custom-service-circles-styling .sc_icons_item_details b {
	position:relative;
	top:-12px;
}

.custom-service-circles-styling .sc_icons_image img {
	height: auto !important;
	max-width: 100% !important;
}

.price-block-home .sc_price_item_price > span,
.price-block-home .sc_price_item_price > span.sc_price_item_price_value {
	color: #000000 !important;
	background: none !important;
	background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #000000;
}

/* Hide the product description on the product page */
.woocommerce-tabs.wc-tabs-wrapper,
.product_meta .posted_in {
	display: none !important;
}

.woocommerce-mini-cart__buttons.buttons .button {
	display: block !important;
	width: 100%  !important;
}

.woocommerce-mini-cart__buttons.buttons .button.checkout {
	display: none !important;
}