.delivery-banner img {
    width: 100%;
}


.home-parts-inner .banners-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -9px;
}

.home-parts-inner .banners-items .item {
    width: 33.3%;
    padding: 0 9px;
    margin-bottom: 15px;
    position: relative;
}

.home-parts-inner .banners-items .item .image a {
    display: block;
}

.home-parts-inner .banners-items .item .image a::after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .4s;
}

.home-parts-inner .banners-items .item .image a:hover::after {
    opacity: 1;
}

.home-parts-inner .banners-items .item .image {
    position: relative;
}

.home-parts-inner .banners-items .item .content {
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.home-parts-inner .banners-items .item .image img {
    width: 100%;
}

.home-parts-inner .banners-items .item h2 {
    font-size: 37px;
    line-height: 35px;
    color: #444444;
    font-weight: 400;
    font-family: "Bebas_Neue";
}

.btn-shop a {
    font-size: 19px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Bebas_Neue";
    background-color: #d92125;
    padding: 6px 15px 5px;
    display: inline-block;
}

.btn-shop a:hover {
    background: #434343;
}

.btn-shop a:focus,
.btn-shop a:active,
.btn-shop a:visited {
    color: #fff !important;
}

body .title h2 {
    font-size: 37px;
    letter-spacing: 1px;
    line-height: 74px;
    color: #444444;
    font-weight: 400;
    font-family: "Bebas_Neue";
    text-align: center;
    position: relative;
}

body .title h2::after {
    content: "";
    height: 2px;
    width: 210px;
    display: block;
    color: #000;
    position: absolute;
    background: #d92125;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    top: 61px;
    transform: translate(-50%);
}

/***  testimonial ***/

.home-testimonial-section {
    background: #f2f2f2;
}

.slider-box {
    width: 28.3%;
    border-radius: 8px;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.14));
    background-color: #ffffff;
    border: 0px solid #000000;
    padding: 9px 12px;
    position: relative;
    height: 100%;
}

.slider-box::after {
    position: absolute;
    background-image: url(../images/Shape4.png);
    content: "";
    display: block;
    bottom: -28px;
    width: 36px;
    height: 29px;
    background-repeat: no-repeat;
    left: 40px;
}

.testimonial-items {
    display: flex;
    justify-content: center;
}

.testimonial-main {
    padding: 40px 0 70px;
}

.testimonial-items .text {
    font-style: italic;
    margin-top: 5px;
}

.testimonial-items .rating-summary .rating-result {
    width: 88px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

body .rating-summary .rating-result:before {
    color: #ffdc00;
    font-size: 22px;
    height: 22px;
    letter-spacing: 2px;
    line-height: 22px;
}

body .rating-summary .rating-result {
    width: 88px;
    display: block;
    position: relative;
    vertical-align: middle;
    height: 22px;
}

.testimonial-items .slick-track {
    display: flex !important;
}

.testimonial-items .slick-slide>div {
    height: 100% !important;
}

.testimonial-items.slick-initialized .slick-slide {
    height: auto;
    margin-bottom: 30px;
    padding: 0 25px;
}

/*** Products Block ***/
body.page-layout-1column .products-grid .product-item {
    width: 25%;
    padding: 0 15px;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    background: #fff;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9;
}

.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* padding-bottom: 102% !important; */
}

.product-image-main {
    border: 1px solid #ccc;
    margin: 0 auto;
    text-align: center;
}

.products.wrapper.grid.products-grid .product-image-container {
    display: inline-block;
    max-width: 100%;
    width: 100% !important;
    /* border: 1px solid #ccc; */
}

.product-image-photo {
    /* bottom: 0;
    display: block;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border: 1px solid #b8b8b8;
    height: 100%; */
}

.product-item-name,
.product.name a {
    font-weight: 400;
    font-size: 12px;
    color: #444444;
    font-family: "open_sanssemibold";
    text-align: center;
}

.product-item-name:hover,
.product.name a:hover {
    color: #d92226;
}

.product-item .price-box .price {
    white-space: nowrap;
    font-size: 14px;
    color: #d92226;
    font-weight: 700;
    font-family: "open_sansbold";
    text-align: center;
    display: block;
}

.product-item-actions .actions-primary+.actions-secondary {
    display: none;
}

.product-item-info {
    max-width: 100%;
    width: 100%;
}

body .product-item .tocart {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    border-radius: 15px;
    background: #434343 url(../images/addcart.png);
    background-repeat: no-repeat;
    padding: 9px 15px 7px;
    width: 165px;
    text-align: left;
    background-position: 93% 9px;
    border: none;
}

body .product-item .tocart:hover {
    background: #b30001 url(../images/addcart.png);
    background-repeat: no-repeat;
    padding: 9px 15px 7px;
    width: 165px;
    text-align: left;
    background-position: 93% 9px;
    border: none;
}

.product-item-actions .actions-primary {
    display: block;
}


/**** Home Slider ****/
.slider-block {
    margin-bottom: 5px;
}

.banners-main {
    background-image: linear-gradient(0deg, #7d6f6f 0%, #0f0000 100%);
    background: url("../images/parts_new.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 59px;
    vertical-align: middle;
}

.slider-main {
    width: 60%;
    display: table-cell;
}

.slider-banners-main {
    display: flex;
}

.slider-main img {
    width: 100%;
}

.search-main h2 {
    font-size: 69px;
    letter-spacing: 0px;
    /* line-height: 107px; */
    color: #ffffff;
    font-weight: 400;
    font-family: "Bebas_Neue";
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.47));
    margin-bottom: 0px;
}

span.ive-red {
    color: #b90406;
}

.search-main {
    display: block;
}

.banners-main .block-search {
    float: none;
    padding-left: 0;
    position: relative;
    width: 100%;
    z-index: 4;
}

.banners-main .block-search input[type="text"] {
    background: #fff;
    border: 1px solid #a4a4a4;
    border-radius: 12px;
    font-size: 16px;
    height: 52px;
    padding: 0 55px 0 15px;
    color: #919191;
    font-family: 'open_sanssemibold';
    font-style: italic;
}

.banners-main .block-search input::-webkit-input-placeholder,
body .block-search input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #919191;
}

.banners-main .block-search input::-moz-placeholder,
body .block-search input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #919191;
}

.banners-main .block-search input:-ms-input-placeholder,
body .block-search input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #919191;
}

.banners-main .block-search input:-moz-placeholder,
body .block-search input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #919191;
}


::-webkit-input-placeholder {
    /* Edge */
    color: #919191 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: #919191 !important;
}

::placeholder {
    color: #919191 !important;
}

body .banners-main .block-search .action.search {
    background: rgb(225, 42, 46);
    background: -moz-linear-gradient(top, rgba(225, 42, 46, 1) 0%, rgba(180, 0, 1, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(225, 42, 46, 1) 0%, rgba(180, 0, 1, 1) 100%);
    background: linear-gradient(to bottom, rgba(225, 42, 46, 1) 0%, rgba(180, 0, 1, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e12a2e', endColorstr='#b40001', GradientType=0);
    padding: 5px 11px;
    line-height: 42px;
    border-radius: 0 12px 12px 0;
    right: 0;
    transition: all ease .4s;
    opacity: 1;
}

.banner-inner {
    text-align: center;
    max-width: 395px;
    margin: 0 auto;
}

body .banner-inner .block-search .action.search:before {
    font-size: 20px;
    line-height: 42px;
    color: #fff;
}

.call-bottom {
    font-size: 16px;
    color: #ffffff;
    font-style: italic;
    font-family: "Open Sans";
    text-align: center;
    margin-top: 25px;
}

.call-bottom a {
    color: #ffffff;
}

.cms-home .column.main {
    min-height: 0;
    padding: 0 !important;
}

.all-features {
    background: linear-gradient(0deg, #333333 0%, #212121 100%);
}

.all-features .feature-section-item {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.feature-section-title {
    font-size: 23px;
    line-height: 47px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Bebas_Neue";
    filter: drop-shadow(0 0 4.5px rgba(0, 0, 0, 0.32));
}

span.price-custom-label {
    display: none;
}

.delivery-banner.Mobile-delivery-banner {
    display: none;
}

@media screen and (max-width: 1199px) {
    .testimonial-items.slick-initialized .slick-slide {
        padding: 0 10px;
    }

    .search-main h2 {
        font-size: 30px;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }

    .call-bottom {
        font-size: 12px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 991px) {
    .slider-banners-main {
        display: block;
    }

    .slider-main {
        width: 100%;
        display: block;
    }

    .banners-main {
        width: 100%;
        padding: 30px 50px;
    }

    .home-parts-inner .banners-items .item {
        width: 50%;
    }

    body.page-layout-1column .products-grid .product-item {
        width: 33.3%;
    }
}

@media screen and (max-width: 767px) {
    body.page-layout-1column .products-grid .product-item {
        width: 50%;
    }

    .home-parts-inner .banners-items .item {
        width: 100%;
    }

    .delivery-banner.Mobile-delivery-banner {
        display: block;
    }

    .delivery-banner.desktop-delivery-banner {
        display: none;
    }

    body .title h2 {
        font-size: 26px;
    }
}

@media (max-width: 640px) {
    body.page-layout-1column .products-grid .product-item {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0 !important;
    }
}

#related_product > div > div > div.product.details.product-item-details {
    padding-left: 40px;
    padding-right: 40px;
}

#related_product > div > div > div.product-image > a > span > span {
    padding-bottom: 75% !important;
}

#related_product > div > div > div.product-image > a > span > span > img {
    height: 140px;
}

#related_product > div > div > div.product.details.product-item-details > strong {
    margin-left: 0px;
    padding-left: 2px;
}

