/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description: Astra Child Theme
 Author:      Your Name
 Author URI:  https://yourwebsite.com/
 Template:    astra
 Version:     1.0.0
*/

/* Add your custom CSS below */

.ast-on-card-button {
    display: none;
}

.swiper-slide-inner{
	background-color: #fff;
	border-radius: 10px;
}
.woocommerce-js div.product .product_title {
    /*margin: 0 0 1.2em 0;*/
    font-size: 30px;
    color: #538087;
}

.woocommerce-product-details__short-description h4{
	color: #323436;
	margin-bottom: 12px;
}
.ast-single-post .entry-content a{
	text-decoration: none;
}

.woocommerce-js a.button{
	background-color: #538087;
	padding: 15px 25px;
	border-radius: 10px;
	font-weight:400;
	font-size: 18px
}
.woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}


.enquiry-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 9999;
}

.enquiry-popup-box {
    background: #fff;
    max-width: 500px;
    margin: 10% auto;
    padding: 25px;
    position: relative;
}

.enquiry-close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 22px;
}

.product-enquiry-btn {
    padding: 12px 24px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
}

.popup-btn-after-title{
        margin: 2em 0 2em 0;
}

.product-popup-btn-wrapper {
    margin: 15px 0 20px;
}

.product-popup-btn {
    background: #000;
    color: #fff;
    padding: 12px 26px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 15px;
}

.woocommerce nav.woocommerce-pagination ul li span.current{
	background: #000000;
}
.woocommerce nav.woocommerce-pagination ul li{
		border-color: #000;
}