/**
Theme Name: Astra Child (Coast Pneumatics)
Author: mGood
Author URI: http://wpastra.com/about/
Description: Astra Child Theme in use for Coast Pneumatics
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-coast-pneumatics
Template: astra
*/

.woocommerce-LoopProduct-link>img{ height:200px !important;
	object-fit:contain
}

div.astra-shop-summary-wrap > a.button.add_to_cart_button.ajax_add_to_cart{
	display: flex;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;}

.empty-term{
	display:none;
}
.facet-search{
	display:none;
}

div.inner{
    overflow-x: hidden!important;
}
div.inner::-webkit-scrollbar {
    width: 1em;
}
 
div.inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 20px;
}
 
div.inner::-webkit-scrollbar-thumb {
  background-image: linear-gradient(180deg, #F82900 0%, #E55928 100%);
  border-radius: 20px;
}
.wp-block-group__inner-container{
	background: #f8f8f8;
    padding: 10px 0px 10px 8px;
}
div.inner > div >  a{
	color: #3a3a3a;
}
div.terms.searchable{
	margin-top:2px;
	border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}


.star-rating span{
	color: #FF9900!important;
}
.star-rating::before{
	color: #FF9900!important;
}

	.looped-rating{
		display: flex!important;
	 align-items: baseline;
	}
mark.count {
	display: none!important;
}