/**
* Theme Name: Vova Child
* Description: This is a child theme for Vova
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0
* Template: vova
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.rating{
	display:none;
}

.product-block .stock{
	display:none!important;
}

.add-to-enquiry-loop{
	margin-left: 20px!important;
}

.add-to-enquiry-loop:hover{
	background-color:#041e42;
	color:#fff;
}

.add-cart{
	display:none;
}

.cart-icon{
	display:none;
}

.tbay-after-inner-product-summary{
	display:none!important;
}

.tbay-button-popup-wrap{
	display:none!important;
}

h1, .h1 {
        font-size: 2rem;
    }

.franchise__subheadline{
	font-size:18px;
}

p{
	font-size:18px!important;
}

ul li{
	font-size:18px;
}

/* store */
/* Container & Layout */
.store-locator {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #333;
}

.store-locator__header {
    text-align: center;
    margin-bottom: 40px;
}

.store-locator__header h1 {
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 10px;
}

.store-locator__subheading {
    font-size: 1.1rem;
    color: #666;
}

.store-locator__trustline {
    font-weight: 600;
    font-size: 0.9rem;
    color: #007bff; /* Primary Brand Color */
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Sidebar & Main Content Layout */
.store-locator__layout {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 30px;
    align-items: start;
}

@media (max-width: 992px) {
    .store-locator__layout {
        grid-template-columns: 1fr;
    }
}

/* Card Styling */
.card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.card__title {
    font-size: 1.25rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

/* Form Elements */
.field__label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.field__input, .field__select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.field__input:focus, .field__select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
}

.field__help {
    font-size: 0.8rem;
    color: #777;
    margin-top: -10px;
    margin-bottom: 15px;
}

.field__fieldset {
    border: none;
    padding: 0;
    margin: 20px 0;
}

.radio {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 0.95rem;
}

.radio input {
    margin-right: 10px;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    width: 100%;
    margin-bottom: 10px;
    text-decoration: none;
}

.btn-primary {
    background-color: #007bff;
    color: white;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.btn-secondary {
    background-color: #6c757d;
    color: white;
}

.btn-outline {
    background: transparent;
    border: 1.5px solid #007bff;
    color: #007bff;
}

.btn-outline:hover {
    background: #007bff;
    color: white;
}

.btn-link {
    background: none;
    color: #666;
    text-decoration: underline;
    font-size: 0.9rem;
}

/* Map Placeholder */
.map__placeholder {
    height: 300px;
    background: #f8f9fa;
    border: 2px dashed #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

/* Store Cards */
.store-card {
    transition: transform 0.2s;
}

.store-card:hover {
    transform: translateY(-3px);
    border-color: #007bff;
}

.store-card h3 {
    margin: 0 0 10px 0;
    color: #000;
}

.muted { color: #6c757d; }
.small { font-size: 0.85rem; }

/* Franchise Section */
.franchise-cta {
    background: #f0f7ff;
    border: 1px solid #d0e3ff;
    text-align: center;
}

/* Layout Alignment */
.store-locator__layout {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 30px;
    margin-top: 30px;
}

/* Card Styling for Search and Results */
.card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border: 1px solid #eee;
    margin-bottom: 20px;
}

/* Form Styling */
.field__input, .field__select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1.5px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.btn-primary {
    background-color: #007bff; /* Primary Action */
    color: white;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}

.btn-secondary {
    background-color: #f8f9fa;
    color: #333;
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
}

/* Results Visibility */
.results__list, .empty-state, .assistance-form {
    display: none; /* Initially hidden, JS will show them */
}

/* Responsive */
@media (max-width: 768px) {
    .store-locator__layout { grid-template-columns: 1fr; }
}

@media (max-width: 1199px) {
    .topbar-device-mobile .tbay-element-mini-cart {
        max-width: 30px;
        display: none;
    }
}

@media (max-width: 767px) {
    .tb-addtocart-mb .product-block.vertical div.add-cart a {
        display: none!important;
    }
	.add-to-enquiry-loop {
    margin-left: 0px !important;
}
	.tb-addtocart-mb .product-block div.add-cart a{
		display: none;
	}
}

/* #tbay-breadcrumb-blog.tbay-breadcrumb ~ #main-container{
	margin-top:140px;
} */

#tbay-breadcrumb-blog{
	margin-top: 200px;
}