/* #Primary
================================================== */
.product { width: 100%; height: 100%; 
    min-height: 40vh; /* display: flex; */ justify-content: center; align-items: center; }
.product__inner { /* display: flex; */ }
.product__slider { margin: auto; }
.product__slider-item { width: unset !important; }
.product__slider-box { /* display: flex; */ align-items: center; justify-content: center; max-width: 700px; }
.product__slider-box img { max-width: 100%;  }
.nav__slider { width: 85px; margin: auto !important; margin-top: 20px; }
.nav__slider-box { /* display: flex; */ align-items: center; justify-content: center;  border: 1px #ccc solid; padding: 5px; margin-bottom: 5px;}
.nav__slider img { width: 75px; }
.nav__slider-item.slick-slide.slick-current.slick-active.slick-center{ border: 1px #e60023 solid; }
.product__slider .slick-dots li.slick-active button:before { color: #fff;  }
.product__slider .slick-dots li button:before { color: #fff; }
.product__slider .slick-current .slick-active { width: unset !important; }
.product__slider .slick-vertical .slick-slide { border: none; margin-bottom: 10px; /* display: flex; */ align-items: center; justify-content: center; }


/* Custom CSS */
.ourdealers body {
    background-color: #f8f8f8;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* 1. Row ko Flex container banaya */
.ourdealers .row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

/* 2. Card (Panel) styling - Height 100% zaroori hai */
.ourdealers .dealer-panel {
    border: none;
    border-top: 4px solid #d90000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px !important;
    background: #fff;
    
    /* Ye property magic karegi height barabar karne ke liye */
    height: 100%; 
    width: 100%;
}

.ourdealers .dealer-panel:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.ourdealers .panel-heading {
    background-color: #fff !important;
    border-bottom: 1px solid #eee;
    padding: 15px;
}

.ourdealers .panel-title {
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.ourdealers .panel-body {
    padding: 15px;
}

/* Section Titles */
.ourdealers .section-header {
    border-left: 5px solid #d90000;
    padding-left: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.ourdealers .text-muted {
    color: #777;
}

.ourdealers a { color: #333; text-decoration: none; }
.ourdealers a:hover { color: #d90000; text-decoration: underline; }
#block-wowfooterimage{
	position: fixed;
    top: 0;
    z-index: 99999;
    right: 14%;
	padding: 0;
}
#block-gtranslate {
    text-align: left !important;
}
@media (1020px <= width <= 1450px) {
	#block-wowfooterimage{
		right: 5%;
	}
}
@media (760px <= width <= 1020px) {
	#block-wowfooterimage{
		right: 2%;
	}
	#block-wowfooterimage img{
		height: 180px !important;
		width: 100% !important;
	}
}
@media (width < 760px) {
	#block-wowfooterimage{
		right: 0%;
	}
	#block-wowfooterimage img{
		height: 115px !important;
		width: 100% !important;
	}
}