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

/*---------------------------------
  	Write your css code from here
------------------------------------*/

.woocommerce-thankyou-order-received {
  
    border: 2px dashed green;
  
    background-color: #f5f5f5;
    color: green;
   
}

.woocommerce-cart .cart-totals {
	margin-top:0px;
}
.haru-container.haru-container--large {
    margin-top:10px;
}
.stock in-stock{
	display:none !important;
}