.kd-grid-container1 {
    margin-top: 30px;
}

.kd-grid-container2 {
    padding-bottom: 18px;
}


.kd-gridcombine {
    background: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
}

.kd-grid-container {
    display: grid;
}

.kd-inner-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
footer{
    margin-top: 0 !important;
}
.kd-item img {
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.kd-item p {
    color: #fff;
    text-align: center;
    padding-top: 5px;
}

.kd-item span {
    display: block;
    border-bottom: 1px solid #fff;
}

.grid-container {
    border-bottom: 2px solid red;
}

.kd-custom-logo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.kd-custom-logo img {
    display: inline-block;
}

.categoryPage-86 {
    background-image: url(https://cdn11.bigcommerce.com/s-i6lj5zh88o/stencil/863dd2b0-fcaf-013c-0067-728891b5f858/e/be37b7c0-fcaf-013c-8cf0-0ac2f5afe312/img/tires/bg.jpg);
    background-position: center;
    background-size: cover;
}

.kd-lastimg {
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (min-width: 2000px) {
    .kd-item img {
        height: 12vh !important;
    }
}

@media screen and (min-width: 1024px) {
    .kd-grid-container {
        grid-template-columns: 1fr 0.25fr 1fr;
    }

    .kd-item img {
        height: 20vh;
    }

    .kd-item p {
        font-weight: 600;
    }
}

@media screen and (max-width: 1023px) {
    .kd-grid-container {
        grid-template-columns: 100%;
    }

    .kd-item img {
        height: 30vh;
    }

    .kd-item p {
        font-weight: 600;
    }
}

@media only screen and (min-width: 320px) and (max-width: 430px) {
    .kd-item p {
        font-size: 13px;
    }

    .kd-item img {
        height: 16vh;
    }

    .kd-custom-logo .kd-secondlogo {
        display: none;
    }

    .kd-custom-logo {
        justify-content: center;
    }

    .kd-custom-logo img {
        display: block;
    }

    .kd-gridcombine {
        padding: 2px 0 0 0;
    }

}

@media screen and (max-width: 320px) {
    .kd-item p {
        font-size: 11px;
        font-weight: 500;
    }
}
