#replacement-category-boxes .product-grid-item .product-image {
    min-height: 177px;
    background-color: #FFF;
}
#replacement-category-boxes .product-grid-item .product-wrapper {
    box-shadow: none;
}
#replacement-category-boxes .product-grid-item .product-details {
    position: relative;
    padding: 35px 15px 25px;
    text-align: center;
}
#replacement-category-boxes .product-title a, #replacement-category-boxes .product-title span {
    font-size: 22px;
    font-family: 'PT Sans', sans-serif;
    color: #55a4b6;
    display: inline-block;
    margin-bottom: 2px;
    font-weight: bold;
}
#replacement-category-boxes .product-title span {
    margin-bottom: 20px;
}
#replacement-category-boxes .product-title {
    min-height: 67px;
}
#replacement-category-boxes .find-parts .button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 14px 35px;
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-radius: 0px;
    outline: none;
    color: white;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: color 0.3s ease-in-out 0s, background 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s;
    background-color: #f7c44a;
}

@media (max-width: 543px) {
    #replacement-category-boxes .sm-per-row-2 .product-grid-item {
        ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
   }
    #replacement-category-boxes .sm-per-row-2 .product-grid-item .product-image {
        min-height: 115px !important;
        background-color: #d7d7d7;
   }
    #replacement-category-boxes .sm-per-row-2 .product-grid-item .product-title span {
        font-size: 16px !important;
   }
    #replacement-category-boxes .sm-per-row-2 .product-grid-item .product-details {
        position: relative;
        padding: 20px 15px 0px;
        text-align: center;
   }
    #vue-replacement-parts-page .products-per-row-3 .product-grid-item {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 100%;
   }
    #vue-replacement-parts-page .product-grid-item .product-title a {
        font-size: 12px;
        min-height: 95px;
   }
    #vue-replacement-parts-page .product-grid-item .product-details {
        padding: 5px 10px;
   }
    #vue-replacement-parts-page .product-wrapper, #vue-replacement-parts-page .vue-replacement-parts-season-root .product-wrapper {
        min-height: 392px;
   }
    #vue-replacement-parts-page .parts-to-replace {
        font-size: 12px;
   }
    #vue-replacement-parts-page .product-grid.product-view-list .replacement-sort-num, .vue-replacement-parts-season-root .product-grid.product-view-list .replacement-sort-num {
        width: 25px;
        height: 25px;
        line-height: 25px;
   }
}

.product-grid .product-grid-item {
    margin-bottom: 30px;
}

.product-grid-item .product-title a {
    display: inline-block;
    margin-bottom: 2px;
    color: #54a4b6;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 4px;
    min-height: 67px;
    text-decoration: none;
}

.product-grid-item .product-image img {
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.product-grid-item .product-wrapper .product-background-overlay {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #f7c44a;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    transition: opacity 0.3s ease-out 0s;
}
.product-grid-item .product-price {
    font-family: 'PT Sans', sans-serif;
    color: #4a4a4a;
    font-weight: bold;
    font-size: 16px;
}

.products-per-row-4 .product-grid-item {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 544px) {
    .products-per-row-4 .product-grid-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .products-per-row-4 .product-grid-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .products-per-row-4 .product-grid-item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width: 1200px) {
    .products-per-row-4 .product-grid-item {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.product-grid-item .product-wrapper {
    position: relative;
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 0 0 9px rgba(0,0,0, 0.1) !important;
    transition: transform 0.3s ease-out 0s, box-shadow 0.3s ease-out 0s;

}

.product-grid-item:hover {
    transform: translateY(-2px);
    transition: transform .2s ease-in-out;
}

#support-faq-list {
    list-style: none;
    margin-left: 0px;
}
#support-faq-list li:first-child {
    padding-top: 10px;
}
#support-faq-list li {
    line-height: 28px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 16px;
    font-family: "Varela Round", sans-serif;
}
#support-faq-list li a {
    font-family: "Varela Round", sans-serif;
    font-size: 26px;
    color: #55a4b6;
}
.support-faq-header {
    font-size: 36px;
    font-family: "Varela Round", sans-serif;
    margin: 0px 0px 24px;
   /* border-bottom: 1px solid #cacaca;
    */
    padding-bottom: 20px;
    line-height: 40px;
    background-color: #54a4b6;
    color: white;
    padding-top: 20px;
    padding-left: 30px;
}
#support-faq-content {
    margin-bottom: 40px;
}

.faq-question {
    font-family: "PT Sans", sans-serif;
    margin-bottom: 0px;
    font-size: 16px !important;
}

.faq-question:hover {
    cursor: pointer;
}

.faq-question:before {
    content: "Q";
    font-family: 'open_sans_bold', serif;
    color: #d8d8d8;
    font-size: 26px;
    padding-right: 5px;
}

.faq li {
    padding: 15px 10px;
    list-style: none;
    padding-left: 0px;
    transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}

.faq-answer {
    position: relative;
    padding-left: 45px;
    padding-top: 10px;
    font-size: 16px;
}

.faq-answer:before {
    content: "A";
    font-family: 'open_sans_bold', serif;
    padding-left: 20px;
    color: #d8d8d8;
    font-size: 26px;
    padding-right: 5px;
    position: absolute;
    top: 8px;
    left: 0;
    width: 24px;
    height: 30px;
    display: block;
}
