/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Equalize Simple List Blocks - Consignment */

/* Change item class here */
.items_a36ae8d5948d48bbadd7315d0c8d4259 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a36ae8d5948d48bbadd7315d0c8d4259  > .item {
	display: flex;
	flex-direction: column;
}

.default-form {
    max-width: 720px;
    margin: 30px auto;
}

.default-form .row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.form-group {
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 18px;
}

.col-lg-12 {
    width: 100%;
}

.col-md-6 {
    width: 50%;
}

.madform-label-wrapper label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.required {
    color: #b00000;
    margin-left: 3px;
}

.form-control {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid #bbb;
    font-size: 16px;
}

textarea.form-control {
    min-height: 120px;
}

.madform-submit {
    margin-left: 10px;
    padding: 13px 34px;
    background: #111;
    color: white;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

@media (max-width: 700px) {
    .col-md-6 {
        width: 100%;
    }
}

.blockWrap_d11c816d427d41e2a7ef080f4c5d3676 .default-form {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.blockWrap_d11c816d427d41e2a7ef080f4c5d3676 .form-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.blockWrap_d11c816d427d41e2a7ef080f4c5d3676 .maxWidth--content {
    text-align: left;
}

.docs-store-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin: 40px auto;
    max-width: 1200px;
}

.docs-product-card {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    background: #fff;
}

.docs-product-card img {
    max-width: 100%;
    height: 220px;
    object-fit: contain;
}

.docs-product-card h3 {
    margin-top: 15px;
}

.docs-product-card .price {
    font-weight: bold;
    font-size: 20px;
}

@media (max-width: 900px) {
    .docs-store-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .docs-store-grid {
        grid-template-columns: 1fr;
    }
}

/* Doc's Speed Shop independent storefront */
.docs-store-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px;
    margin: 40px auto;
    max-width: 1200px;
}

.docs-product-card {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.docs-product-card img {
    max-width: 100%;
    height: 220px;
    object-fit: contain;
    margin-bottom: 15px;
}

.docs-product-card h3 {
    margin: 10px 0;
    font-size: 21px;
}

.docs-product-card .price {
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0 18px;
}

.docs-product-card .button {
    margin-top: auto;
}

.docs-product-detail {
    max-width: 1180px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 40px;
    align-items: start;
}

.docs-product-detail-image {
    text-align: center;
}

.docs-product-detail-image img {
    max-width: 100%;
    max-height: 520px;
    object-fit: contain;
}

.docs-product-detail-info h1 {
    margin-top: 0;
    font-size: 34px;
}

.docs-product-detail-info .price {
    font-size: 26px;
    font-weight: bold;
    margin: 18px 0;
}

.docs-product-description {
    margin-top: 25px;
    line-height: 1.6;
}

.docs-back-link {
    display: inline-block;
    margin-bottom: 20px;
}

@media (max-width: 900px) {
    .docs-store-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .docs-product-detail {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .docs-store-grid {
        grid-template-columns: 1fr;
    }
}

.block_ac2d86cf5bb7442eb7cac7271fc6c2aa,
.blockWrap_ac2d86cf5bb7442eb7cac7271fc6c2aa {
    display: block !important;
    width: 100vw !important;
    max-width: none !important;
    min-height: 750px !important;
    height: 750px !important;
    overflow: visible !important;
}

.blockAnim,
.blockAnim--hidden,
.blockAnim--fade,
.blockAnim--fadeUp {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.deferredLoadGallery img[data-src] {
    opacity: 1 !important;
    visibility: visible !important;
}

.docs-hero {
    display: block !important;
    position: relative !important;
    width: 100vw !important;
    height: 750px !important;
    min-height: 750px !important;
    margin-left: calc(50% - 50vw) !important;
    background: url('/images_flat/home_hero.jpg') center center / cover no-repeat !important;
    z-index: 1 !important;
}

.blockAnim,
.blockAnim--hidden {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.product-category-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 20px !important;
    max-width: 1400px !important;
    width: 100% !important;
    margin: 25px auto 35px !important;
}

.product-category-row a {
    flex: 0 0 220px !important;
    max-width: 220px !important;
}

.product-category-row img {
    width: 220px !important;
    max-width: 220px !important;
    height: 150px !important;
    max-height: 150px !important;
    object-fit: contain !important;
    display: block !important;
}

.block_ed8cf867f7574845bf91bacc4be3625b .blockImg {
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.block_ed8cf867f7574845bf91bacc4be3625b .blockText {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

div.blockWrap_e4fd57f0bd1d4e0380d531d1485f09f4 {
    background:
        linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)),
        url("/images_flat/shop_view_for_services.jpg") !important;
    background-size: cover !important;
    background-position: center center !important;
}

/* Services final CTA block */
.blockWrap_af09748952ee4c7390892b51fd4c41df,
.block_af09748952ee4c7390892b51fd4c41df,
.blockWrap_af09748952ee4c7390892b51fd4c41df .blockText,
.blockWrap_af09748952ee4c7390892b51fd4c41df .blockInnerContent {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    color: #222 !important;
}

.blockWrap_af09748952ee4c7390892b51fd4c41df {
    background: #fff !important;
    padding: 50px 20px !important;
    text-align: center !important;
}

.blockWrap_af09748952ee4c7390892b51fd4c41df .blockImg {
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 15px !important;
}

.blockWrap_af09748952ee4c7390892b51fd4c41df .blockImg img {
    max-width: 120px !important;
    height: auto !important;
}

.blockWrap_af09748952ee4c7390892b51fd4c41df .contentTitle {
    color: #222 !important;
}

/* Experience the Doc's Speed Shop Difference Today section */

.blockWrap_af09748952ee4c7390892b51fd4c41df {
    background: url("/images_flat/a7c87bed4d8740c0b9e1ab684e0492e2_BG-DARK.3.jpg")
                center center / cover no-repeat !important;

    padding: 80px 40px !important;
}

/* Yellow heading */
.blockWrap_af09748952ee4c7390892b51fd4c41df .contentTitle {
    color: #D4AF37 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.8);
}
/* White paragraph text */
.blockWrap_af09748952ee4c7390892b51fd4c41df p,
.blockWrap_af09748952ee4c7390892b51fd4c41df a {
    color: #ffffff !important;
}

/* Center text */
.blockWrap_af09748952ee4c7390892b51fd4c41df .blockText {
    text-align: center !important;
}

/* Improve readability */
.blockWrap_af09748952ee4c7390892b51fd4c41df .contentTitle,
.blockWrap_af09748952ee4c7390892b51fd4c41df p {
    text-shadow: 0 2px 8px rgba(0,0,0,.8);
}

/* Yellow Contact Us button */
.blockWrap_af09748952ee4c7390892b51fd4c41df .button {
    background: #D4AF37 !important;
    color: #000 !important;
    border: 2px solid #FFD700 !important;
}

.blockWrap_af09748952ee4c7390892b51fd4c41df .button:hover {
    background: #ffea70 !important;
    color: #000 !important;
}

/* Final CTA: icon above text */
.blockWrap_af09748952ee4c7390892b51fd4c41df .blockContent {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.blockWrap_af09748952ee4c7390892b51fd4c41df .blockImg {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto 20px auto !important;
    text-align: center !important;
}

.blockWrap_af09748952ee4c7390892b51fd4c41df .blockImg img {
    display: block !important;
    width: 120px !important;
    max-width: 120px !important;
    height: auto !important;
    margin: 0 auto !important;
}

/* Services badges section */

.blockWrap_f0e62c42635041d99f3ea319c3df5864,
.block_f0e62c42635041d99f3ea319c3df5864,
.blockWrap_f0e62c42635041d99f3ea319c3df5864 .blockContent {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Remove page background behind Services badges block */
.blockWrap_f0e62c42635041d99f3ea319c3df5864 {
    background: #ffffff !important;
    background-image: none !important;
    position: relative !important;
    z-index: 2 !important;
}

.blockWrap_f0e62c42635041d99f3ea319c3df5864 .blockContent {
    background: #ffffff !important;
    background-image: none !important;
}

/* Paint & Body gallery */

.blockWrap_e99208237adf439ba9d1957c23e53201 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.blockWrap_e99208237adf439ba9d1957c23e53201 .blockImg {
    text-align: center;
}

.blockWrap_e99208237adf439ba9d1957c23e53201 .contentImg {
    width: 100%;
    height: auto;
}

.about-us-slider {
  width: 100%;
  overflow: hidden;
}

.about-us-slider .docs-local-slider-window {
  width: 100%;
  overflow: hidden;
}

.about-us-slider .docs-local-slider-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.6s ease;
}

.about-us-slider .docs-local-slider-track img {
  width: 33.3333%;
  height: 240px;
  object-fit: cover;
  flex: 0 0 33.3333%;
  display: block;
}
