/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Astra Child Theme for WooCommerce Inquiry Popup
Author: Khushal Rathod
Template: astra
Version: 1.0
*/

/* ===== Inquiry Popup Styling ===== */

#inquiryPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 9999;
}

.popup-content {
    background: #fff;
    max-width: 420px;
    width: 90%;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}

.popup-content h3 {
    margin-bottom: 15px;
}

.popup-content input,
.popup-content textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

#closeInquiry {
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 22px;
    cursor: pointer;
}
.ved-wa-wrap {
	max-width: 480px;
	margin: 30px auto;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.ved-wa-form {
	background: #ffffff;
	padding: 24px;
	border-radius: 8px;
}

.ved-wa-title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
}

.ved-wa-group {
	margin-bottom: 16px;
}

.ved-wa-group label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 500;
	color: #374151;
}

.ved-wa-group input,
.ved-wa-group textarea {
	width: 100%;
	padding: 10px 12px;
	border-radius: 6px;
	border: 1px solid #d1d5db;
	font-size: 14px;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.ved-wa-group input:focus,
.ved-wa-group textarea:focus {
	border-color: #22c55e;
	outline: none;
	box-shadow: 0 0 0 3px rgba(34,197,94,0.2);
}

.ved-wa-btn {
	width: 100%;
	padding: 12px;
	background: #FF6D00
	color: #ffffff;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background .2s ease;
}

.ved-wa-btn:hover {
	background: #16a34a;
}
.ved-error {
	color: #dc2626;
	font-size: 12px;
	margin-top: 4px;
	display: block;
}
.single_variation_wrap{
display:none !important;
}
.home-page-tab ul.products li.product a img, .home-page-tab ul.products li.product a img{
    border-radius: 10px;
}
.ved-single-inquiry {
    background-color: #ff6d00 !important;
    width: 100%;
    border-radius: 10px !important;
    font-weight: 800 !important;
}
@media (max-width: 921px) {
     .home-page-tab .woocommerce ul.products:not(.elementor-grid), .home-page-tab .woocommerce-page ul.products:not(.elementor-grid), .home-page-tab .woocommerce.mobile-columns-2 ul.products:not(.elementor-grid), .home-page-tab .woocommerce-page.mobile-columns-2 ul.products:not(.elementor-grid) {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media (max-width: 544px) {
    .home-page-tab button{
        min-width: 100%;
    }
   
    .home-page-tab .ast-article-single, .astra-shop-summary-wrap, .home-page-tab .cfvsw-shop-variations tr td{
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}
.site-logo-img img{
    filter: none;
}
.product-dimensions{
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}
.woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: .5em;
    padding: 0;
    font-size: 24px;
    font-weight: 800;
}
.woocommerce-js ul.products li.product .price, .woocommerce-page ul.products li.product .price{
    font-size: 18px;
}
.astra-shop-summary-wrap .product-dimensions, .astra-shop-summary-wrap .woocommerce-product-details__short-description{
    order: 0 !important;
}
.home-page-tab .woocommerce ul.products li.ast-article-single{
    padding: 20px;
    background: #eceff3;
    border-radius: 15px;
    border: 4px solid #fff;
    margin-bottom: 25px;
    box-shadow: 1px 1px 17px 1px #808285;
}
span.woocommerce-Price-amount.amount {
    color: #ff6d00;
}

.cfvsw-shop-variations tr:last-child .cfvsw-swatches-option {
    width: auto !important;
    height: 35px !important;
}
.cfvsw-shop-variations tr:nth-child(2) .cfvsw-swatches-option {
    width: 35px !important;
    height: 35px !important;
}