/* begin product page badges fix */
.product-badges-module .product-badges .product-badge-column-layout{
	width: 48% !important;
}
/* end product page badges fix */

/* begin fix the thumbnail arrows */
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-next, 
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-prev {
    height: 60px;
	padding: 0;
}
/* end fix the thumbnail arrows */

/* begin adding GM under production description image */
#page-product .product-brand-description-module .product-description > h3 {
	display: none;
}
#page-product .product-brand-description-module .product-description .description_body .desktop-image::after {
	content: 'GM';
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    margin-bottom: 18px;
    margin-top: 18px;
    text-transform: uppercase;
    color: #383838;
    font-size: 15px;
    display: block;
}
/* end adding GM under production description image */

/* product pages */
#layout_product .product-page-layout .col-md-6 .product-left .page-builder-layout-module,
#layout_product .product-page-layout .col-md-6 .product-left .product-images-module {
	height: auto;
}

/* change theme color */
.promotional-banner-wrap .promotional-banner-text-wrap,
.actions-bar-module #cart_column .call-to-action-button,
.call-to-action-button,
.btn-primary {
	background-color: #0076A8 !important;
}

#featured-custom .product-wrapper-link {
    height: 370px;
}
.contact-form-fields .fieldset label:nth-child(7):before {
    content: 'Please Add VIN to Ensure Correct Part Fitment';
    font-weight: 500;
    line-height: 28px!important;
}
.contact-form-fields .fieldset label:nth-child(7) span {
   display: none!important;
}
.links-list-module.links-display-inline.list-style-header {
    margin: auto 4.5em!important;
    font-size: 15px;
}
.promotional-banner-wrap {
    display: none;
    padding: 0;
    position: relative;
}
.promotional-banner-text {
    font-size: 18px!important;
    color: #fff;
}
.featured-products-module .product-wrapper-link .product-details-link {
    background-color: #007BA7;
	color: #fff;
}
.featured-products-module h2 {
    margin-top: 0;
    text-align: center;
    border-bottom: 1px solid #000;
    margin: 0px 35%;
}
.featured-products {
    margin: 20px 0 20px;
}
.mailing_address {
    color: #ccc;
    line-height: 2em;
}

#mobile-drop-downs .slider-tab {
    border-bottom: 0;
}

.page-builder-layout-module .mobile-search-col .one-fifth .mobile-slider-button {
    background: #FEBD69 !important;
}

#mobile-header-custom .mobile-search-col .icon-wrap {
    padding: 18px 0;
}

/* Custom Mobile Header */
.page-builder-layout-module.mobile-logo-col {
    display: none;
}

.page-builder-layout-module.test_mobile_search {
    width: 50%;
    float: left;
}

button.button-start-search.submit.call-to-action-button {
    display: none;
}

.test_mobile_search .search-bar-module {
    padding: 12px 0px;
}

.test_mobile_search  input#main_search_1 {
    border: none;
}

@media (max-width: 767px) {
.promotional-banner-wrap {
    position: fixed!important;
    width: 100%;
    z-index: 600; }}

.custom_shipping_banner .container-wrap.container-fluid {
    padding: 0px 0px!important;
}

/*
.product-images-module .product-images .product-main-image-link img.centered {
    
    width: 95%;
}
*/

.methods-list .shipping-method .delivery-info {
   
    display: none!important;
}


/* Footer Link List Margin Adjustment */

#footer-custom ul.links-list {
    display: block;
    margin-bottom: 24px;
}


/* Follow Up Text Alignment - Completed Page Script */

.LabelNote span {
    display: inline!important;
    padding: 0px 0px 5px 25px!important;
}
.payment-message-display {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}

/* Hides PayPal yellow button on Cart Page */

.paypal-smart-buttons {
display: none; 
}

#layout_product > div > div > div:nth-child(2) > div > div > div:nth-child(2) > div > div:nth-child(1) > div > div > div.part-manufacturer {
    display: none;
}

#layout_product > div > div > div:nth-child(3) > div > div > div:nth-child(2) > div > div:nth-child(1) > div > div > div.part-manufacturer {
    display: none;
}

.product-info-module .product-details {
    margin-top: 0px;
}

.wpd-card {
border-radius: 2em;
border: 1px solid rgba(0,0,0,.2);
background: white;
}