/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.2.1749900347
Updated: 2025-06-14 11:25:47

*/

/* buy now button on single product page */
#sbw_wc-adding-button{
	background-color:var(--ast-global-color-1);
	border: 2px solid var(--ast-global-color-1) !important;
	text-wrap-mode:nowrap;
}
/* buy now buttotn on single product page END */

/* customize add to cart button on single product page */
.single-product button[name="add-to-cart"]{
	background:#fff!important;
	color:var(--ast-global-color-1) !important;
	border: 2px solid var(--ast-global-color-1) !important;
	margin-right:28px !important;
	text-wrap-mode:nowrap;
}

/* customize cart form on single product page */
body.single-product form.cart{
	    margin: 2rem auto 1rem auto;
}

/* styling sticky download pdf button on single page  */
.bottom-fixed{
position: fixed;
    bottom: 1px;
    left: 0;
    right: 0;
    z-index: 999;
    text-align: center;
	
}
.bottom-fixed .wp-block-button .wp-block-button__link{
		width:92vw;
	max-width:500px;
	font-size:1.3rem;
}

/* customize single product title and short description */
body.single-product .product_title{
	font-size:1.5rem;
}
body.single-product .woocommerce-product-details__short-description > ul{
	margin: 1rem 0rem 1rem .5rem;
    font-size: 0.9rem;
    line-height: 2;
    letter-spacing: 0.8px;
}
body.single-product .ast-single-product-payments legend{
	color:green;
}

/* styling shop page */
body.post-type-archive-product .ast-woocommerce-container{
	background-color: #F0F5FA !important;
}
body.post-type-archive-product .woocommerce-breadcrumb{
	display:none !important;
}
body.post-type-archive-product ul.products > li{
	padding: 1rem !important;
    border: 1px solid #D1D5DB !important;
    border-radius: 5px !important;
}
body.post-type-archive-product ul.products > li span.price{
	    margin-top: 0.3em !important;
    margin-bottom: 1.5em !important;
}
body.post-type-archive-product ul.products > li a.add_to_cart_button{
	display: block !important;
    text-align: center !important;
}
body.post-type-archive-product ul.products > li img.attachment-woocommerce_thumbnail{
	border-radius:5px;
}
body.post-type-archive-product .woocommerce-ordering{
	background-color:white;
	padding-right: 0.5rem ;
}
body.post-type-archive-product .woocommerce-ordering > select.orderby{
	height: auto;
}
/* styling shop page END */

/* customizing search bar in home and footer */
.wp-block-search__input{
	height:auto !important;
	border-top-right-radius:0 !important;
	border-bottom-right-radius:0 !important;
}
.wp-block-search__button{
	margin-left:0 !important;
	border-top-left-radius:0 !important;
	border-bottom-left-radius:0 !important;
}