/*
Theme Name: PrintSpace - Child
Theme URI: https://harutheme.com/printspace
Author: HaruTheme
Author URI: https://harutheme.com/
Description: This is child theme of PrintSpace
Template: printspace
Version: 1.0.0
*/

/*---------------------------------
  	Write your css code from here
------------------------------------*/
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button{
	background: #d37657;
  	color: #FFF;
	border-radius:8px;
}
.theme-printspace .wp-block-woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
	padding: unset;
}

.woocommerce-ordering .orderby,
.haru-archive-product .woocommerce-result-count,
.haru-archive-product .archive-content .shop-filter__sidebar-btn{
	display:none;
}
.easy-notification-bar{
	padding:5px !important;
}
.single-product-top form.cart table.variations .variable-attribute-wrap > li .button-tooltip,
.single-product .haru-social-share,
.single-product .product_meta .sku_wrapper{
	display:none;
}
#katchy-instagram .broken_link{
	text-decoration:none;
}