/*-- RUBBER MOULDS --*/
.product01-Intro::after {
    top: 50% !important;
    left: 100%;
    width: 13rem;
    height: 13rem;
    transform: translate(-50%, -50%) !important;
}

.product02-Intro::after {
    top: 50% !important;
    width: 20rem;
    height: 20rem;
    transform: translate(-50%, -50%) !important;
}

.benefitsSection {
    background: var(--mrt-blue);
}

.benefitImageLeft {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(../assets/images/productpageImage-08.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 55%;
}

.comparisonSection::after {
    top: 50% !important;
    width: 13rem;
    height: 13rem;
    background: var(--mrt-blue);
    transform: translate(-50%, -50%) !important;
}

.productDetails::after {
    top: 50% !important;
    width: 18rem;
    height: 18rem;
    background: var(--mrt-blue);
    transform: translate(-50%, -50%) !important;
}

.comparisonSection .headText {
    border: 2px solid var(--mrt-orange-1);
    border-left: none;
    border-right: none;
    font-size: 1.42rem;
}

.productDetails .headText {
    font-size: 1.6rem;
}

.comparisonSection .table * {
    border: none;
    padding: 0.2em 0;
    line-height: 1.2;
}

.comparisonSection .table th {
    color: var(--mrt-blue);
}

.comparisonSection hr {
    height: 0;
    border: none;
    border-bottom: 2px solid var(--mrt-orange-1);
    opacity: 1;
}

.productVideo {
    background: var(--mrt-orange-1);
}

@media( max-width: 1199px ) {
    .benefitImageLeft {
        width: 47%;
    }
}

@media( max-width: 991px ) {
    thead {
        display: none;
    }
    tr, td {
        display: block;
    }
    tr {
        margin-bottom: 0.2rem;
        padding-bottom: 0.2rem;
    }
    tr:nth-child(2n) {
        background: #f0f0f0;
    }
    td {
        padding: 0.35em 5px !important;
        padding-left: 45% !important;
    }
    td::before {
        position: absolute;
        content: "abc";
        z-index: 1;
        left: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        width: 45%;
        font-weight: 700;
        color: var(--mrt-blue);
        font-size: 0.85em;
    }
    tr td:nth-child(1) {
        font-weight: 700;
    }
    tr td:nth-child(1)::before {
        content: "Subjects of Comparison";
    }
    tr td:nth-child(2)::before {
        content: "Millennium Moulds";
    }
    tr td:nth-child(3)::before {
        content: "Ordinary Rubber Moulds";
    }
    tr td:nth-child(4)::before {
        content: "PVC/ Plastic Moulds";
    }
}

@media( max-width: 767px ) {
    .benefitsSection {
        padding-top: 0;
    }
}

@media( max-width: 575px ) {
    td {
        padding-left: 165px !important;
    }
    td::before {
        width: 165px;
        font-size: 0.75rem;
        padding-left: 5px;
    }
    td {
        font-size: 0.9rem;
    }
    .comparisonSection::after {
        display: none;
    }
    .product02-Intro::after {
        top: 30% !important;
    }
}