.feature_image {
    width: 50%;
}

.feature_image img {
    width: 100%;
}

.main-product-sbl {
    display: flex;
}

.products_item {
    width: 40%;
    padding-left: 80px;
}

ul.related-products {
    display: flex;
    flex-wrap: wrap;
}

.related-products li {
    width: calc(33.33% - 20px);
}

.related-products li:nth-child(3n) {
    margin-right: 0;
}

.related-products li {
    width: calc(33.33% - 27px);
    margin-right: 40px;
    margin-bottom: 64px;
}

.related-products h2 {
    font-family: 'Spectral';
    font-size: 16px;
    line-height: 20px;
    width: 70%;
    font-weight: 300;
}

.bot-product h2 {
    font-family: 'Spectral';
    font-size: 16px;
    line-height: 20px;
    width: 70%;
    font-weight: 300;
}

.bot-product span.price {
    font-size: 12px;
}

.bot-product {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

#main-content {
    margin-top: 238px;
}

div.container {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 64px;
    padding-right: 64px;
    position: relative;
}

@media screen and (max-width:1500px) {
    .page-content div.container {
        max-width: 1200px;
        padding: 0 20px;
    }

    .products_item {
        width: 50%;
        padding-left: 70px;
    }

    .bot-product h2 {
        font-size: 12px;
        line-height: 17px;
    }

    .products_item {}

    #main-content {
        margin-top: 150px;
    }

    .related-products li {
        width: calc(33.33% - 24px);
        margin-right: 35px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width:767px) {
    .products_item {
        width: 100%;
        padding-left: 0;
    }

    .feature_image {
        width: 100%;
        margin-bottom: 30px;
    }

    .main-product-sbl {
        flex-direction: column;
    }

    div.container {
        padding: 0 30px;
    }

    .pb-16 {
        padding-bottom: 0;
    }

    #main-content {
        margin-top: 30px;
    }

    .page-content div.container {
        padding: 0 30px;
    }

    .related-products li {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 30px;
    }

    .related-products li:nth-child(2n) {
        margin-right: 0;
    }

    .related-products li:nth-child(3n) {
        margin-right: 20px;
    }

    .bot-product h2 {
        line-height: 15px;
    }
}