#menu-main .caret {
    display: none;
}
.wp-more {
    display: none;
}
.wp-more-toggle {
    display: block;
    text-decoration: underline;
    font-size: 90%;
}
.store-location {
    font-size: 1.1rem;
    padding: 20px .5rem 10px;
    text-align: center;
    width: 100%;
    position: relative;
}
.store-location a > small {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 70%;
    font-weight: 400;
    color: #dc3232;
    top: 0px;
}
.store-location a {
    display: block;
    text-transform: uppercase;
}
.store-location a:first-child {
    color: #009c3d;
}
.store-location a:last-child {
    border: 1px solid #009c3d;
    background-color: #009c3d;
    color: #fff;
    font-size: 13px;;
}
.store-location a i {
    margin-right: 5px;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skin {
    border-color: #009c3d;
    color: #009c3d;
}
.post-content .ttm_single_image-wrapper.img-right {
    float: right; margin-left: 1rem;max-width: 50%; border: 1px solid #f5f5f5; border-radius: 3px;
}
.post-content h2 {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 1rem;
}
.post-content h2 strong {
    font-weight: 500;
}
.jssocials-shares {
    display: flex;
}
.jssocials-shares .jssocials-share {
    margin-right: 1rem;
    color: #8d9297;
}
.jssocials-shares .jssocials-share  .jssocials-share-link {
    color: #8d9297;
    font-weight: 600;
}
.jssocials-shares .jssocials-share .jssocials-share-label {
    margin-left: 3px;
    color: #8d9297;
}

.ttm-bgcolor-custom {
    background-color: #f3f7f9;
    color: #182333;
}

.tag-section a {
    display: inline-block;
    border: 1px solid;
    padding: 5px 10px;
    margin-right: 1px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 5px;
}

table.table-borderless thead tr {
    border-top: none;
    border-left: none;
    border-right: none;
}

table.table-borderless tbody tr {
    border: none;
}

#menu-main .sub-menu li a {
    text-transform: uppercase !important;
}

.featured-imagebox-portfolio {
    max-height: 230px;
}

.tyres .ttm-box-bottom-content .short {
    height: 3rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.featherlight-content .ttm-box-bottom-content .short {
    text-align: left;
    margin-bottom: 10px;
}


.addition-details {
    display: none
}

.featherlight .featherlight-content {
    max-width: 60%;
    max-height: 90%;
}

.featherlight .addition-details {
    display: block;
    margin-top: 1.5rem;
    text-align: left;
}

.featherlight .addition-details>a {
    display: block;
    font-size: .8rem;
    line-height: 1.2rem;
    padding: .3rem 0;
    color: #666;
    text-decoration: underline;
}

.featherlight .featherlight-close-icon {
    font-size: 2em;
    margin: .5em;
}

article.featherlight-inner {
    width: 100%;
    padding: 2em 0;
    color: #333;
}

article.featherlight-inner>div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

article.featherlight-inner a.expand {
    display: none;
}

.featherlight-content .style-nitro.featured-imagebox .ttm-box-bottom-content .featured-title h5 {
    font-size: 24px;
    margin-bottom: 1rem;
}

article.featherlight-inner .description {
    padding: 1em 0 2em;
}

.contact-store-info {
    display: flex;
    justify-content: space-around;
}

.contact-store-info > h2 {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
    font-weight: 500;
}
.contact-store-info > h2:last-child {
    color: #009c3d;
}
.contact-store-info > h2 > small {
    position: absolute;
    top: -24px;
    right: 0;
    font-size: 60%;
    font-weight: 300;
    color: #dc3232;
}
.footer .widget {
    margin-bottom: 10px;
}
.contact-btns > p {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.contact-btns > p > button.ttm-btn.ttm-btn-size-md {
    padding: 13px 20px !important;
    margin: 0 !important;
}
.wp-gr .wp-google-text {
    font-size: 14px !important;
    font-family: "Poppins",Tahoma,Geneva,sans-serif !important;
}
@media (max-width: 768px) {

    article.featherlight-inner>a,
    article.featherlight-inner>div {
        display: table-row;
        width: 50%;
        vertical-align: middle;
        text-align: center;
    }

    article.featherlight-inner>a>img {
        max-height: 200px;
        width: auto;
    }
}

@media (max-width: 480px) {
    .site-branding img {
        max-height: 70px;
    }
    .row-title h2.title {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 2rem;
    }
    /* .wp-gr .grw-slider .grw-slider-reviews {
        margin-left: 0 !important;
    }
    .wp-gr .grw-row-s .grw-slider-review {
        max-width:  35%!important;
    } */
}

@media (max-width: 425px) {
    .featherlight .featherlight-content {
        max-width: 100%;
        max-height: 100%;
    }
    .contact-btns > p {
        flex-wrap: wrap;
    }
        
    .contact-btns > p > button.ttm-btn.ttm-btn-size-md {
        width: 100%;
        margin-bottom: 10px !important;
    }
}