/*
Theme Name:   Woostify Child
Theme URI:    https://woostify.com
Author:       Woostify
Author URI:   https://woostify.com/about
Description:  Woostify is fast, lightweight, responsive and super flexible WooCommerce theme built with SEO, speed, and usability in mind. The theme works great with any of your favorite page builder likes Elementor, Beaver Builder, SiteOrigin, Thrive Architect, Divi, etc. Therefore, you can build any type of websites like shop, business agencies, corporate, portfolio, education, university portal, consulting, church, restaurant, medical and so on. Woostify is compatible with all well-coded plugins, including major ones like WooCommerce, OrbitFox, Yoast, BuddyPress, bbPress, etc. Learn more about the theme and ready to import demo sites at https://woostify.com
Template:     woostify
Version:      1.0.0
Requires at least: 4.7
Tested up to: 6.1
Requires PHP: 7.3
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  woostify-child
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, rtl-language-support, footer-widgets, sticky-post, theme-options
*/

/** --- Global --- **/
#elementor-menu-cart__toggle_button {
	background-color: inherit;
  	font-family: inherit;
  	font-size: inherit;
  	font-weight: inherit;
  	text-transform: inherit;
  	letter-spacing: inherit;
  	color: inherit;
  	border-style: inherit;
  	border-radius: inherit;
  	padding: inherit;
}
#secondary .widget a.elementor-button {
  	color: #fff;
}
.elementor-menu-cart__product-price {
	--product-price-color: #000;
}

/** --- Woocommerce Page --- **/
.archive.woocommerce-page #view {
	background-image: url("https://staging.bandungkunafe.com/wp-content/uploads/2017/03/kunafe-irfan-bg-2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#shop-cart-sidebar {
	font-family: "Poppins", sans-serif;
}
#shop-cart-sidebar .cart-sidebar-content .mini_cart_item a {
	color: #000;
}
#shop-cart-sidebar .cart-sidebar-content .button.checkout {
	color: #fff;
}
#shop-cart-sidebar input:not([type="button"]):not([type="submit"]) {
    font-family: inherit;
	font-weight: inherit;
  	color: initial;
  	accent-color: initial;
  	border-style: initial;
  	border-color: initial;
  	border-radius: initial;
}

/** --- Woocommerce Sidebar --- **/
.widget-title, .woo-widget .widget-title {
	font-weight: bold !important;
}
#toggle-sidebar-mobile-button {
	background-color: #151515;
	padding: 10px 30px;
	border-radius: 0;
}
#toggle-sidebar-mobile-button:hover {
	background-color: #5d5d5d;
}

/** --- Single Product View --- **/
/** Add separate background for elementor header 
 * either use only this style or margin and padding below
 * */
.single-product .elementor header {
	/*background-image: url("https://staging.bandungkunafe.com/wp-content/uploads/2017/03/kunafe-irfan-bg-2.png");
	 * background-position: center center;
	 * background-repeat: no-repeat;
	 * background-size: cover;
	 * background-attachment: fixed;*/
}
/** Make woostify header and breadcrumb background extend to elementor header 
 * disable both margin and padding below if using separate background above
 */
.single-product .site-content {
	margin-top: -100px !important;
}
.content-top {
	padding-top: 135px !important;
}
/** Woostify single product header background **/
.single-product .content-top, .product-page-container {
	background-image: url("https://staging.bandungkunafe.com/wp-content/uploads/2017/03/kunafe-irfan-bg-2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
/** Add space and shadow for woostify product container **/
.product-page-container {
	padding-bottom: 50px !important;
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
}
/** Set product image width 100% parent container **/
.product-images-container .image-item img {
	width: 100%;
}
/** Product Title **/
.product_title {
	font-size: 24px !important;
}
/** Related Product **/
.related > h2, .up-sells > h2, .woostify-product-recently-viewed-section > h2 {
	font-size: 24px !important;
	font-weight: 700 !important;
}
/** Product archives, related, etc... */
.product-loop-content .woocommerce-loop-product__title a {
	color: inherit !important;
}
.product-loop-content .woocommerce-loop-product__title a:hover {
	color: #816417 !important;
}
/** Set fullscreen image option button to default woostify style ignoring elementor kit style **/
.pswp .pswp__button {
	padding: 0 !important;
}